On Apr 19, 9:58 am, RamiJ <sra...@gmail.com> wrote: > Using DirectionsService from google maps api returns ZERO_RESULTS for > src and dst out of the US, any ideas why is that?
Not with the information you have provided. I would expect you are doing something wrong, but what that is can't be determined from the information provided. Can you at least provide an example set of addresses that fail? -- Larry > > var start = src_latlng; > var end = dst_latlng; > var request = { > origin:start, > destination:end , > travelMode: google.maps.DirectionsTravelMode.DRIVING > }; > > directionsService.route(request, function(result, status) > { ... } > > However, when usinghttp://maps.google.com, using the web site > manuall, with the same src and dst, it works! -- 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 google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.