BGPNavigationNotification

data class BGPNavigationNotification(val distanceFromPath: Double? = null, val element: BGPElement? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(distanceFromPath: Double? = null, element: BGPElement? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val element: BGPElement? = null

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)