HighwayExitInfo

open class HighwayExitInfo : BaseNativeParcelable

Class containing information about higway exit This class is passed as parameter in NavigationManager.OnHighwayExitListener listener.

Types

ExitSide
Link copied to clipboard
annotation class ExitSide

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
open fun describeContents(): Int
equals
Link copied to clipboard
open fun equals(o: Any): Boolean
getDistance
Link copied to clipboard
open fun getDistance(): Int
getExitName
Link copied to clipboard
open fun getExitName(): String
getExitNumber
Link copied to clipboard
open fun getExitNumber(): String
getExitSide
Link copied to clipboard
open fun getExitSide(): Int
Returns the side where to take the exit
getPosition
Link copied to clipboard
open fun getPosition(): GeoCoordinates
hashCode
Link copied to clipboard
open fun hashCode(): Int
isValidParcelable
Link copied to clipboard
open fun isValidParcelable(): Boolean
If object after recreate from parcel contains all of reference like original object method returntrue.
toString
Link copied to clipboard
open fun toString(): String
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p: Parcel, p1: Int)
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

CREATOR
Link copied to clipboard
val CREATOR: Parcelable.Creator<HighwayExitInfo>