DirectionPoint Data Response
This object represents a single GPS coordinate, in relation to its distance from a prior
location along a trajectory. Output is available in either imperial or metric units.
Properties
latitude
floatThe latitude of the generated point along the route.
longitude
floatThe longitude of the generated point along the route.
distance
float
The calculated distance remaining of this point from the terminal point of the route.
(Units: Feet or meters)
Sample output
{ "latitude": 41.875563, "longitude": -87.624336, "distance": 0.0 }