Hi,
My application displays point of interest based on several categories near a user's location. I'm using places API but it seems like either my code is broken or the Google Places API's POI database is not in sync with Google Map's database (LocalSearch?).
My location is Sandton, Johannesburg, South Africa.
When I search for "stores" using this as a starting location in Google Maps, I get a whole lot of results. However, when I search for the same type using the Places API, I get a NO_RESULTS. I always get status message irrespective of what I search, while the Local Search API returns the correct results.
I thought of using the Local Search API, but Google's documentation says its "Deprecated". Not sure what is going on here. Or Am I using the wrong service to look for POIs?