Skip navigation links
C G O S 

C

cancelApiCall() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
Can be used to cancel any calls currently in progress.
com.mapbox.services.android.ui.geocoder - package com.mapbox.services.android.ui.geocoder
Contains the Mapbox Android Services classes.

G

GeocoderAutoCompleteView - Class in com.mapbox.services.android.ui.geocoder
An editable text view that shows geocoder result suggestions automatically while the user is typing.
GeocoderAutoCompleteView(Context, AttributeSet) - Constructor for class com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView
 
GeocoderAutoCompleteView.OnFeatureListener - Interface in com.mapbox.services.android.ui.geocoder
 

O

onFeatureClick(CarmenFeature) - Method in interface com.mapbox.services.android.ui.geocoder.GeocoderAutoCompleteView.OnFeatureListener
 

S

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.
C G O S 
Skip navigation links