- setAccessToken(String) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
You'll need to have a Mapbox access token to use the geocoding API within MAS.
- setBaseUrl(String) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
Set the base url of the API.
- setBbox(Position, Position) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
Bounding box within which to limit results.
- setBbox(double, double, double, double) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
Bounding box within which to limit results.
- setCountries(String[]) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
Parameter limits results to a set of one or more countries.
- setCountry(String) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
Parameter limits results to a country.
- setLanguage(String) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
- setLanguages(String...) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
The locale in which results should be returned.
- setLimit(int) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
Limit the number of results returned.
- setOnFeatureListener(GeocoderAutoCompleteView.OnFeatureListener) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
Sets the listener that will be notified when the user clicks an item in the drop down list.
- setProximity(Position) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
Location around which to bias geocoder results.
- setType(String) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
Configure the geocoder type, pass in one of the constants found within
GeocodingCriteria.
- setTypes(String[]) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
-
Configure the geocoder type, pass in one or more of the constants found within
GeocodingCriteria.