Hi,

I using google map version 2 in my simple map appllication.

In this application I want to get the turn-by-turn directions for
Central Visayas, PH especially in cebu city. But when I want to get
the direction I get this error message
"No corresponding geographic location could be found for one of the
specified addresses. This may be due to the fact that the address is
relatively new, or it may be incorrect.
Error code: 602"

Is the GDirections supports for the Philippine location or is there an
error on my code?

here a sample of my code:

var directions;

var panel=document.getElementById("panel_dir");
directions=new GDirections(map,panel);
GEvent.addListener(gdir, "error", handleErrors);
directions.load("from: P. Basubas St, Mandaue City, PhilippinesPH to:
C.Batiller, Mandaue City, PhilippinesPH");

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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