1

I'd like to use the Google Places API for iOS place picker, but it displays places of all types in the map. I'd to be able to supply a set of Place Types to limit the types of place that the user can select from.

Is this possible? The Google Places web service api allows for a type parameter to limit results. Is there any plan to support this in the iOS API?

Michael Peterson
  • 10,383
  • 3
  • 54
  • 51

1 Answers1

1

As of the moment, the Place Picker API doesn't have the feature to filter the Place Types you want to be returned. There is actually an open feature request about it.

References:

https://stackoverflow.com/a/32562382/6124253

https://stackoverflow.com/a/32268633/6124253

Community
  • 1
  • 1
AL.
  • 36,815
  • 10
  • 142
  • 281