Find POI with basic4android

Fox

Active Member
Licensed User
Longtime User
Hey guys is it possible to find an poi which is in the near like an restaurant and show it to an map with basic 4 android. Is there just an little example in the forum ?
 

neavilag

Member
Licensed User
Longtime User
You need a service that delivers reverse geocoding, can use Google Places API or OpenStreetMap, you have to take latitude and longitude from phone to make the request it will return JSON for example, you can parse the returned data and plot on map or show on list.
 
Upvote 0
Top