On 2 July 2010 09:12, Zarko <[email protected]> wrote: > You can try and use V3 (does not require a key)... > The problem is that it have a low free limit of 2,500 geolocation > requests per day (server initiated).
The quota changed for V2 too I beleive. (besides can use v2 or v3 of the geocoding api independant of the mapping api version) > And a premiere key cost like a new sports car : / > > Furthermore, from app engine you can't know if you will get this too. > In a previous tread somebody told me that you share your quota with > others app... > Is this true ?! If you do it server side. The rate limiting is via IP address (even in v2), which via AppEngine's URLFetch is shared. So do geocoding client side, and then it uses the users quota :) >From time to time the AppEngine IPs get whitelisted by the Maps Team, but that breaks sometimes (persumably when AppEngine moves to a new data-center) > > > On Jul 1, 1:00 am, nickmilon <[email protected]> wrote: >> Why don't work with G MAP API V3 which does not require a key and it >> is quite faster ? >> >> On Jun 30, 10:03 pm, "Ikai L (Google)" <[email protected]> wrote: >> >> >> >> > This question is probably better directed here: >> >> >http://groups.google.com/group/Google-Maps-API >> >> > I am fairly certain that this means the Maps API key is tied to the domain >> > and not the appspot.com URL, but not 100% sure. >> >> > On Wed, Jun 23, 2010 at 6:44 PM, Mac <[email protected]> wrote: >> > > Whenever I visithttp://hospitalsusa.appspot.com, I get an error >> > > message that says, >> > > "This website needs a different google maps api key...". Any >> > > suggestions on how to fix this? >> >> > > -- >> > > You received this message because you are subscribed to the Google Groups >> > > "Google App Engine" group. >> > > To post to this group, send email to [email protected]. >> > > To unsubscribe from this group, send email to >> > > [email protected]<google-appengine%2Bunsubscrib >> > > [email protected]> >> > > . >> > > For more options, visit this group at >> > >http://groups.google.com/group/google-appengine?hl=en. >> >> > -- >> > Ikai Lan >> > Developer Programs Engineer, Google App Engine >> > Blog:http://googleappengine.blogspot.com >> > Twitter:http://twitter.com/app_engine >> > Reddit:http://www.reddit.com/r/appengine > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
