Traffic Sign Settings
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
Content copied to clipboard
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())
Content copied to clipboard