DirectionsLeg class

Available extensions
Annotations
  • @JS()
  • @anonymous

Constructors

DirectionsLeg()
factory

Properties

arrivalTime Time?

Available on DirectionsLeg, provided by the DirectionsLeg$Ext extension

getter/setter pair
departureTime Time?

Available on DirectionsLeg, provided by the DirectionsLeg$Ext extension

getter/setter pair
distance Distance?
getter/setter pair
duration GDuration?
getter/setter pair
durationInTraffic GDuration?

Available on DirectionsLeg, provided by the DirectionsLeg$Ext extension

getter/setter pair
endAddress String?

Available on DirectionsLeg, provided by the DirectionsLeg$Ext extension

getter/setter pair
endLocation LatLng?

Available on DirectionsLeg, provided by the DirectionsLeg$Ext extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAddress String?

Available on DirectionsLeg, provided by the DirectionsLeg$Ext extension

getter/setter pair
startLocation LatLng?

Available on DirectionsLeg, provided by the DirectionsLeg$Ext extension

getter/setter pair
steps List<DirectionsStep?>?

Available on DirectionsLeg, provided by the DirectionsLeg$Ext extension

getter/setter pair
trafficSpeedEntry List<Object?>?

Available on DirectionsLeg, provided by the DirectionsLeg$Ext extension

getter/setter pair
viaWaypoints List<LatLng?>?

Available on DirectionsLeg, provided by the DirectionsLeg$Ext extension

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