Error trying to use the waypoints in Here Routing API 7.2
Clash Royale CLAN TAG#URR8PPP
Error trying to use the waypoints in Here Routing API 7.2
I'm facing issue in waypoint of origin and the destination place using Here Map API.
Because the waypoint which i am passing it shows me the error:
"NO ROUTE FOUND".
waypoint0:geo!78.44,17.43
waypoint1:geo!78.40,17.50
Downvoted for more begging.
– halfer
Aug 13 at 10:39
I think the issue is that the coordinates are on an island where there is no road network available in the data, hence you are getting the error. Are these the correct coordinates ? I think you have exchanged the latitude, longitude. Try giving waypoint0:geo!17.43,78.44 and waypoint1:geo!17.50,78.40
– Jithin Krishnan
Aug 13 at 12:08
Thankyou so much it worked fine for me..Thanks alot..
– snehamayi senapati
Aug 14 at 5:27
How can i pass waypoint0, waypoint1 as dynamic? when i use this its not taking proper value. 'waypoint0': 'geo!lat,lng' I am getting values from var lat = location.Location.DisplayPosition.Latitude; var lng = location.Location.DisplayPosition.Longitude;
– snehamayi senapati
Aug 14 at 6:27
1 Answer
1
The mentioned coordinates in your example are lying appr.30km away from the last route-able location in Longyearbyen, Svalbard. Even if you extend the transit radius this might be really to far away.
How can i pass waypoint0, waypoint1 as dynamic? when i use this its not taking proper value. 'waypoint0': 'geo!lat,lng' I am getting values from var lat = location.Location.DisplayPosition.Latitude; var lng = location.Location.DisplayPosition.Longitude;
– snehamayi senapati
Aug 14 at 6:33
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Please read Under what circumstances may I add “urgent” or other similar phrases to my question, in order to obtain faster answers? - the summary is that this is not an ideal way to address volunteers, and is probably counterproductive to obtaining answers. Please refrain from adding this to your questions.
– halfer
Aug 13 at 9:18