Match GPS coordinates to the road network
POST/api/v1/map-match
Match GPS coordinates to the road network
Match GPS coordinates to the road network
curl https://plaza.fyi/api/v1/map-match \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $PLAZA_API_KEY" \
-d '{
"trace": {
"coordinates": [
0
],
"type": "Point"
}
}'