MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPRouteProperty
MPRoute
Property
open
class
MPRouteProperty
Constructors
Functions
Properties
Constructors
MPRoute
Property
Link copied to clipboard
open
fun
MPRouteProperty
(
value
:
Float
)
MPRoute
Property
Link copied to clipboard
open
fun
MPRouteProperty
(
value
:
Float
,
@
Nullable
text
:
String
,
@
Nullable
time_zone
:
String
)
MPRoute
Property
Link copied to clipboard
open
fun
MPRouteProperty
(
@
NonNull
routeProperty
:
MPRouteProperty
)
Functions
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String
Properties
text
Link copied to clipboard
@
SerializedName
(
value
=
"text"
)
@get:
Nullable
open
val
text
:
String
time
Zone
Link copied to clipboard
@
SerializedName
(
value
=
"time_zone"
)
@get:
Nullable
open
val
timeZone
:
String
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
open
var
value
:
Float