• A utility class for capturing styled map snapshots.

    Use a MapSnapshotter when you need to capture a static snapshot of a map without using the actual MapView. You can configure the final result via MapSnapshotOptions upon construction time and take.

    See more

    Declaration

    Swift

    public class Snapshotter : StyleManager
  • Set of options for taking map snapshot with Snapshotter.

    See more

    Declaration

    Swift

    public struct MapSnapshotOptions
  • The overlay handler object provided when calling start(overlayHandler:completion:).

    See more

    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)