MapViewInterface

interface MapViewInterface

Functions

Link copied to clipboard
abstract fun addLayer(layer: LayerInterface)
Link copied to clipboard
abstract fun getCamera(): MapCamera2dInterface
Link copied to clipboard
abstract fun insertLayerAbove(layer: LayerInterface, above: LayerInterface)
Link copied to clipboard
abstract fun insertLayerAt(layer: LayerInterface, at: Int)
Link copied to clipboard
abstract fun insertLayerBelow(layer: LayerInterface, below: LayerInterface)
Link copied to clipboard
abstract fun removeLayer(layer: LayerInterface)
Link copied to clipboard
abstract fun requireMapInterface(): MapInterface
Link copied to clipboard
abstract fun requireScheduler(): AndroidScheduler
Link copied to clipboard
abstract fun setBackgroundColor(color: Color)

Inheritors

Link copied to clipboard
Link copied to clipboard