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