Wasn't it debbi who wrote:
>
>I asked the client to go to the test page.  She did. No map is showing
>up
>and they get this message.
>
>GBrowser compatible
>Uncaught error: [object Error]; 'GClientGeocoder' is undefined

GBrowserIsCompatible() is implemented in the API loader, so it will 
always be accessible even if the main code fails to load.

If your call to GClientGeocoder() is the first call to something that 
needs the main code to be loaded, then that could suggest that you're 
failing to load the main code. For example, you'll see that effect if 
you use &v=2.136q when you try to load the API code, because there is no 
version 2.136q.

You'll also see that effect if you use &v=2.54 because GClientGeocoder 
was introduced in v2.55. [At one point, attempts to load very early 
versions would load v2.73 instead, but that behaviour seems to have been 
backed out, and it is again possible to actually load v2.54]

-- 
http://econym.org.uk/gmap
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
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