• A high-level component responsible for taking map snapshots with given MapSnapshotOptions.

    See more

    Declaration

    Swift

    public class Snapshotter
    extension Snapshotter: MapEventsObservable
  • 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)