Tue, 12/08/2015 - 08:25
#1
Error 602 routing between 2 points
Hello,
I receive the info message 602 (Unable to calculate route) when I try to route these two points:
{ lat: 37.0918350220, lng: -8.2371664047 }
{ lat: 37.1019630432, lng: -8.2605485916 }
There are some other points that cause error 602, however all of these are valid and real points.
I'm using //open.mapquestapi.com/sdk/js/v7.2.s/mqa.toolkit.js and the route is free of conditions, beside the following options:
options: {
unit: 'k',
narrativeType: 'none'
}
Thank you.
Regards,
Filipe Freire
I tested your routing results using classic.mapquest.com (2nd point is not reachable) and compared with Google routing results.
https://www.google.pt/maps/dir/37.0918333,-8.2371667/37.1019630432,+-8.2605485916/@37.0965589,-8.2578637,15z/data=!3m1!4b1!4m6!4m5!1m0!1m3!2m2!1d-8.2605486!2d37.101963
And there's some important differences.
Maybe this helps.