Getting Error fom MapRouteFinder.GetDrivingRouteFromEnhancedWaypointsAsync

Juergen Schmidt 1 Reputation point
2023-01-18T17:58:24.4166667+00:00

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 ?

Universal Windows Platform (UWP)
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,650 questions
{count} votes