Topic: Open Route Service Error

Hi Alex, I'm getting this error while using Open Route Service Example,

Post's attachments

Attachment icon slez.png 44.21 kb, 89 downloads since 2017-09-20 

Re: Open Route Service Error

Hello.

This is because OnlineMapsDirectionStep.TryParseORS is an obsolete method that does not work anymore because Open Route Service completely changed API.
I think we will need to remove this class, so as not to confuse users, and update the example.
We will do it in the next update.

Use OnlineMapsOpenRouteService.GetDirectionResults to get the result object.
Use OnlineMapsOpenRouteServiceDirectionResult.Route.points to get an array of points.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Open Route Service Error

Thanks, it works.