DirectionsStep class abstract
Constructors
- DirectionsStep([void updates(DirectionsStepBuilder b)])
- 
          
            factory
Properties
- distance → TextValueObject?
- 
  
  no setter
- duration → TextValueObject?
- 
  
  no setter
- endLocation → LatLngLiteral?
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- htmlInstructions → String?
- 
  Contains formatted instructions for this step, presented as an HTML text string. This content is meant to be read as-is. Do not programmatically parse this display-only content.
  no setter
- maneuver → DirectionsStepManeuverEnum?
- 
  Contains the action to take for the current step (turn left, merge, straight, etc.). Values are subject to change, and new values may be introduced without prior notice.
  no setter
- polyline → DirectionsPolyline?
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- startLocation → LatLngLiteral?
- 
  
  no setter
- steps → JsonObject?
- 
  Contains detailed directions for walking or driving steps in transit directions. Substeps are only available when travel_mode is set to "transit". The inner steps array is of the same type as steps.
  no setter
- transitDetails → DirectionsTransitDetails?
- 
  
  no setter
- travelMode → TravelMode?
- 
  
  no setter
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  rebuild(dynamic updates(DirectionsStepBuilder)) → DirectionsStep 
- 
  Rebuilds the instance.
  inherited
- 
  toBuilder() → DirectionsStepBuilder 
- 
  Converts the instance to a builder B.inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Properties
- 
  serializer
  → Serializer<DirectionsStep> 
- 
  
  no setter