toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-nav-state-sync
/
com.mapbox.dash.synchronization
/
DestinationPoint
Destination
Point
data
class
DestinationPoint
(
val
id
:
String
,
val
name
:
String
,
val
lat
:
Double
,
val
lon
:
Double
)
:
Parcelable
Members
Constructors
Destination
Point
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
lat
:
Double
,
lon
:
Double
)
Properties
id
Link copied to clipboard
val
id
:
String
lat
Link copied to clipboard
val
lat
:
Double
lon
Link copied to clipboard
val
lon
:
Double
name
Link copied to clipboard
val
name
:
String
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
)