ViaWaypoint class

The locations of via waypoints along this leg. contains info about points through which the route was laid

Constructors

ViaWaypoint({GeoCoord? location, int? stepIndex, num? stepInterpolation})
const
ViaWaypoint.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
location GeoCoord?
The location of the waypoint.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepIndex int?
The index of the step containing the waypoint.
final
stepInterpolation num?
The position of the waypoint along the step's polyline, expressed as a ratio from 0 to 1.
final

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.
inherited