Can anyone guide how to get list of POI from a particular city for e.g. ahmedabad.
Got the query https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=23.006000,72.601100&types=point_of_interest&radius=50000&sensor=false&key=YouAPIKey
"point_of_interest" its already mentioned that they provide but not sure how
https://developers.google.com/places/documentation/supported_types
Help will be appreciated
You need to pass any one of the supported type to your query against types.
Restricts the results to Places matching at least one of the specified types. Types should be separated with a pipe symbol (type1|type2|etc). See the list of supported types.
https://developers.google.com/places/documentation/supported_types
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With