On Sep 17, 11:17 pm, Sajan S Jabbar <[email protected]> wrote: > Is there something wrong with directionsService.route today > 18-Sept-2012,its not returning anything to bind to map-directions div.
Check the status being returned, you have probably exceeded the quota (or the rate limit). - Larry > > > > > > > > On Thursday, 24 March 2011 11:31:29 UTC+5:30, Luke (Google Employee) wrote: > > > We are aware of this and it should be fixed soon. > > > Thanks for reporting! > > > -- Luke > > > On Thu, Mar 24, 2011 at 4:30 PM, jje <[email protected] <javascript:>>wrote: > > >> Hi, google team > > >> suddenly, when I want to route, and insert arrival, and departure > > >> Failed to load resource: the server responded with a status of 500 > >> (Internal Server Error) : DirectionsService.route > >> SyntaxError: Parse error : DirectionsService.Route:1 > > >> this error message is showing in browser console. > > >> status code is UNKNOWN_ERROR. > > >> I Just insert "D, Lohman, State of Missouri", and "F, Friona, State of > >> Texas" > > >> and until now, It was working well. > > >> here is my code : > >> var directionsService = new google.maps.DirectionsService(); > >> var request = { > >> origin:Lohman address, > >> destination:Friona address, > >> provideRouteAlternatives: true, > >> travelMode:google.maps.DirectionsTravelMode.DRIVING > >> }; > >> directionsService.route(request, function(result, status) { > >> if (status == google.maps.DirectionsStatus.OK) > >> else console.log(status); > >> } > > >> Is anything changed in DirectionsService.route () method? > >> It seems server error > > >> -- > >> You received this message because you are subscribed to the Google Groups > >> "Google Maps JavaScript API v3" group. > >> To post to this group, send email to > >> [email protected]<javascript:> > >> . > >> To unsubscribe from this group, send email to > >> [email protected] <javascript:>. > >> For more options, visit this group at > >>http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
