API Reference - navigation.recentDestinations
This API allows to retrieve recent destinations within the navigation system.
| Input Parameter | |||||
|---|---|---|---|---|---|
| Param name | Description | Type | Unit/Values | Example | Required |
| locationAttributes | Location attributes to output in response. |
Array of strings |
- address
- coordinates
- mapMatchedCoordinates
|
['address', 'coordinates', 'mapMatchedCoordinates']
|
true |
| Output Data | ||||
|---|---|---|---|---|
| Data name | Description | Type | Unit/Values | Example |
| name | Name of this recent destination. |
string |
|
|
| address | Address of this recent destination. |
Object |
|
|
| coordinates | Coordinates of this recent destination. |
string |
/ |
|
|
coordinates
.longitude |
Next maneuver longitude. |
number |
8.74301
|
|
|
coordinates
.latitude |
Next maneuver latitude. |
number |
8.74301
|
|
|
coordinates
.altitude |
Next maneuver altitude. |
number |
8.74301
|
|
| mapMatchedCoordinates | Map matched coordinates of this recent destination. |
Object |
/ |
|
|
mapMatchedCoordinates
.longitude |
Next maneuver longitude. |
number |
8.74301
|
|
|
mapMatchedCoordinates
.latitude |
Next maneuver latitude. |
number |
8.74301
|
|
|
mapMatchedCoordinates
.altitude |
Next maneuver altitude. |
number |
8.74301
|
|
This API allows to retrieve recent destinations within the navigation system.
| Input Parameter | |||||
|---|---|---|---|---|---|
| No input params |
| Output Data | ||||
|---|---|---|---|---|
| Data name | Description | Type | Unit/Values | Example |
| action | Action performed on the recent destination triggering this event. |
Enum of strings |
- add
- remove
|
add
|
| location | Location triggering this. |
Object |
/ |
|
|
location
.name |
Name of this recent destination. |
string |
|
|
|
location
.address |
Address of this recent destination. |
Object |
|
|
|
location
.coordinates |
Coordinates of this recent destination. |
string |
/ |
|
|
location
.coordinates .longitude |
Next maneuver longitude. |
number |
8.74301
|
|
|
location
.coordinates .latitude |
Next maneuver latitude. |
number |
8.74301
|
|
|
location
.coordinates .altitude |
Next maneuver altitude. |
number |
8.74301
|
|
|
location
.mapMatchedCoordinates |
Map matched coordinates of this recent destination. |
Object |
/ |
|
|
location
.mapMatchedCoordinates .longitude |
Next maneuver longitude. |
number |
8.74301
|
|
|
location
.mapMatchedCoordinates .latitude |
Next maneuver latitude. |
number |
8.74301
|
|
|
location
.mapMatchedCoordinates .altitude |
Next maneuver altitude. |
number |
8.74301
|
|