Traffic Sign Settings
data class TrafficSignSettings(signType: TrafficSignSettings.SignType, countrySignage: TrafficSignSettings.CountrySignage, bitmapFactory: BitmapFactory, signAnchor: PointF, labelAnchor: PointF, labelStyle: DynamicLabelStyle) : Parcelable
Content copied to clipboard
Constructors
TrafficSignSettings
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())
Content copied to clipboard
Types
Country Signage
Link copied to clipboard
Region Unit System
Link copied to clipboard
Sign Type
Link copied to clipboard
Functions
Properties
bitmapFactory
Link copied to clipboard
countrySignage
Link copied to clipboard
labelAnchor
Link copied to clipboard
labelStyle
Link copied to clipboard
signAnchor
Link copied to clipboard
signType
Link copied to clipboard