MapSnapshot(androidJvm)

An image snapshot of a map rendered by `map snapshotter`.

class MapSnapshot(androidJvm) : MapSnapshotInterface

Functions

attributions
Link copied to clipboard

Get list of attributions for the sources in this snapshot.

open fun attributions(): List<String>
coordinate
Link copied to clipboard

Calculate geographical coordinates from a point on the snapshot.

open fun coordinate(screenCoordinate: ScreenCoordinate): Point
image
Link copied to clipboard

Get the rendered snapshot `image`.

open fun image(): Image
screenCoordinate
Link copied to clipboard

Calculate screen coordinate on the snapshot from geographical `coordinate`.

open fun screenCoordinate(coordinate: Point): ScreenCoordinate