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
CountrySignage
Link copied to clipboard
RegionUnitSystem
Link copied to clipboard
SignType
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