API Reference - navigation.nextManeuverFullAddress
This API allows to retrieve next maneuver address.
List of instructionDirection
values:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"instructionDirectionEnum": ["UNKNOWN", "STRAIGHT", "BEAR_RIGHT", "RIGHT", "SHARP_RIGHT", "RIGHT_U_TURN", "BEAR_LEFT", "LEFT", "SHARP_LEFT", "LEFT_U_TURN", "ROUNDABOUT_STRAIGHT", "ROUNDABOUT_STRAIGHT_UK", "ROUNDABOUT_BEAR_RIGHT"
"ROUNDABOUT_BEAR_RIGHT_UK", "ROUNDABOUT_RIGHT", "ROUNDABOUT_RIGHT_UK", "ROUNDABOUT_SHARP_RIGHT", "ROUNDABOUT_SHARP_RIGHT_UK", "ROUNDABOUT_BEAR_LEFT", "ROUNDABOUT_BEAR_LEFT_UK", "ROUNDABOUT_LEFT"
"ROUNDABOUT_LEFT_UK", "ROUNDABOUT_SHARP_LEFT", "ROUNDABOUT_SHARP_LEFT_UK", "ROUNDABOUT_U_TURN", "ROUNDABOUT_U_TURN_UK", "BIFURCATION_BEAR_RIGHT", "BIFURCATION_KEEP_RIGHT", "BIFURCATION_KEEP_RIGHT_LANE"
"BIFURCATION_BEAR_LEFT", "BIFURCATION_KEEP_LEFT", "BIFURCATION_KEEP_LEFT_LANE", "ARRIVAL", "ARRIVAL_WAY_POINT", "FREEWAY", "FERRY", "CHAIN_INSTRUCTION_RIGHT_THEN_TURN_RIGHT"
"CHAIN_INSTRUCTION_RIGHT_THEN_TURN_LEFT", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_NEXT_STOP", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_DESTINATION", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_FERRY"
"CHAIN_INSTRUCTION_RIGHT_THEN_ENTER_MOTORWAY", "CHAIN_INSTRUCTION_RIGHT_THEN_ENTER_FREEWAY", "CHAIN_INSTRUCTION_LEFT_THEN_TURN_RIGHT", "CHAIN_INSTRUCTION_LEFT_THEN_TURN_LEFT"
"CHAIN_INSTRUCTION_LEFT_THEN_REACH_NEXT_STOP", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_DESTINATION", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_FERRY", "CHAIN_INSTRUCTION_LEFT_THEN_ENTER_MOTORWAY"
"CHAIN_INSTRUCTION_LEFT_THEN_ENTER_FREEWAY", "SECOND_RIGHT", "THIRD_RIGHT", "SECOND_LEFT", "THIRD_LEFT", "DRIVER_ROUTE", "BIFURCATION_MERGE_RIGHT_LANE", "BIFURCATION_MERGE_LEFT_LANE"
"ARRIVAL_RIGHT", "ARRIVAL_LEFT", "ARRIVAL_WAYPOINT_RIGHT", "ARRIVAL_WAYPOINT_LEFT", "CARTRAIN", "TOLLROAD", "RESTRICTED_AREA", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_ARRIVAL_RIGHT"
"CHAIN_INSTRUCTION_RIGHT_THEN_REACH_ARRIVAL_LEFT", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_ARRIVAL_WAYPOINT_RIGHT", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_ARRIVAL_WAYPOINT_LEFT"
"CHAIN_INSTRUCTION_RIGHT_THEN_REACH_CARTRAIN", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_TOLLROAD", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_RESTRICTED_AREA", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_ARRIVAL_RIGHT"
"CHAIN_INSTRUCTION_LEFT_THEN_REACH_ARRIVAL_LEFT", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_ARRIVAL_WAYPOINT_RIGHT", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_ARRIVAL_WAYPOINT_LEFT"
"CHAIN_INSTRUCTION_LEFT_THEN_REACH_CARTRAIN", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_TOLLROAD", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_RESTRICTED_AREA" ]
}
List of laneGuidance.directionType
values:
1
2
3
4
5
{
"laneGuidanceDirectionTypeEnum": ["UNKNOWN", "STRAIGHT", "STRAIGHT_FLIPPED", "BEAR_RIGHT", "RIGHT", "SHARP_RIGHT", "RIGHT_U_TURN", "BEAR_LEFT", "LEFT", "SHARP_LEFT",
"LEFT_U_TURN", "CONDENSED_STRAIGHT", "CONDENSED_STRAIGHT_FLIPPED", "CONDENSED_BEAR_RIGHT", "CONDENSED_RIGHT", "CONDENSED_SHARP_RIGHT", "CONDENSED_RIGHT_U_TURN",
"CONDENSED_BEAR_LEFT", "CONDENSED_LEFT", "CONDENSED_SHARP_LEFT", "CONDENSED_LEFT_U_TURN"]
}
Input Parameter | |||||
---|---|---|---|---|---|
No input params |
Output Data | ||||
---|---|---|---|---|
Data name | Description | Type | Unit/Values | Example |
exit | Next exit. |
Object |
/ |
|
exit
.status |
Next exit status. |
String |
VALID
|
|
exit
.type |
Next exit type. |
String |
LEFT
|
|
exit
.number |
Next exit number. |
String |
Exit A42
|
|
instructionRoadShield | Current road information. |
Object |
/ |
|
instructionRoadShield
.status |
Current road information status. |
String |
VALID
|
|
instructionRoadShield
.roadNumber |
Number of the road. |
String |
D394
|
|
instructionRoadShield
.iconSetId |
Current road shield icon id. |
String |
|
|
instructionRoadShield
.affixList |
Array of objects |
/ |
|
|
instructionRoadShield
.affixList .type |
String |
|
||
instructionRoadShield
.affixList .content |
String |
|
||
instructionRoadName | Name of the current street. |
String |
|
rue de Paris
|
instructionDistance | Distance to next waypoint. |
Array of objects |
/ |
|
instructionDistance
.status |
Distance to next waypoint status. |
String |
|
|
instructionDistance
.integerPart |
Distance to next waypoint integer value. |
String |
42
|
|
instructionDistance
.fractionalPart |
Distance to next waypoint fractional value. |
String |
34
|
|
instructionDistance
.unit |
Distance to next waypoint unit. |
String |
KILOMETERS
|
|
instructionDirection | Current instruction direction in the navigation. |
String |
- UNKNOWN
- See values list below.
|
right
|
laneGuidance | Lane guidance information. |
Array of objects |
/ |
|
laneGuidance
.directionType |
Lane guidance direction instruction. |
String |
STRAIGHT
|
|
laneGuidance
.toFollow |
Lane guidance to follow parameter. |
boolean |
false
|
|
drivingSide | Current driving side on the road. |
String |
- UNKNOWN
- LEFT
- RIGHT
|
RIGHT
|
secondaryRoadShield | Secondary road information. |
Object |
/ |
|
secondaryRoadShield
.status |
Current road information status. |
String |
VALID
|
|
secondaryRoadShield
.roadNumber |
Number of the road. |
String |
D394
|
|
secondaryRoadShield
.iconSetId |
Current road shield icon id. |
String |
|
|
secondaryRoadShield
.affixList |
Array of objects |
/ |
|
|
secondaryRoadShield
.affixList .type |
String |
|
||
secondaryRoadShield
.affixList .content |
String |
|
||
instructionTowardsName | String |
|
Gran Via de Vigo
|
|
coordinates | Current position coordinates of the vehicle. |
Object |
/ |
|
coordinates
.longitude |
Current longitude of the vehicle. |
number |
8.74301
|
|
coordinates
.latitude |
Current latitude of the vehicle. |
number |
8.74301
|
|
intersectionName | Name of the intersection. |
String |
|
Stellantis Cross-road
|
This API allows to retrieve next maneuver address.
List of instructionDirection
values:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"instructionDirectionEnum": ["UNKNOWN", "STRAIGHT", "BEAR_RIGHT", "RIGHT", "SHARP_RIGHT", "RIGHT_U_TURN", "BEAR_LEFT", "LEFT", "SHARP_LEFT", "LEFT_U_TURN", "ROUNDABOUT_STRAIGHT", "ROUNDABOUT_STRAIGHT_UK", "ROUNDABOUT_BEAR_RIGHT"
"ROUNDABOUT_BEAR_RIGHT_UK", "ROUNDABOUT_RIGHT", "ROUNDABOUT_RIGHT_UK", "ROUNDABOUT_SHARP_RIGHT", "ROUNDABOUT_SHARP_RIGHT_UK", "ROUNDABOUT_BEAR_LEFT", "ROUNDABOUT_BEAR_LEFT_UK", "ROUNDABOUT_LEFT"
"ROUNDABOUT_LEFT_UK", "ROUNDABOUT_SHARP_LEFT", "ROUNDABOUT_SHARP_LEFT_UK", "ROUNDABOUT_U_TURN", "ROUNDABOUT_U_TURN_UK", "BIFURCATION_BEAR_RIGHT", "BIFURCATION_KEEP_RIGHT", "BIFURCATION_KEEP_RIGHT_LANE"
"BIFURCATION_BEAR_LEFT", "BIFURCATION_KEEP_LEFT", "BIFURCATION_KEEP_LEFT_LANE", "ARRIVAL", "ARRIVAL_WAY_POINT", "FREEWAY", "FERRY", "CHAIN_INSTRUCTION_RIGHT_THEN_TURN_RIGHT"
"CHAIN_INSTRUCTION_RIGHT_THEN_TURN_LEFT", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_NEXT_STOP", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_DESTINATION", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_FERRY"
"CHAIN_INSTRUCTION_RIGHT_THEN_ENTER_MOTORWAY", "CHAIN_INSTRUCTION_RIGHT_THEN_ENTER_FREEWAY", "CHAIN_INSTRUCTION_LEFT_THEN_TURN_RIGHT", "CHAIN_INSTRUCTION_LEFT_THEN_TURN_LEFT"
"CHAIN_INSTRUCTION_LEFT_THEN_REACH_NEXT_STOP", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_DESTINATION", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_FERRY", "CHAIN_INSTRUCTION_LEFT_THEN_ENTER_MOTORWAY"
"CHAIN_INSTRUCTION_LEFT_THEN_ENTER_FREEWAY", "SECOND_RIGHT", "THIRD_RIGHT", "SECOND_LEFT", "THIRD_LEFT", "DRIVER_ROUTE", "BIFURCATION_MERGE_RIGHT_LANE", "BIFURCATION_MERGE_LEFT_LANE"
"ARRIVAL_RIGHT", "ARRIVAL_LEFT", "ARRIVAL_WAYPOINT_RIGHT", "ARRIVAL_WAYPOINT_LEFT", "CARTRAIN", "TOLLROAD", "RESTRICTED_AREA", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_ARRIVAL_RIGHT"
"CHAIN_INSTRUCTION_RIGHT_THEN_REACH_ARRIVAL_LEFT", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_ARRIVAL_WAYPOINT_RIGHT", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_ARRIVAL_WAYPOINT_LEFT"
"CHAIN_INSTRUCTION_RIGHT_THEN_REACH_CARTRAIN", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_TOLLROAD", "CHAIN_INSTRUCTION_RIGHT_THEN_REACH_RESTRICTED_AREA", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_ARRIVAL_RIGHT"
"CHAIN_INSTRUCTION_LEFT_THEN_REACH_ARRIVAL_LEFT", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_ARRIVAL_WAYPOINT_RIGHT", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_ARRIVAL_WAYPOINT_LEFT"
"CHAIN_INSTRUCTION_LEFT_THEN_REACH_CARTRAIN", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_TOLLROAD", "CHAIN_INSTRUCTION_LEFT_THEN_REACH_RESTRICTED_AREA" ]
}
List of laneGuidance.directionType
values:
1
2
3
4
5
{
"laneGuidanceDirectionTypeEnum": ["UNKNOWN", "STRAIGHT", "STRAIGHT_FLIPPED", "BEAR_RIGHT", "RIGHT", "SHARP_RIGHT", "RIGHT_U_TURN", "BEAR_LEFT", "LEFT", "SHARP_LEFT",
"LEFT_U_TURN", "CONDENSED_STRAIGHT", "CONDENSED_STRAIGHT_FLIPPED", "CONDENSED_BEAR_RIGHT", "CONDENSED_RIGHT", "CONDENSED_SHARP_RIGHT", "CONDENSED_RIGHT_U_TURN",
"CONDENSED_BEAR_LEFT", "CONDENSED_LEFT", "CONDENSED_SHARP_LEFT", "CONDENSED_LEFT_U_TURN"]
}
Input Parameter | |||||
---|---|---|---|---|---|
No input params |
Output Data | ||||
---|---|---|---|---|
Data name | Description | Type | Unit/Values | Example |
exit | Next exit. |
Object |
/ |
|
exit
.status |
Next exit status. |
String |
VALID
|
|
exit
.type |
Next exit type. |
String |
LEFT
|
|
exit
.number |
Next exit number. |
String |
Exit A42
|
|
instructionRoadShield | Current road information. |
Object |
/ |
|
instructionRoadShield
.status |
Current road information status. |
String |
VALID
|
|
instructionRoadShield
.roadNumber |
Number of the road. |
String |
D394
|
|
instructionRoadShield
.iconSetId |
Current road shield icon id. |
String |
|
|
instructionRoadShield
.affixList |
Array of objects |
/ |
|
|
instructionRoadShield
.affixList .type |
String |
|
||
instructionRoadShield
.affixList .content |
String |
|
||
instructionRoadName | Name of the current street. |
String |
|
rue de Paris
|
instructionDistance | Distance to next waypoint. |
Array of objects |
/ |
|
instructionDistance
.status |
Distance to next waypoint status. |
String |
|
|
instructionDistance
.integerPart |
Distance to next waypoint integer value. |
String |
42
|
|
instructionDistance
.fractionalPart |
Distance to next waypoint fractional value. |
String |
34
|
|
instructionDistance
.unit |
Distance to next waypoint unit. |
String |
KILOMETERS
|
|
instructionDirection | Current instruction direction in the navigation. |
String |
- UNKNOWN
- See values list below.
|
right
|
laneGuidance | Lane guidance information. |
Array of objects |
/ |
|
laneGuidance
.directionType |
Lane guidance direction instruction. |
String |
STRAIGHT
|
|
laneGuidance
.toFollow |
Lane guidance to follow parameter. |
boolean |
false
|
|
drivingSide | Current driving side on the road. |
String |
- UNKNOWN
- LEFT
- RIGHT
|
RIGHT
|
secondaryRoadShield | Secondary road information. |
Object |
/ |
|
secondaryRoadShield
.status |
Current road information status. |
String |
VALID
|
|
secondaryRoadShield
.roadNumber |
Number of the road. |
String |
D394
|
|
secondaryRoadShield
.iconSetId |
Current road shield icon id. |
String |
|
|
secondaryRoadShield
.affixList |
Array of objects |
/ |
|
|
secondaryRoadShield
.affixList .type |
String |
|
||
secondaryRoadShield
.affixList .content |
String |
|
||
instructionTowardsName | String |
|
Gran Via de Vigo
|
|
coordinates | Current position coordinates of the vehicle. |
Object |
/ |
|
coordinates
.longitude |
Current longitude of the vehicle. |
number |
8.74301
|
|
coordinates
.latitude |
Current latitude of the vehicle. |
number |
8.74301
|
|
intersectionName | Name of the intersection. |
String |
|
Stellantis Cross-road
|