Hello Barry, According to the general terms, section 7, "You agree to use the Service only for purposes:" "c) that comply with all applicable policies or guidelines made available by Google, including in the Maps APIs Documentation..." http://code.google.com/intl/de/apis/maps/terms.html
But if it was allowed to use the api dynamically, the limitation of 2500 requests per day (per IP?) wouldn't be a problem. I just need locations for addresses. The native solution with javascript wouldn't work for me, unless I can do the same with it as with the ios MapKit, like showing custom pins, showing tooltips on touching the pins and reacting on touching the tooltips. Cheers, Witali On 4 Okt., 11:42, Barry Hunter <[email protected]> wrote: > Thats the documentation for the REST api - that is what its designed > for - offline use. > > For interactive use, better to be using one of the client APIs > > http://code.google.com/apis/maps/articles/tutorial-iphone.html > > but it says its not "designed" for real time use, not that it can't. > You can use it, but it wont be ideal. Eg you have to enforce the quota > limits. (or at least deal with denials). > > > > > > > > On Mon, Oct 3, 2011 at 7:46 PM, Witali <[email protected]> wrote: > > Hi, > > > in the docs of the api > >http://code.google.com/intl/en/apis/maps/documentation/geocoding/ > > section Audience is stated, that the api may onle be used for > > geocoding static addresses: > > "This service is generally designed for geocoding static (known in > > advance) addresses for placement of application content on a map;". > > > Is it possible to receive permission for geocoding real-time user > > input from an iPhone-App? The results would be shown on the integrated > > map wich is from Google and all other terms are also met. > > > Cheers, > > Witali > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps API V2" 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 > > athttp://groups.google.com/group/google-maps-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
