0

My app using Google maps the SDK, but not from Google found on the official document about the POI retrieval method, I demand is this: to a certain point as the center, in a certain value of circle diameter to retrieve certain places, such as retrieval from places such as hospitals, schools, bus, subway, I want to find a way to can return to these results, but don't know where the document。Who knows? Please help me.Thank you very much.

Gagravarr
  • 47,320
  • 10
  • 111
  • 156
Lemon
  • 1

1 Answers1

0

Places search is currently available only via web services:

https://developers.google.com/places/web-service/search

There is also a feature request in the issue tracker to add places text search in iOS SDK:

https://buganizer.corp.google.com/issues/35829470

Feel free to star this feature request and subscribe to further notifications from Google.

Hope this helps!

xomena
  • 31,125
  • 6
  • 88
  • 117
  • The first url address helps me.I send net request to google webservice,then get the data from the response . Finally add the info to the mapview.Your answer helps me ,thank you very much. – Lemon May 26 '17 at 03:19
  • Happy to help, and welcome to Stack Overflow. If this answer solved your issue, please mark it as accepted. – xomena May 26 '17 at 06:40