RouteRestrictionSettings

data class RouteRestrictionSettings(    val enabledTypes: List<RouteRestrictionSettings.ViolationType>,     val markerImage: BitmapFactory,     val markerAnchor: PointF,     val signPosition: PointF,     val signScale: PointF)

Constructors

Link copied to clipboard
fun RouteRestrictionSettings(    enabledTypes: List<RouteRestrictionSettings.ViolationType>,     markerImage: BitmapFactory,     markerAnchor: PointF,     signPosition: PointF,     signScale: PointF)

Types

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard