MapsIndoorsAndroid
androidJvm
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPStopModel
MPStop
Model
class
MPStopModel
(
val
anchor
:
MPPoint
,
val
image
:
Bitmap
,
val
label
:
String
?
=
null
)
Members
Constructors
MPStop
Model
Link copied to clipboard
constructor
(
anchor
:
MPPoint
,
image
:
Bitmap
)
constructor
(
anchor
:
MPPoint
,
image
:
Bitmap
,
label
:
String
?
=
null
)
Properties
anchor
Link copied to clipboard
val
anchor
:
MPPoint
icon
Id
Link copied to clipboard
var
iconId
:
String
?
icon
Placement
Link copied to clipboard
var
iconPlacement
:
MPIconPlacement
id
Link copied to clipboard
var
id
:
String
image
Link copied to clipboard
val
image
:
Bitmap
label
Link copied to clipboard
val
label
:
String
?
=
null
leg
Index
Link copied to clipboard
var
legIndex
:
Int
?