Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsOpenRouteServiceDirectionResult.Step Class Reference

Step of the segment. More...

Public Attributes

float distance
 The distance for the step in meters.
 
float duration
 The duration for the step in seconds.
 
int type
 The instruction action for symbolisation purposes. Refer to the tables on https://github.com/GIScience/openrouteservice-docs.
 
string instruction
 The routing instruction text for the step.
 
int[] way_points
 List containing the indices of the steps start- and endpoint corresponding to the geometry.
 

Detailed Description

Step of the segment.