Rte class

Rte represents route - an ordered list of waypoints representing a series of turn points leading to a destination.

Constructors

Rte({String? name, String? cmt, String? desc, String? src, List<Link>? links, int? number, String? type, Map<String, String>? extensions, List<Wpt>? rtepts})
Construct a new Rte object.

Properties

cmt String?
GPS comment for route.
getter/setter pair
desc String?
Text description of route for user. Not sent to GPS.
getter/setter pair
extensions Map<String, String>
You can add extend GPX by adding your own elements from another schema here.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
Links to external information about the route.
getter/setter pair
name String?
GPS name of route.
getter/setter pair
number int?
GPS route number.
getter/setter pair
rtepts List<Wpt>
A list of route points.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String?
Source of data. Included to give user some idea of reliability and accuracy of data.
getter/setter pair
type String?
Type (classification) of route.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override