SignpostInfo

open class SignpostInfo : BaseNativeParcelable

Class containing information about navigation sign post. This class is passed as parameter in NavigationManager.OnSignpostListener listener.

Types

Link copied to clipboard
open class SignElement : BaseNativeParcelable

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun getBackgroundColor(): Int
Returns the color of the sign plate.
Link copied to clipboard
open fun getBorderColor(): Int
Returns the color of the border of sign plate.
Link copied to clipboard
open fun getDistance(): Int
Returns distance to sign post
Link copied to clipboard
open fun getIso(): String
Returns the iso code of the country where is sign located in alpha-3 format
Link copied to clipboard
open fun getJunctionInfo(): SignpostJunctionInfo
Link copied to clipboard
open fun getPosition(): GeoCoordinates
Returns the location of sign post
Link copied to clipboard
open fun getPriority(): Int
Returns the priority of current sign post
Link copied to clipboard
open fun getSignElements(): List<SignpostInfo.SignElement>
Returns the list of elements on the sign
Link copied to clipboard
open fun getTextColor(): Int
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isOnRoute(): Boolean
Link copied to clipboard
open fun isValidParcelable(): Boolean
If object after recreate from parcel contains all of reference like original object method return true.
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)

Properties

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