AFAIK, you can only use one API key at a time (I don't know if its the first or last loaded), the rest are ignored. If you are using gwt-maps, you can use the Maps.loadApi() method to choose the key you need in your onModuleLoad() method based on the value found at runtime in Window.Location(). There is also a feature where you can load your keys into a properties file and have the GWT AjaxLoader API pick the right one for you.
On Thu, Aug 20, 2009 at 7:22 AM, Rossko <[email protected]> wrote: > > > Is MarianoB correct? Should I also registerhttp://beer.androdph.com > > andhttp://www.androidph.com?And paste 3 javascript keys on the page? > > I think you should start by cutting down on the number of times you > call the API with different keys (notice you get a key error AND a map > - that's from different calls) > > There's a 'simple' API call in your html, and another via GWT in > beerradar.nocache.js > I don't know how GWT is supposed to work with keys, but look to that. > > cheers, Ross K > > > > -- Google Code Jam 2009 http://code.google.com/codejam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
