RouteRestrictionSettings

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

Types

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

Properties

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