MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPTileProvider
MPTile
Provider
open
class
MPTileProvider
Content copied to clipboard
Constructors
Functions
Properties
Constructors
MPTile
Provider
Link copied to clipboard
open
fun
MPTileProvider
(
)
Content copied to clipboard
Functions
get
Floor
Index
Link copied to clipboard
open
fun
getFloorIndex
(
)
:
Int
Content copied to clipboard
get
Local
Tiles
Path
Link copied to clipboard
open
fun
getLocalTilesPath
(
)
:
String
Content copied to clipboard
get
Map
Style
Link copied to clipboard
open
fun
getMapStyle
(
)
:
String
Content copied to clipboard
get
Tile
Link copied to clipboard
open
fun
getTile
(
x
:
Int
,
y
:
Int
,
zoom
:
Int
)
:
MPTile
Content copied to clipboard
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.
get
Tile
Set
Version
Link copied to clipboard
open
fun
getTileSetVersion
(
)
:
Int
Content copied to clipboard
get
Tiles
Url
Template
Link copied to clipboard
open
fun
getTilesUrlTemplate
(
)
:
String
Content copied to clipboard
has
Offline
Tiles
Link copied to clipboard
open
fun
hasOfflineTiles
(
)
:
Boolean
Content copied to clipboard
Properties
NO_TILE
Link copied to clipboard
val
NO_TILE
:
MPTile
Content copied to clipboard