Skip navigation links
Mapbox Android Services SDK 2.1.0 Reference
C G O S 

C

cancelApiCall() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Can be used to cancel any calls currently in progress.
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

GeocoderAdapter - Class in com.mapbox.services.android.ui.geocoder
Adapter for the GeocoderAutoCompleteView.
GeocoderAdapter(Context) - Constructor for class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
 
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
 
getAccessToken() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Get the access token used with making the Mapbox geocoding API call.
getBaseUrl() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Get the base url of the API.
getBbox() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Bounding box within which to limit results
getCount() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Gives How many items are in the data set represented by this Adapter.
getCountries() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Get the countries you are limiting your geocoding results if applicable.
getCountry() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Get the country you are limiting your geocoding results if applicable.
getFilter() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Returns a filter that can be used to constrain data with a filtering pattern.
getItem(int) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Get the data item associated with the specified position in the data set.
getItemId(int) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Get the row id associated with the specified position in the list.
getLanguage() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
 
getLimit() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Returns integer number representing the amount of results
getProximity() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Location around which to bias geocoder results.
getType() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Get the geocoder filter type.
getTypes() - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Get the geocder filter types in a String array.
getView(int, View, ViewGroup) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Get a View that displays the data at the specified position in the data set.

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.GeocoderAdapter
You'll need to have a Mapbox access token to use the geocoding API within MAS.
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.GeocoderAdapter
Set the base url of the API.
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.GeocoderAdapter
Bounding box within which to limit results.
setBbox(double, double, double, double) - Method in class com.mapbox.services.android.ui.geocoder.GeocoderAdapter
Bounding box within which to limit results.
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.GeocoderAdapter
Parameter limits results to a set of one or more countries.
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.GeocoderAdapter
Parameter limits results to a country.
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.GeocoderAdapter
The locale in which results should be returned.
setLanguage(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.GeocoderAdapter
Limit the number of results 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.GeocoderAdapter
Location around which to bias geocoder results.
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.GeocoderAdapter
Configure the geocoder type, pass in one of the constants found within GeocodingCriteria.
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.GeocoderAdapter
Configure the geocoder type, pass in one or more 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
Mapbox Android Services SDK 2.1.0 Reference

© 2015–2016 Mapbox. All rights reserved.