MapsIndoors Android
MapsIndoorsSDK
/
com.mapsindoors.core.models
/
MPTile
MPTile
open
class
MPTile
Constructors
Functions
Constructors
MPTile
Link copied to clipboard
open
fun
MPTile
(
)
MPTile
Link copied to clipboard
open
fun
MPTile
(
width
:
Int
,
height
:
Int
,
data
:
Array
<
Byte
>
)
Functions
get
Data
Link copied to clipboard
open
fun
getData
(
)
:
Array
<
Byte
>
get
Height
Link copied to clipboard
open
fun
getHeight
(
)
:
Int
get
Width
Link copied to clipboard
open
fun
getWidth
(
)
:
Int