Map Snapshot Interface
            interface MapSnapshotInterface
Content copied to clipboard
An image snapshot of a map rendered by `map snapshotter`.
Functions
attributions
                          
                    Link copied to clipboard
                        Get list of attributions for the sources in this snapshot.
coordinate
                          
                    Link copied to clipboard
                        abstract fun coordinate(@NonNull screenCoordinate: ScreenCoordinate): Point
Content copied to clipboard
Calculate geographical coordinates from a point on the snapshot.
screen Coordinate
                          
                    Link copied to clipboard
                        abstract fun screenCoordinate(@NonNull coordinate: Point): ScreenCoordinate
Content copied to clipboard
Calculate screen coordinate on the snapshot from geographical `coordinate`.