Route Restriction Settings
data class RouteRestrictionSettings( val enabledTypes: List<RouteRestrictionSettings.ViolationType>, val markerImage: BitmapFactory, val markerAnchor: PointF, val signPosition: PointF, val signScale: PointF)
Content copied to clipboard
Constructors
Link copied to clipboard
fun RouteRestrictionSettings( enabledTypes: List<RouteRestrictionSettings.ViolationType>, markerImage: BitmapFactory, markerAnchor: PointF, signPosition: PointF, signScale: PointF)
Content copied to clipboard