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.

1

There are 1 best solutions below

2
On

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!