[ Whereis® API Home ] [ JSON API Home ] [ Object Index ] [ Return Types ]
Returned by the system in response to an Optimised route by handle request
Defines a polyline using offsets from the first point rather than the complete longitude and latitude coordinates for each point.
Parameters
Name | Type | Description |
encodedGeometry | string | String containing a set of comma delimited values, representing:
For example:
Explanation:
|
{
"route": {
"routes": [
{
"segments": [
{
"encodedGeometry": "3,3724744,-12189771,100,78,-16,0"
}
]
}
]
}
}
NOTES