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
open fun getLocalTilesPath(): String
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
open fun getTileSetVersion(): Int
Link copied to clipboard
open fun getTilesUrlTemplate(): String
Link copied to clipboard
open fun hasOfflineTiles(): Boolean

Properties

Link copied to clipboard
val NO_TILE: MPTile