IMapSnapshotter
Map image capture tool.
Methods
func makeImage(
scale: CGFloat,
orientation: UIImage.Orientation
) -> Future<UIImage>
Get an image of the map based on its current state. Can be called from any queue. The value is returned to Future
on an undefined queue.
Parameters
func makeImage(
scale: CGFloat = 1,
orientation: UIImage.Orientation = .up
) -> Future<UIImage>
Get an image of the map based on its current state. Can be called from any queue. The value is returned to Future
on an undefined queue.
Parameters