RouteAlertPresentation

data class RouteAlertPresentation(val priority: Int, val imageId: String, val points: List<Point>)

Constructors

Link copied to clipboard
constructor(priority: Int, imageId: String, points: List<Point>)

Properties

Link copied to clipboard
Link copied to clipboard
val points: List<Point>
Link copied to clipboard