PlaceAutocomplete
Main entrypoint to the Mapbox Place Autocomplete SDK.
-
Basic internal initializer
-
Values to filter Place Autocomplete results to include only a subset (one or more) of the available feature types.
See more
-
Start searching for query with provided options
-
Start searching for query with provided options
-
Retrieves detailed information about the
PlaceAutocomplete.Suggestion
. Use this function to end search session even if you don’t need detailed information.Subject to change: in future, you may be charged for a suggestion call in case your UX flow accepts one of suggestions as selected and uses the coordinates, but you don’t call
select(suggestion:completion:)
method to confirm this. Other than that suggestions calls are not billed.