Can I use Google Maps API (Places API) in my iPhone app to find locations near me?
Posted
by
Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2011-02-14T15:22:03Z
Indexed on
2011/02/14
15:25 UTC
Read the original article
Hit count: 174
I have a couple of questions regarding using Google maps API, especially the Places API in my iPhone application.
Can I use Places API in my iPhone app and still release the app as a paid app? Could I release my app as free if I am unable to use these APIs in a paid app?
Is there an example for figuring out store locations around user's current location using Places API? For example if the user types "Groceries" in the app, I would like to show all the Store that sell groceries near the user's location.
Thanks!
© Stack Overflow or respective owner