On Aug 28, 1:11 pm, Maxime <[EMAIL PROTECTED]> wrote:
> Thanks,
>
> I've done what you said Andrew.
>
> But now the console is empty (that's a good way), but there is no
> return by Google.

This line
 GEvent.addListener(gdir, "addoverlay", onGDirectionsLoad);
won't call onGDirectionsLoad() if you're no longer adding an overlay.

Try
 GEvent.addListener(gdir, "load", onGDirectionsLoad);
instead.

However, I'm not sure your regular expression is correct because a
postcode of 75001 (Paris) is put into Zone 1, 10 euros. But that's not
an API question.

Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
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