DirectionsStep extension type

on
Implemented types
Available extensions

Constructors

DirectionsStep({String encoded_lat_lngs, LatLng end_location, LatLng end_point, String instructions, JSArray<LatLng> lat_lngs, String maneuver, JSArray<LatLng> path, LatLng start_location, LatLng start_point, TravelMode travel_mode, Distance? distance, Duration? duration, DirectionsPolyline? polyline, JSArray<DirectionsStep>? steps, TransitDetails? transit, TransitDetails? transit_details})

Properties

distance Distance?
getter/setter pair
duration Duration?
getter/setter pair
encodedLatLngs String
getter/setter pair
endLocation LatLng
getter/setter pair
endPoint LatLng
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instructions String
getter/setter pair
latLngs List<LatLng>
getter/setter pair
maneuver String
getter/setter pair
path List<LatLng>
getter/setter pair
polyline DirectionsPolyline?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startLocation LatLng
getter/setter pair
startPoint LatLng
getter/setter pair
steps List<DirectionsStep>?
getter/setter pair
transit TransitDetails?
getter/setter pair
transitDetails TransitDetails?
getter/setter pair
travelMode TravelMode
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