SignpostJunctionInfo

open class SignpostJunctionInfo : BaseNativeParcelable

Types

AreaType
Link copied to clipboard
annotation class AreaType
TurnDirection
Link copied to clipboard
annotation class TurnDirection
TurnType
Link copied to clipboard
annotation class TurnType

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
getAreaType
Link copied to clipboard
open fun getAreaType(): Int
getFromLanesCount
Link copied to clipboard
open fun getFromLanesCount(): Int
getToLeftLanesCount
Link copied to clipboard
open fun getToLeftLanesCount(): Int
getToRightLanesCount
Link copied to clipboard
open fun getToRightLanesCount(): Int
getTurnDirection
Link copied to clipboard
open fun getTurnDirection(): Int
getTurnType
Link copied to clipboard
open fun getTurnType(): Int
hashCode
Link copied to clipboard
open fun hashCode(): Int
isMirroring
Link copied to clipboard
open fun isMirroring(): 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<SignpostJunctionInfo>