TripWaypoint extension type

on
Implemented types
Available extensions

Constructors

TripWaypoint({num? distanceMeters, num? durationMillis, LatLng? location, JSArray<LatLng>? path, JSArray<SpeedReadingInterval>? speedReadingIntervals, String? tripId, WaypointType? waypointType})

Properties

distanceMeters num?
getter/setter pair
durationMillis num?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
location LatLng?
getter/setter pair
path List<LatLng>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speedReadingIntervals List<SpeedReadingInterval>?
getter/setter pair
tripId String?
getter/setter pair
waypointType WaypointType?
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.
inherited