On Jul 13, 9:52 am, "[email protected]" <[email protected]> wrote: > I am in the process of developing a new web site. > At the present time I do not yet have a DNS name for the site, only > have an IP. > > How can I get Google Maps API to work when I only have the IP to work > with?
Use the ip address to register for the key (use the domain as it appears in the browser window) window.location.host http://mapki.com/index.php?title=Read_This_First#My_API_key_doesn.27t_work type javascript:alert('http://'+window.location.host) into the address bar while your page is displayed. That's the domain name that the API sees, so that's the one that you need to register. -- Larry -- 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.
