-
A utility class for capturing styled map snapshots.
Use a
See moreMapSnapshotter
when you need to capture a static snapshot of a map without using the actualMapView
. You can configure the final result viaMapSnapshotOptions
upon construction time and take.Declaration
Swift
public class Snapshotter : StyleManager
-
Set of options for taking map snapshot with Snapshotter.
See moreDeclaration
Swift
public struct MapSnapshotOptions
-
The overlay handler object provided when calling
See morestart(overlayHandler:completion:)
.Declaration
Swift
public struct SnapshotOverlay
-
A block which can be used to obtain a
SnapshotOverlay
to draw custom content directly over the snapshot image.Declaration
Swift
public typealias SnapshotOverlayHandler = ((SnapshotOverlay) -> Void)