On Feb 14, 12:22 pm, Eddi Rae Melton <[email protected]> wrote: > I have gotten the API key for the websitewww.fpccarecentre.net. > > I am testing on my machine and I am getting this error: > You need to set the GoogleMaps API Key onhttp://www.google.com/apis/maps/ > > Is there a way to test on my local machine with the API key above?
Yes. If you are running a webserver, you can get a key for localhost and use that for local testing. You can use a key switching algorithm if you want to make the same page live on the real domain. You can access the files locally using the file:/// protocol, no key checking is done for those. Are your pages straight html or dynamically generated? -- 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.
