Hi,

I am using Google Maps API V2. GDirections does not work for any lat
lng of Dubai, where as the same code works for any other lat lngs like
Denmark and India. Please suggest what could be wrong for Dubai.

Below is the code snippet that works for all other lat lngs except
Dubai:

var directions = new GDirections();
                var query = "from: "+latitude+","
                +longitude+" to:"
                +latitude+","
                +lng;
                directions.load(query,{getSteps:true,getPolyline:true});

Regards,
Satyapal

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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-api?hl=en.

Reply via email to