MapProvider

Provides a common interface when communicating between data layers and the associated map.

Inheritors

Functions

Link copied to clipboard
abstract fun getBearing(): Double
Link copied to clipboard
abstract fun getBounds(): LatLonBounds
Link copied to clipboard
abstract fun getCenter(): Coordinate
Link copied to clipboard
abstract fun getFov(): Double
Link copied to clipboard
abstract fun getPitch(): Double
Link copied to clipboard
abstract fun getSize(): Size
Link copied to clipboard
abstract fun getZoom(): Double
Link copied to clipboard
abstract fun off(name: String, callback: (event: Any) -> Unit)
Link copied to clipboard
abstract fun on(name: String, callback: (event: Any) -> Unit)