RouteMatchedLocation class

Represents a location matched to a specific position on a navigation route.

Constructors

RouteMatchedLocation()

Properties

hashCode → int
The hash code for this object.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sectionIndex ↔ int
Zero-based index of the route section containing this location.
getter/setter pair
spanGeometryVertexIndex ↔ int
Zero-based index of the geometry vertex that precedes this location.
getter/setter pair
spanIndex ↔ int
Zero-based index of the span within the current route section.
getter/setter pair
spanOffsetInMeters ↔ double
Distance in meters from the beginning of the current span to this location.
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.
inherited

Operators

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