Topic: Extracting coordinates from waypoints

Hello everyone. I am new to this and only recently started to play around with Online Maps on Unity. Right now I am using the OpenRouteServiceExample. My question is, from OnlineMapsOpenRouteServiceDirectionResult, is there a way to turn the way_points into actually coordinate values? If not, is there a way at all where I can get or somehow calculate the coordinates in which the user should turn?

Re: Extracting coordinates from waypoints

Hello.

points contains a list of coordinates (OnlineMapsVector2d), where X is longitude, Y is latitude.
https://infinity-code.com/doxygen/onlin … a1dd18184e

Kind Regards,
Infinity Code Team.

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

Re: Extracting coordinates from waypoints

Thank you so much. This is what I was looking for. Great app. Hove you have a nice day.