You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to find in what list of types the mentioned constants are converting. Can anybody provide more details on how can I achieve address filtering through types? Thanks!
The text was updated successfully, but these errors were encountered:
I use autocomplete and I want to get results with addresses only.
In the Android version of SDK, you can find TypeFilter.ADDRESS for that occasion (https://developers.google.com/maps/documentation/places/android-sdk/reference/com/google/android/libraries/places/api/model/TypeFilter)
In the iOS version of SDK you have kGMSPlacesAutocompleteTypeFilterAddress (https://developers.google.com/maps/documentation/places/ios-sdk/reference/group___places_autocomplete_type_filter)
I wasn't able to find in what list of types the mentioned constants are converting. Can anybody provide more details on how can I achieve address filtering through types? Thanks!
The text was updated successfully, but these errors were encountered: