MPTileProvider

open class MPTileProvider

Constructors

Link copied to clipboard
open fun MPTileProvider()

Functions

Link copied to clipboard
open fun getFloorIndex(): Int
Link copied to clipboard
Link copied to clipboard
open fun getMapStyle(): String
Link copied to clipboard
open fun getTile(x: Int, y: Int, zoom: Int): MPTile
Returns a Tile based on X, Y and Zoom This method is called by the Map in a synchronous manner, so all methods called from this will have to be fast and reliable to not slow anything down.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard