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