Online Maps  v3
OnlineMapsGoogleDirectionsResult.Step Class Reference

Single step of the calculated directions. More...

Public Attributes

OnlineMapsVector2d start_location
 Location of the starting point of this step More...
 
OnlineMapsVector2d end_location
 Location of the last point of this step More...
 
Vector2[] polyline
 Array that holds an polyline representation of the step. This polyline is an approximate (smoothed) path of the step. More...
 
OnlineMapsVector2d[] polylineD
 Array that holds an polyline representation of the step. This polyline is an approximate (smoothed) path of the step. More...
 
TextValue< int > duration
 Typical time required to perform the step, until the next step. More...
 
TextValue< int > distance
 Distance covered by this step until the next step. More...
 
string html_instructions
 Formatted instructions for this step, presented as an HTML text string. More...
 
string string_instructions
 Formatted instructions for this step, presented as an text string without HTML tags. More...
 
string maneuver
 Maneuver the current step. More...
 
TransitDetails transit_details
 Transit specific information. This field is only returned with travel_mode is set to "transit". More...
 
Step[] steps
 Detailed directions for walking or driving steps in transit directions. Substeps are only available when travel_mode is set to "transit". More...
 

Detailed Description

Single step of the calculated directions.

Member Data Documentation

◆ distance

TextValue<int> OnlineMapsGoogleDirectionsResult.Step.distance

Distance covered by this step until the next step.

◆ duration

TextValue<int> OnlineMapsGoogleDirectionsResult.Step.duration

Typical time required to perform the step, until the next step.

◆ end_location

OnlineMapsVector2d OnlineMapsGoogleDirectionsResult.Step.end_location

Location of the last point of this step

◆ html_instructions

string OnlineMapsGoogleDirectionsResult.Step.html_instructions

Formatted instructions for this step, presented as an HTML text string.

◆ maneuver

string OnlineMapsGoogleDirectionsResult.Step.maneuver

Maneuver the current step.

◆ polyline

Vector2 [] OnlineMapsGoogleDirectionsResult.Step.polyline

Array that holds an polyline representation of the step. This polyline is an approximate (smoothed) path of the step.

◆ polylineD

OnlineMapsVector2d [] OnlineMapsGoogleDirectionsResult.Step.polylineD

Array that holds an polyline representation of the step. This polyline is an approximate (smoothed) path of the step.

◆ start_location

OnlineMapsVector2d OnlineMapsGoogleDirectionsResult.Step.start_location

Location of the starting point of this step

◆ steps

Step [] OnlineMapsGoogleDirectionsResult.Step.steps

Detailed directions for walking or driving steps in transit directions. Substeps are only available when travel_mode is set to "transit".

◆ string_instructions

string OnlineMapsGoogleDirectionsResult.Step.string_instructions

Formatted instructions for this step, presented as an text string without HTML tags.

◆ transit_details

TransitDetails OnlineMapsGoogleDirectionsResult.Step.transit_details

Transit specific information. This field is only returned with travel_mode is set to "transit".