SignpostInfo

open class SignpostInfo : BaseNativeParcelable

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

Types

SignElement
Link copied to clipboard
open class SignElement : BaseNativeParcelable

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