toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.schindler
/
AutoDestination
Auto
Destination
data
class
AutoDestination
(
val
startFloor
:
String
?
=
null
,
val
startZone
:
String
?
=
null
,
val
destinationFloor
:
String
?
=
null
,
val
destinationZone
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Auto
Destination
Link copied to clipboard
constructor
(
startFloor
:
String
?
=
null
,
startZone
:
String
?
=
null
,
destinationFloor
:
String
?
=
null
,
destinationZone
:
String
?
=
null
)
Properties
destination
Floor
Link copied to clipboard
val
destinationFloor
:
String
?
=
null
destination
Zone
Link copied to clipboard
val
destinationZone
:
String
?
=
null
start
Floor
Link copied to clipboard
val
startFloor
:
String
?
=
null
start
Zone
Link copied to clipboard
val
startZone
:
String
?
=
null
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)