GooglePlaces Framework Reference

  • GMSPlacesAutocompleteTypeFilter is an enum used to restrict the results of a Places Autocomplete request.

  • It offers various filter options like noFilter, geocode, address, establishment, region, and city.

  • These filters allow developers to specify the type of results they want, such as businesses, addresses, or geographical regions.

  • Each filter corresponds to a specific set of place types defined by the Google Places API.

  • By applying these filters, developers can refine the autocomplete suggestions and improve the user experience.

GMSPlacesAutocompleteTypeFilter

enum GMSPlacesAutocompleteTypeFilter : NSInteger {}

The type filters that may be applied to an autocomplete request to restrict results to different types.