I'm trying to do a map matching on a walking round circuit (starting and ending at the same point). I always get:
{
code: "NoSegment",
message: "Could not find a matching segment for input coordinates",
matchings: [ ]
}
I'm passing 17 coordinates (where the first and the last one are the same), and these coordinates are in the middle of Buenos Aires which is a big city and therefore I'm pretty sure there are enough roads around to match. This is my request:
I don't care about turn by turn instructions therefore steps=false, I only want to snap my points to roads. I've tried increasing the radious, adding timestamps, marking them not as waypoints, but it's always the same, "NoSegment"
&radiuses=50;50;50;50;50;50;50;50;50;50;50;50;50;50;50;50;50×tamps=0;5;10;15;20;25;30;35;40;45;50;55;60;65;70;75;80&waypoints=0;1;2;3;4;5;6;7;8;9;10;11;12;13;14;15;16
These same coordinates work perfect with BingMaps snap to road API, but I would prefer using Mapbox because it's more transparent on pricing.