toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.map
/
BGPNavigationNotification
BGPNavigation
Notification
data
class
BGPNavigationNotification
(
val
distanceFromPath
:
Double
?
=
null
,
val
element
:
BGPElement
?
=
null
)
:
Parcelable
Members
Constructors
BGPNavigation
Notification
Link copied to clipboard
constructor
(
distanceFromPath
:
Double
?
=
null
,
element
:
BGPElement
?
=
null
)
Properties
distance
From
Path
Link copied to clipboard
val
distanceFromPath
:
Double
?
=
null
element
Link copied to clipboard
val
element
:
BGPElement
?
=
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
)