Getting Error fom MapRouteFinder.GetDrivingRouteFromEnhancedWaypointsAsync
Juergen Schmidt
1
Reputation point
I tried this in C# UWP...
MapRouteFinderResult routeResult = await MapRouteFinder.GetDrivingRouteFromEnhancedWaypointsAsync(path, RouteDrivingOptions);
Path and RouteDrivingOptions are correct but i get an error "Wrong Parameter. pRoute" if i have more than 74 Route Points.
Under 75 Route Points it works fine.
I also checked Path list for all Route Points Lat Lon Data and they are all available in the list including the last one.
And yes its async...
Is there a limitation in the MapRouteFinder ?
Sign in to answer