SignElement

open class SignElement : BaseNativeParcelable

Types

PictogramType
Link copied to clipboard
annotation class PictogramType
SignElementType
Link copied to clipboard
annotation class SignElementType

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
getElementType
Link copied to clipboard
open fun getElementType(): Int
getPictogramType
Link copied to clipboard
open fun getPictogramType(): Int
getPriority
Link copied to clipboard
open fun getPriority(): Int
Return priority of this SignElement.
getRoadNumberFormat
Link copied to clipboard
open fun getRoadNumberFormat(): MapRoadNumberFormat
Returns info how the route number should be displayed
getText
Link copied to clipboard
open fun getText(): String
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.
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.SignElement>