TrafficSignSettings

data class TrafficSignSettings(    val signType: TrafficSignSettings.SignType,     val countrySignage: TrafficSignSettings.CountrySignage,     val bitmapFactory: BitmapFactory,     val signAnchor: PointF = PointF(0.5F, 0.5F),     val labelAnchor: PointF = PointF(0.5F, 0.5F),     val labelStyle: DynamicLabelStyle = DynamicLabelStyle()) : Parcelable

Constructors

Link copied to clipboard
fun TrafficSignSettings(    signType: TrafficSignSettings.SignType,     countrySignage: TrafficSignSettings.CountrySignage,     bitmapFactory: BitmapFactory,     signAnchor: PointF = PointF(0.5F, 0.5F),     labelAnchor: PointF = PointF(0.5F, 0.5F),     labelStyle: DynamicLabelStyle = DynamicLabelStyle())

Types

Link copied to clipboard
enum CountrySignage : Enum<TrafficSignSettings.CountrySignage>
Link copied to clipboard
enum RegionUnitSystem : Enum<TrafficSignSettings.RegionUnitSystem>
Link copied to clipboard
enum SignType : Enum<TrafficSignSettings.SignType>

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val bitmapFactory: BitmapFactory

Factory for sign bitmaps which will be used when drawing signs

Link copied to clipboard
val countrySignage: TrafficSignSettings.CountrySignage

Setings will affect signs for this country/world

Link copied to clipboard
val labelAnchor: PointF

Label anchor

Link copied to clipboard
val labelStyle: DynamicLabelStyle

Text style for sign label

Link copied to clipboard
val signAnchor: PointF

Sign anchor

Link copied to clipboard
val signType: TrafficSignSettings.SignType

Settings of this type of sign will be affected