Skip to main content

RouteStep

instructionstring

Standard turn instruction.

Example: Turn right onto Ring Road Central.
verbal_instructionstring

Pre-built voice prompt suitable for TTS, delivered before the maneuver.

Example: In 300 metres, turn right onto Ring Road Central.
instruction_landmarkstring

Landmark-enriched instruction (present when narration=landmark or both).

Example: Turn right at Accra Mall onto Ring Road Central.
namestring

Street or road name for this step.

Example: Ring Road Central
near_landmarkstring

Name of the nearest landmark to the maneuver point (within 150m).

Example: Accra Mall
distance_mnumber<double>

Distance of this step in metres.

Example: 320.5
duration_snumber<double>

Estimated duration of this step in seconds.

Example: 45.2
RouteStep
{
"instruction": "Turn right onto Ring Road Central.",
"verbal_instruction": "In 300 metres, turn right onto Ring Road Central.",
"instruction_landmark": "Turn right at Accra Mall onto Ring Road Central.",
"name": "Ring Road Central",
"near_landmark": "Accra Mall",
"distance_m": 320.5,
"duration_s": 45.2
}