Package-level declarations

Types

Link copied to clipboard
data class IntersectionIndices(val legIndex: Int, val stepIndex: Int, val intersectionIndex: Int) : Comparable<IntersectionIndices>
Link copied to clipboard
data class RouteAlertPresentation(val priority: Int, val imageId: String, val points: List<Point>)
Link copied to clipboard
data class VisibleMapArea(val edgeInsets: EdgeInsets, val polygon: Polygon)