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

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

Factory for sign bitmaps which will be used when drawing signs

Link copied to clipboard

Setings will affect signs for this country/world

Link copied to clipboard

Label anchor

Link copied to clipboard

Text style for sign label

Link copied to clipboard

Sign anchor

Link copied to clipboard

Settings of this type of sign will be affected