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

Link copied to clipboard
enum ViolationType : Enum<RouteRestrictionSettings.ViolationType>

Properties

Link copied to clipboard
Link copied to clipboard
val markerAnchor: PointF
Link copied to clipboard
val markerImage: BitmapFactory
Link copied to clipboard
val signPosition: PointF
Link copied to clipboard
val signScale: PointF