Route
data class Route(val name: String?, val comment: String?, val description: String?, val source: String?, val link: String?, val number: Int?, val type: String?, val points: List<Waypoint>, val extensions: Element? = null)(source)
Represents a route - an ordered list of waypoints representing a series of turn points leading to a destination.
See rteType.
Constructors
Properties
Link copied to clipboard
A comment, and/or additional information about the route.
Link copied to clipboard
A text description of the route for user display.
Link copied to clipboard
Extension schema elements.
Link copied to clipboard
A link to external information about the route.
Link copied to clipboard
The GPS name of the route.
Link copied to clipboard
A GPS route number.
Link copied to clipboard
The source of the data. Recommended to be a URL which provides additional information about the route.
Link copied to clipboard
The type of route. This is for categorizing the route and can be user-defined (e.g., "resupply", "scenic").