Map Layer
interface MapLayer<DataType : TileData, RenderContext : LayerRenderContext<Any>> : MapEventObserver, EventSource
MapLayer.kt
Adapted from IOS version
Author
Jason Suto 12/18/23
Inheritors
Properties
Functions
Link copied to clipboard
abstract fun getVisibleTileCoords(latLonBounds: LatLonBounds, tileBounds: TileBounds, zoom: Double, wrap: Boolean): List<TileCoord>
Link copied to clipboard