I want to develop an application in which i want to display information about places nearby (within 1km )the user by getting its current location..
Say for example i want to display information about Restaurants, Shopping Malls, Hospitals located within 1km related to current location of the android device..
I have gone through this link : Using Google Places API in Android.. But didnt get more.
Have anyone used Google Places API in android ?
keyString
andurlString
? – RetrocedekeyString
is Google Map API Key andinputUrl
is used for testing purpose. You can omit it and use url declared inurlString
.keyString
andurlString
should be defined by you. – Retrocede