A key generated for "http://localhost"; won't work for "http://128.0.0.1"; 
The key validation code doesn't do a DNS lookup.

A site hosted on the default port of "http://localhost"; doesn't need an 
API key.

A site hosted on a specific port of "http://localhost"; does need an API 
key.

Since v2.99, the Javascript code will accept the key for 
"http://localhost"; as being valid for "http://localhost:4725";. The code 
in the server may possibly be different, so I don't know if geocoding 
and ggeoxml will work with that key.

If you're using an older version, e.g. v2.s, then you need to register a 
key for the full window.location.host.

If in doubt, register a key for
   window.location.protocol + "://" + window.location.host

-- 
http://econym.googlepages.com/index.htm
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 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