On Nov 16, 2:44 pm, shaveta mahajan <[email protected]> wrote: > HI all! > I am getting the error that "The website needs a diffrent google map > api key, A new key can be generated athttp://code.google.com/apis/maps" > > I have generated api many times but getting same problem. > > my website ishttp://yellowpages.webworldsolutions.org
The solution is that this line <script src="http://maps.google.com/maps?file=api&v=2&key=" type="text/javascript"></script> has to contain the key between the last = and the " You should also have &sensor=true or &sensor=false in there as well (depending on whether you use a sensor of some description). And the url is http://yellowpages.webworldsolutions.org/GoogleMaps.aspx, not as you quoted. 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=.
