On Nov 11, 4:08 pm, java_jazzy <[EMAIL PROTECTED]> wrote: > Hi All, > > What is the format of the URL that needs to be given during the > registration for the generation of the key that is required for the > integration of the api..
Isn't this explained in the documentation? It's the URL from http: up to and including the / before the page name, or any / before that. For a map at http://www.mydomain.com/folder1/folder2/map.htm all the following would be valid for generating the key: http://www.mydomain.com/folder1/folder2/ http://www.mydomain.com/folder1/ http://www.mydomain.com/ And if the server-level subdomain is omitted you can use the key on any subdomain, so these would work too: http://mydomain.com/folder1/folder2/ http://mydomain.com/folder1/ http://mydomain.com/ 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 [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 -~----------~----~----~----~------~----~------~--~---
