MapMatchResponse
Total matched route distance in metres.
1840.5Estimated travel time of the matched route in seconds.
195Matched route geometry as [lng, lat] pairs snapped to roads.
Possible values: >= 2, <= 2
[[-0.1867,5.6037],[-0.1851,5.6052]]steps object[]
Turn-by-turn steps of the matched route.
Standard turn instruction.
Turn right onto Ring Road Central.Pre-built voice prompt suitable for TTS, delivered before the maneuver.
In 300 metres, turn right onto Ring Road Central.Landmark-enriched instruction (present when narration=landmark or both).
Turn right at Accra Mall onto Ring Road Central.Street or road name for this step.
Ring Road CentralName of the nearest landmark to the maneuver point (within 150m).
Accra MallDistance of this step in metres.
320.5Estimated duration of this step in seconds.
45.2Sum of haversine distances between consecutive input trace points (metres). Represents the raw GPS path length before snapping.
1650matched_distance / gps_distance. A ratio near 1.0 means the GPS trace
closely follows the road network. Values above ~1.3 suggest the agent
went off-road or the trace contains significant GPS noise — a useful
fraud and compliance signal.
1.12{
"distance_m": 1840.5,
"duration_s": 195,
"coordinates": [
[
-0.1867,
5.6037
],
[
-0.1851,
5.6052
]
],
"steps": [
{
"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
}
],
"gps_distance_m": 1650,
"divergence_ratio": 1.12
}