Skip navigation links
Mapbox Maps SDK for Android 6.6.0 Reference
A B C D E F G H I K L M N O P Q R S T U V W Z 

A

abs(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the absolute value of the input.
abs(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the absolute value of the input.
accuracyAlpha() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Set the opacity of the accuracy view to a value from 0 to 1, where 0 means the accuracy view is completely transparent and 1 means the view is completely opaque.
accuracyAlpha(float) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Set the opacity of the accuracy view to a value from 0 to 1, where 0 means the accuracy view is completely transparent and 1 means the view is completely opaque.
accuracyColor() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Solid color to use as the accuracy view color property.
accuracyColor(int) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Solid color to use as the accuracy view color property.
acos(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the arccosine of the input.
acos(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the arccosine of the input.
activate() - Method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
Activates the connectivity receiver.
activate() - Method in class com.mapbox.mapboxsdk.storage.FileSource
 
activateLocationComponent(Context) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
This method initializes the component and needs to be called before any other operations are performed.
activateLocationComponent(Context, boolean) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
This method initializes the component and needs to be called before any other operations are performed.
activateLocationComponent(Context, int) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
This method initializes the component and needs to be called before any other operations are performed.
activateLocationComponent(Context, LocationComponentOptions) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
This method initializes the component and needs to be called before any other operations are performed.
activateLocationComponent(Context, LocationEngine, int) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
This method initializes the component and needs to be called before any other operations are performed.
activateLocationComponent(Context, LocationEngine) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
This method will show the location icon and enable the camera tracking the location.
activateLocationComponent(Context, LocationEngine, LocationComponentOptions) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
This method initializes the component and needs to be called before any other operations are performed.
add(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Adds a vertex to the outline of the polygon being built.
add(LatLng...) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Adds vertices to the outline of the polygon being built.
add(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Adds a vertex to the end of the polyline being built.
add(LatLng...) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Adds vertices to the end of the polyline being built.
addAll(Iterable<LatLng>) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Adds vertices to the outline of the polygon being built.
addAll(Iterable<LatLng>) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Adds vertices to the end of the polyline being built.
addAllHoles(Iterable<List<LatLng>>) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Adds holes to the outline of the polygon being built.
addCompassListener(CompassListener) - Method in interface com.mapbox.mapboxsdk.location.CompassEngine
Adds a CompassListener that can be used to receive heading and state changes.
addCompassListener(CompassListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Add a compass listener to get heading updates every second.
addHole(List<LatLng>) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Adds a hole to the outline of the polygon being built.
addHole(List<LatLng>...) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Adds holes to the outline of the polygon being built.
addImage(String, Bitmap) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds an image to be used in the map's style
addImage(String, Bitmap, boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds an image to be used in the map's style
addImages(HashMap<String, Bitmap>) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds an images to be used in the map's style
addLayer(Layer) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds the layer to the map.
addLayerAbove(Layer, String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds the layer to the map.
addLayerAt(Layer, int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds the layer to the map at the specified index.
addLayerBelow(Layer, String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds the layer to the map.
addListener(ConnectivityListener) - Method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
Add a listener to be notified
addMarker(MarkerOptions) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a marker to this map.
addMarker(BaseMarkerOptions) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a marker to this map.
addMarker(BaseMarkerViewOptions) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Deprecated.
Use a SymbolLayer instead. An example of converting Android SDK views to be used as a symbol see https://github .com/mapbox/mapbox-gl-native/blob/68f32bc104422207c64da8d90e8411b138d87f04/platform/android /MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/SymbolGeneratorActivity.java
addMarker(BaseMarkerViewOptions, MarkerViewManager.OnMarkerViewAddedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Deprecated.
Use a SymbolLayer instead. An example of converting Android SDK views to be used as a symbol see https://github .com/mapbox/mapbox-gl-native/blob/68f32bc104422207c64da8d90e8411b138d87f04/platform/android /MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/SymbolGeneratorActivity.java
addMarkers(List<? extends BaseMarkerOptions>) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds multiple markers to this map.
addMarkerViewAdapter(MapboxMap.MarkerViewAdapter) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Add a MarkerViewAdapter to the MarkerViewManager.
addMarkerViews(List<? extends BaseMarkerViewOptions>) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Deprecated.
Use a SymbolLayer instead. An example of converting Android SDK views to be used as a symbol see https://github .com/mapbox/mapbox-gl-native/blob/68f32bc104422207c64da8d90e8411b138d87f04/platform/android /MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/SymbolGeneratorActivity.java
addOnCameraIdleListener(MapboxMap.OnCameraIdleListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that is invoked when camera movement has ended.
addOnCameraMoveCancelListener(MapboxMap.OnCameraMoveCanceledListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that is invoked when camera movement was cancelled.
addOnCameraMoveListener(MapboxMap.OnCameraMoveListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that is invoked when camera position changes.
addOnCameraMoveStartedListener(MapboxMap.OnCameraMoveStartedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that is invoked when camera movement has started.
addOnCameraTrackingChangedListener(OnCameraTrackingChangedListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Adds a listener that gets invoked when camera tracking state changes.
addOnFlingListener(MapboxMap.OnFlingListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that's invoked when the map is flinged.
addOnLocationClickListener(OnLocationClickListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Adds a listener that gets invoked when the user clicks the displayed location.
addOnLocationLongClickListener(OnLocationLongClickListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Adds a listener that gets invoked when the user long clicks the displayed location.
addOnLocationStaleListener(OnLocationStaleListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Adds the passed listener that gets invoked when user updates have stopped long enough for the last update to be considered stale.
addOnMapChangedListener(MapView.OnMapChangedListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
Add a callback that's invoked when the displayed map view changes.
addOnMapClickListener(MapboxMap.OnMapClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that's invoked when the user clicks on the map view.
addOnMapLongClickListener(MapboxMap.OnMapLongClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that's invoked when the user long clicks on the map view.
addOnMarkerViewAddedListener(MarkerView, MarkerViewManager.OnMarkerViewAddedListener) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
 
addOnMoveListener(MapboxMap.OnMoveListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that's invoked when the map is moved.
addOnRotateListener(MapboxMap.OnRotateListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that's invoked when the map is rotated.
addOnScaleListener(MapboxMap.OnScaleListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that's invoked when the map is scaled.
addOnScrollListener(MapboxMap.OnScrollListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that's invoked when the map is scrolled.
addOnShoveListener(MapboxMap.OnShoveListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a callback that's invoked when the map is tilted.
addOverlay(MapSnapshot) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Draw an overlay on the map snapshot.
addPoint(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.BasePointCollection
Add a point to the polyline.
addPolygon(PolygonOptions) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a polygon to this map.
addPolygons(List<PolygonOptions>) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds multiple polygons to this map.
addPolyline(PolylineOptions) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds a polyline to this map.
addPolylines(List<PolylineOptions>) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds multiple polylines to this map.
addSource(Source) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Adds the source to the map.
all(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns `true` if all the inputs are `true`, `false` otherwise.
alpha - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
alpha(float) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the alpha of the MarkerView.
alpha(float) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Set the alpha value of the polyline.
alpha(float) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Set the alpha value of the polyline.
alpha(View, float, AnimatorUtils.OnAnimationEndListener) - Static method in class com.mapbox.mapboxsdk.utils.AnimatorUtils
Animate a view alpha property to a value.
alpha(View, float) - Static method in class com.mapbox.mapboxsdk.utils.AnimatorUtils
Animate a view alpha property to a value.
anchor(float, float) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the anchor of the MarkerView.
ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The position of the light source is aligned to the rotation of the map.
ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The position of the light source is aligned to the rotation of the viewport.
anchorU - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
anchorV - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
animate(View, int, AnimatorUtils.OnAnimationEndListener) - Static method in class com.mapbox.mapboxsdk.utils.AnimatorUtils
Animate a view from an animator resource.
animate(View, int, int, AnimatorUtils.OnAnimationEndListener) - Static method in class com.mapbox.mapboxsdk.utils.AnimatorUtils
Animate a view from an animator resource.
animate(View, int) - Static method in class com.mapbox.mapboxsdk.utils.AnimatorUtils
Animate a view from an animator resource.
animate(View, int, int) - Static method in class com.mapbox.mapboxsdk.utils.AnimatorUtils
Animate a view from an animator resource.
animateAlpha(MarkerView, float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Animate a MarkerView to a given alpha value.
animateCamera(CameraUpdate) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Animate the camera to a new location defined within CameraUpdate using a transition animation that evokes powered flight.
animateCamera(CameraUpdate, MapboxMap.CancelableCallback) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Animate the camera to a new location defined within CameraUpdate using a transition animation that evokes powered flight.
animateCamera(CameraUpdate, int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Animate the camera to a new location defined within CameraUpdate using a transition animation that evokes powered flight.
animateCamera(CameraUpdate, int, MapboxMap.CancelableCallback) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Animate the camera to a new location defined within CameraUpdate using a transition animation that evokes powered flight.
animateRotation(MarkerView, float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Animate a MarkerView to a given rotation.
animateRotationBy(MarkerView, float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Animate a MarkerView with a given rotation.
animateVisible(MarkerView, boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Animate a MarkerVIew to be visible or invisible
ANIMATION_DURATION - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Default animation time
ANIMATION_DURATION_FLING_BASE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Animation time of a fling gesture
ANIMATION_DURATION_SHORT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Default short animation time
AnimatorUtils - Class in com.mapbox.mapboxsdk.utils
Animator utility class.
AnimatorUtils() - Constructor for class com.mapbox.mapboxsdk.utils.AnimatorUtils
 
AnimatorUtils.OnAnimationEndListener - Interface in com.mapbox.mapboxsdk.utils
An interface definition that is invoked when an animation ends.
Annotation - Class in com.mapbox.mapboxsdk.annotations
Annotation is an overlay on top of a Map.
Annotation() - Constructor for class com.mapbox.mapboxsdk.annotations.Annotation
 
any(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns `true` if any of the inputs are `true`, `false` otherwise.
apiBaseUrl(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the URL used for API endpoint.
applyStyle(Context, int) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Apply a new component style with a style resource.
applyStyle(LocationComponentOptions) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Apply a new component style with location component options.
array(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Asserts that the input is an array (optionally with a specific item type and length).
Array() - Constructor for class com.mapbox.mapboxsdk.style.expressions.Expression.Array
 
asin(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the arcsine of the input.
asin(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the arcsine of the input.
at(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Retrieves an item from an array.
at(Number, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Retrieves an item from an array.
atan(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the arctangent of the input.
atan(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the arctangent of the input.
Attribution - Class in com.mapbox.mapboxsdk.attribution
 
AttributionDialogManager - Class in com.mapbox.mapboxsdk.maps
Responsible for managing attribution interactions on the map.
AttributionDialogManager(Context, MapboxMap) - Constructor for class com.mapbox.mapboxsdk.maps.AttributionDialogManager
 
attributionEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the visibility state of a attribution for a map view.
attributionGravity(int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the gravity state of attribution for a map view.
AttributionLayout - Class in com.mapbox.mapboxsdk.attribution
 
AttributionLayout(Bitmap, PointF, boolean) - Constructor for class com.mapbox.mapboxsdk.attribution.AttributionLayout
 
attributionMargins(int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the margin state of attribution for a map view
AttributionMeasure - Class in com.mapbox.mapboxsdk.attribution
 
AttributionMeasure.Builder - Class in com.mapbox.mapboxsdk.attribution
 
AttributionMeasure.Command - Interface in com.mapbox.mapboxsdk.attribution
 
AttributionParser - Class in com.mapbox.mapboxsdk.attribution
Responsible for parsing attribution data coming from Sources and MapSnapshot.
AttributionParser.Options - Class in com.mapbox.mapboxsdk.attribution
Builder to configure using an AttributionParser.
attributionTintColor(int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the tint color of the attribution for a map view

B

backgroundColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the background will be drawn.
backgroundColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the background will be drawn.
backgroundColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the background will be drawn.
backgroundDrawable() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Defines the drawable used for the background state icon.
backgroundDrawable(int) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Defines the drawable used for the background state icon.
backgroundDrawableStale() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Defines the drawable used for the stale background icon.
backgroundDrawableStale(int) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Defines the drawable used for the stale background icon.
BackgroundLayer - Class in com.mapbox.mapboxsdk.style.layers
The background color or pattern of the map.
BackgroundLayer(String) - Constructor for class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Creates a BackgroundLayer.
backgroundName() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_backgroundDrawable.
backgroundName(String) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Given a String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_backgroundDrawable.
backgroundOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the background will be drawn.
backgroundOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the background will be drawn.
backgroundPattern(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing an image background.
backgroundPattern(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing an image background.
backgroundStaleName() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will use this image in place of the provided or default mapbox_foregroundDrawableStale.
backgroundStaleName(String) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Given a String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_backgroundDrawableStale.
backgroundStaleTintColor() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Defines the background stale color as an integer.
backgroundStaleTintColor(Integer) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Defines the background stale color as an integer.
backgroundTintColor() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Defines the background color as an integer.
backgroundTintColor(Integer) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Defines the background color as an integer.
BaseMarkerOptions<U extends Marker,T extends BaseMarkerOptions<U,T>> - Class in com.mapbox.mapboxsdk.annotations
Abstract builder class for composing custom Marker objects.
BaseMarkerOptions() - Constructor for class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
 
BaseMarkerViewOptions<U extends MarkerView,T extends BaseMarkerViewOptions<U,T>> - Class in com.mapbox.mapboxsdk.annotations
Deprecated.
Use a SymbolLayer instead. An example of converting Android SDK views to be used as a symbol see https://github.com/mapbox/mapbox-gl-native/blob/68f32bc104422207c64da8d90e8411b138d87f04/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/SymbolGeneratorActivity.java
BaseMarkerViewOptions() - Constructor for class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Default constructor
BasePointCollection - Class in com.mapbox.mapboxsdk.annotations
Multipoint is an abstract annotation for combining geographical locations.
BasePointCollection() - Constructor for class com.mapbox.mapboxsdk.annotations.BasePointCollection
 
bearing - Variable in class com.mapbox.mapboxsdk.camera.CameraPosition
Direction that the camera is pointing in, in degrees clockwise from north.
bearing(double) - Method in class com.mapbox.mapboxsdk.camera.CameraPosition.Builder
Sets the direction that the camera is pointing in, in degrees clockwise from north.
bearingDrawable() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Defines the drawable used for the bearing icon.
bearingDrawable(int) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Defines the drawable used for the bearing icon.
bearingName() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_bearingDrawable.
bearingName(String) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Given a String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_bearingDrawable.
bearingTintColor() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Defines the bearing icon color as an integer.
bearingTintColor(Integer) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Defines the bearing icon color as an integer.
bearingTo(double) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that moves the camera viewpoint to a particular bearing.
bind(MapboxMap) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
 
BitmapUtils - Class in com.mapbox.mapboxsdk.utils
Utility class for creating bitmaps
BitmapUtils() - Constructor for class com.mapbox.mapboxsdk.utils.BitmapUtils
 
bool(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Asserts that the input value is a boolean.
BubbleLayout - Class in com.mapbox.mapboxsdk.annotations
Bubble View for Android with custom stroke width and color, arrow size, position and direction.
BubbleLayout(Context) - Constructor for class com.mapbox.mapboxsdk.annotations.BubbleLayout
Creates an instance of bubble layout.
BubbleLayout(Context, AttributeSet) - Constructor for class com.mapbox.mapboxsdk.annotations.BubbleLayout
Creates an instance of bubble layout.
BubbleLayout(Context, AttributeSet, int) - Constructor for class com.mapbox.mapboxsdk.annotations.BubbleLayout
Creates an instance of bubble layout.
build() - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
 
build() - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
build() - Method in class com.mapbox.mapboxsdk.camera.CameraPosition.Builder
Builds the CameraPosition.
build() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds.Builder
Builds a new LatLngBounds.
build() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Build a new instance of this LocationComponentOptions class.
Builder() - Constructor for class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
 
Builder() - Constructor for class com.mapbox.mapboxsdk.camera.CameraPosition.Builder
Create an empty builder.
Builder(CameraPosition) - Constructor for class com.mapbox.mapboxsdk.camera.CameraPosition.Builder
Create a builder with an existing CameraPosition data.
Builder(TypedArray) - Constructor for class com.mapbox.mapboxsdk.camera.CameraPosition.Builder
Create a builder with an existing CameraPosition data.
Builder() - Constructor for class com.mapbox.mapboxsdk.geometry.LatLngBounds.Builder
 
builder(Context) - Static method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Build a new instance of the LocationComponentOptions class with all the attributes set automatically to their defined defaults in this library.
buildResourceUrl(String, String, int) - Static method in class com.mapbox.mapboxsdk.http.HttpRequestUrl
Adapts a resource request url based on the host and query size.

C

calculateZoom(float) - Method in class com.mapbox.mapboxsdk.maps.Projection
Calculates a zoom level based on minimum scale and current scale from MapView
CalledFromWorkerThreadException - Exception in com.mapbox.mapboxsdk.exceptions
 
CalledFromWorkerThreadException(String) - Constructor for exception com.mapbox.mapboxsdk.exceptions.CalledFromWorkerThreadException
 
camera(CameraPosition) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies a the initial camera position for the map view.
CameraMode - Class in com.mapbox.mapboxsdk.location.modes
Contains the variety of camera modes which determine how the camera will track the user location.
CameraMode.Mode - Annotation Type in com.mapbox.mapboxsdk.location.modes
Determine the camera tracking behavior in the LocationComponent.
CameraPosition - Class in com.mapbox.mapboxsdk.camera
Resembles the position, angle, zoom and tilt of the user's viewpoint.
CameraPosition.Builder - Class in com.mapbox.mapboxsdk.camera
Builder for composing CameraPosition objects.
CameraUpdate - Interface in com.mapbox.mapboxsdk.camera
Interface definition for camera updates.
CameraUpdateFactory - Class in com.mapbox.mapboxsdk.camera
Factory for creating CameraUpdate objects.
CameraUpdateFactory() - Constructor for class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
 
cancel() - Method in class com.mapbox.mapboxsdk.http.NativeHttpRequest
 
cancel() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Must be called in on the thread the object was created on.
cancelAllVelocityAnimations() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Interrupts any ongoing gesture velocity animations.
cancelRequest() - Method in interface com.mapbox.mapboxsdk.http.HttpRequest
Cancels the request.
cancelRequest() - Method in class com.mapbox.mapboxsdk.module.http.HttpRequestImpl
 
cancelTiltWhileTrackingAnimation() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
cancelTransitions() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Cancels ongoing animations.
cancelZoomWhileTrackingAnimation() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
CannotAddLayerException - Exception in com.mapbox.mapboxsdk.style.layers
Thrown when adding a layer to a map twice
CannotAddLayerException(String) - Constructor for exception com.mapbox.mapboxsdk.style.layers.CannotAddLayerException
 
CannotAddSourceException - Exception in com.mapbox.mapboxsdk.style.sources
Thrown when adding a source to a map twice
CannotAddSourceException(String) - Constructor for exception com.mapbox.mapboxsdk.style.sources.CannotAddSourceException
 
ceil(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the smallest integer that is greater than or equal to the input.
ceil(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the smallest integer that is greater than or equal to the input.
CheckFileReadPermissionTask(FileUtils.OnCheckFileReadPermissionListener) - Constructor for class com.mapbox.mapboxsdk.utils.FileUtils.CheckFileReadPermissionTask
 
CheckFileWritePermissionTask(FileUtils.OnCheckFileWritePermissionListener) - Constructor for class com.mapbox.mapboxsdk.utils.FileUtils.CheckFileWritePermissionTask
 
checkThread() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
Validates if layer interaction is happening on the UI thread
checkThread() - Method in class com.mapbox.mapboxsdk.style.sources.Source
Validates if source interaction is happening on the UI thread
checkThread(String) - Static method in class com.mapbox.mapboxsdk.utils.ThreadUtils
Validates if execution is occuring on the main thread.
chooseConfig(EGL10, EGLDisplay) - Method in class com.mapbox.mapboxsdk.maps.renderer.egl.EGLConfigChooser
 
CIRCLE_PITCH_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The circle is aligned to the plane of the map.
CIRCLE_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The circle is aligned to the plane of the viewport.
CIRCLE_PITCH_SCALE_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Circles are scaled according to their apparent distance to the camera.
CIRCLE_PITCH_SCALE_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Circles are not scaled.
CIRCLE_TRANSLATE_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The circle is translated relative to the map.
CIRCLE_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The circle is translated relative to the viewport.
circleBlur(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Amount to blur the circle.
circleBlur(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Amount to blur the circle.
circleColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The fill color of the circle.
circleColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The fill color of the circle.
circleColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The fill color of the circle.
CircleLayer - Class in com.mapbox.mapboxsdk.style.layers
A filled circle.
CircleLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.CircleLayer
Creates a CircleLayer.
circleOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the circle will be drawn.
circleOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the circle will be drawn.
circlePitchAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Orientation of circle when map is pitched.
circlePitchAlignment(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Orientation of circle when map is pitched.
circlePitchScale(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the scaling behavior of the circle when the map is pitched.
circlePitchScale(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the scaling behavior of the circle when the map is pitched.
circleRadius(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Circle radius.
circleRadius(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Circle radius.
circleStrokeColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The stroke color of the circle.
circleStrokeColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The stroke color of the circle.
circleStrokeColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The stroke color of the circle.
circleStrokeOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity of the circle's stroke.
circleStrokeOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity of the circle's stroke.
circleStrokeWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The width of the circle's stroke.
circleStrokeWidth(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The width of the circle's stroke.
circleTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The geometry's offset.
circleTranslate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The geometry's offset.
circleTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.circleTranslate(java.lang.Float[]).
circleTranslateAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.circleTranslate(java.lang.Float[]).
clamp(double, double, double) - Static method in class com.mapbox.mapboxsdk.utils.MathUtils
Test a value in specified range, returning minimum if it's below, and maximum if it's above
clamp(float, float, float) - Static method in class com.mapbox.mapboxsdk.utils.MathUtils
Test a value in specified range, returning minimum if it's below, and maximum if it's above
clear() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes all markers, polylines, polygons, overlays, etc from the map.
coalesce(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Evaluates each expression in turn until the first non-null value is obtained, and returns that value.
collator(boolean, boolean, Locale) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a collator for use in locale-dependent comparison operations.
collator(boolean, boolean) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a collator for use in locale-dependent comparison operations.
collator(Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a collator for use in locale-dependent comparison operations.
collator(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a collator for use in locale-dependent comparison operations.
color(int) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Sets the color of the polyline as a 32-bit ARGB color.
color(int) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Expression literal utility method to convert a color int to an color expression
colorToGlRgbaArray(int) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
Converts Android color int to GL rgba float array.
colorToRgbaArray(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Deprecated.
colorToRgbaArray(int) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
Converts Android color int to rgba float array.
colorToRgbaString(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Deprecated.
colorToRgbaString(int) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
Converts Android color int to "rbga(r, g, b, a)" String equivalent.
ColorUtils - Class in com.mapbox.mapboxsdk.utils
Color utility class.
ColorUtils() - Constructor for class com.mapbox.mapboxsdk.utils.ColorUtils
 
com.mapbox.mapboxsdk - package com.mapbox.mapboxsdk
Contains the Mapbox Maps Android API classes.
com.mapbox.mapboxsdk.annotations - package com.mapbox.mapboxsdk.annotations
Contains the Mapbox Maps Android Annotation API classes.
com.mapbox.mapboxsdk.attribution - package com.mapbox.mapboxsdk.attribution
Contains the Mapbox Maps Android Attribution API classes.
com.mapbox.mapboxsdk.camera - package com.mapbox.mapboxsdk.camera
Contains the Mapbox Maps Android Camera API classes.
com.mapbox.mapboxsdk.constants - package com.mapbox.mapboxsdk.constants
Contains the Mapbox Maps Android Constant API classes.
com.mapbox.mapboxsdk.exceptions - package com.mapbox.mapboxsdk.exceptions
Contains the Mapbox Maps Android Exception API classes.
com.mapbox.mapboxsdk.geometry - package com.mapbox.mapboxsdk.geometry
Contains the Mapbox Maps Android Geometry API classes.
com.mapbox.mapboxsdk.http - package com.mapbox.mapboxsdk.http
Do not use this package.
com.mapbox.mapboxsdk.location - package com.mapbox.mapboxsdk.location
Contains the Mapbox Location layer plugin.
com.mapbox.mapboxsdk.location.modes - package com.mapbox.mapboxsdk.location.modes
 
com.mapbox.mapboxsdk.log - package com.mapbox.mapboxsdk.log
 
com.mapbox.mapboxsdk.maps - package com.mapbox.mapboxsdk.maps
Contains the Mapbox Maps Android Maps API classes.
com.mapbox.mapboxsdk.maps.renderer - package com.mapbox.mapboxsdk.maps.renderer
Contains the Mapbox Maps Android Renderer API classes.
com.mapbox.mapboxsdk.maps.renderer.egl - package com.mapbox.mapboxsdk.maps.renderer.egl
Contains the Mapbox Maps Android EGL API classes.
com.mapbox.mapboxsdk.maps.renderer.glsurfaceview - package com.mapbox.mapboxsdk.maps.renderer.glsurfaceview
Contains the Mapbox Maps Android GLSurfaceView API classes.
com.mapbox.mapboxsdk.maps.renderer.textureview - package com.mapbox.mapboxsdk.maps.renderer.textureview
Contains the Mapbox Maps Android TextureView API classes.
com.mapbox.mapboxsdk.maps.widgets - package com.mapbox.mapboxsdk.maps.widgets
Contains the Mapbox Maps Android Widgets API classes.
com.mapbox.mapboxsdk.module.http - package com.mapbox.mapboxsdk.module.http
 
com.mapbox.mapboxsdk.module.telemetry - package com.mapbox.mapboxsdk.module.telemetry
 
com.mapbox.mapboxsdk.net - package com.mapbox.mapboxsdk.net
Contains the Mapbox Maps Android Network API classes.
com.mapbox.mapboxsdk.offline - package com.mapbox.mapboxsdk.offline
Contains the Mapbox Maps Android Offline API classes.
com.mapbox.mapboxsdk.snapshotter - package com.mapbox.mapboxsdk.snapshotter
Contains the Mapbox Maps Android Snapshotter API classes.
com.mapbox.mapboxsdk.storage - package com.mapbox.mapboxsdk.storage
Contains the Mapbox Maps Android Storage API classes.
com.mapbox.mapboxsdk.style.expressions - package com.mapbox.mapboxsdk.style.expressions
Contains the Mapbox Maps Android Expression API classes.
com.mapbox.mapboxsdk.style.layers - package com.mapbox.mapboxsdk.style.layers
Contains the Mapbox Maps Android Style Layer API classes.
com.mapbox.mapboxsdk.style.light - package com.mapbox.mapboxsdk.style.light
Contains the Mapbox Maps Android Style Light API classes.
com.mapbox.mapboxsdk.style.sources - package com.mapbox.mapboxsdk.style.sources
Contains the Mapbox Maps Android Style Sources API classes.
com.mapbox.mapboxsdk.text - package com.mapbox.mapboxsdk.text
Contains the Mapbox Maps Android Text API classes.
com.mapbox.mapboxsdk.utils - package com.mapbox.mapboxsdk.utils
Contains the Mapbox Maps Android Utility API classes.
Compare - Class in com.mapbox.mapboxsdk.utils
Comparisons from std sdk, which aren't available in API level 15 and below
Compare() - Constructor for class com.mapbox.mapboxsdk.utils.Compare
 
compare(int, int) - Static method in class com.mapbox.mapboxsdk.utils.Compare
 
compare(boolean, boolean) - Static method in class com.mapbox.mapboxsdk.utils.Compare
 
compareTo(Annotation) - Method in class com.mapbox.mapboxsdk.annotations.Annotation
Compares this Annotation object with another Annotation.
COMPASS - Static variable in class com.mapbox.mapboxsdk.location.modes.RenderMode
Tracking the user location with bearing considered from a CompassEngine.
compassEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the visibility state of a mapbox_compass_icon for a map view.
CompassEngine - Interface in com.mapbox.mapboxsdk.location
Interface defining the source of compass heading data that is consumed by the LocationComponent when in compass related RenderMode or CameraModes.
compassFadesWhenFacingNorth(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies if the mapbox_compass_icon fades to invisible when facing north.
compassGravity(int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the gravity state of mapbox_compass_icon for a map view.
compassImage(Drawable) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the image of the CompassView.
CompassListener - Interface in com.mapbox.mapboxsdk.location
Callbacks related to the compass
compassMargins(int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the margin state of mapbox_compass_icon for a map view
CompassView - Class in com.mapbox.mapboxsdk.maps.widgets
UI element overlaid on a map to show the map's bearing when it isn't true north (0.0).
CompassView(Context) - Constructor for class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
CompassView(Context, AttributeSet) - Constructor for class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
CompassView(Context, AttributeSet, int) - Constructor for class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
concat(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a string consisting of the concatenation of the inputs.
concat(String...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a string consisting of the concatenation of the inputs.
CONNECTION_ERROR - Static variable in interface com.mapbox.mapboxsdk.http.HttpRequest
 
ConnectivityListener - Interface in com.mapbox.mapboxsdk.net
Receives updates on connectivity state
ConnectivityReceiver - Class in com.mapbox.mapboxsdk.net
Interface definition for a callback to be invoked when connectivity changes.
contains(ILatLng) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Determines whether this LatLngBounds contains a point.
contains(LatLngBounds) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Determines whether this LatLngBounds contains another bounds.
ConversionException - Exception in com.mapbox.mapboxsdk.exceptions
A ConversionException is thrown when a conversion failed to execute.
ConversionException(String) - Constructor for exception com.mapbox.mapboxsdk.exceptions.ConversionException
 
convert(JsonArray) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression.Converter
Converts a JsonArray to an expression
Converter() - Constructor for class com.mapbox.mapboxsdk.style.expressions.Expression.Converter
 
cos(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the cosine of the input.
cos(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the cosine of the input.
createAttributionString() - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser
Get parsed attribution string.
createAttributionString(boolean) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser
Get parsed attribution string.
createBitmapFromView(View) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
Convert a view to a bitmap.
createFragmentArgs(MapboxMapOptions) - Static method in class com.mapbox.mapboxsdk.utils.MapFragmentUtils
Convert MapboxMapOptions to a bundle of fragment arguments.
createFromAttributes(Context, int) - Static method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Construct a new Location Component Options class using the attributes found within a style resource.
createFromAttributes(Context, AttributeSet) - Static method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Creates a MapboxMapsOptions from the attribute set.s
createHttpRequest() - Method in interface com.mapbox.mapboxsdk.ModuleProvider
Create a new concrete implementation of HttpRequest.
createHttpRequest() - Method in class com.mapbox.mapboxsdk.ModuleProviderImpl
 
createOfflineRegion(OfflineRegionDefinition, byte[], OfflineManager.CreateOfflineRegionCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineManager
Create an offline region in the database.
CREATOR - Static variable in class com.mapbox.mapboxsdk.annotations.MarkerOptions
 
CREATOR - Static variable in class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
Deprecated.
 
CREATOR - Static variable in class com.mapbox.mapboxsdk.annotations.PolygonOptions
 
CREATOR - Static variable in class com.mapbox.mapboxsdk.annotations.PolylineOptions
 
CREATOR - Static variable in class com.mapbox.mapboxsdk.camera.CameraPosition
 
CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.LatLng
Inner class responsible for recreating Parcels into objects.
CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Inner class responsible for recreating Parcels into objects.
CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.LatLngQuad
 
CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.LatLngSpan
Inner class responsible for recreating Parcels into objects.
CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Inner class responsible for recreating Parcels into objects.
CREATOR - Static variable in class com.mapbox.mapboxsdk.geometry.VisibleRegion
Inner class responsible for recreating Parcels into objects.
CREATOR - Static variable in class com.mapbox.mapboxsdk.location.LocationComponentOptions
 
CREATOR - Static variable in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
 
CREATOR - Static variable in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
 
CREATOR - Static variable in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
 
crossSourceCollisions(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Enable cross-source symbol collision detection, defaults to true.
cubicBezier(Expression, Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Interpolates using the cubic bezier curve defined by the given control points.
cubicBezier(Number, Number, Number, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Interpolates using the cubic bezier curve defined by the given control points.
CustomGeometrySource - Class in com.mapbox.mapboxsdk.style.sources
Custom Vector Source, allows using FeatureCollections.
CustomGeometrySource(String, GeometryTileProvider) - Constructor for class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
Create a CustomGeometrySource
CustomGeometrySource(String, GeometryTileProvider, CustomGeometrySourceOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
Create a CustomGeometrySource with non-default CustomGeometrySourceOptions.
CustomGeometrySourceOptions - Class in com.mapbox.mapboxsdk.style.sources
Builder class for composing CustomGeometrySource objects.
CustomGeometrySourceOptions() - Constructor for class com.mapbox.mapboxsdk.style.sources.CustomGeometrySourceOptions
 
CustomLayer - Class in com.mapbox.mapboxsdk.style.layers
Custom layer.
CustomLayer(String, long) - Constructor for class com.mapbox.mapboxsdk.style.layers.CustomLayer
 
cycleDebugOptions() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Cycles through the map debug options.

D

d(String, String) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send a debug log message.
d(String, String, Throwable) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send a debug log message and log the exception.
d(String, String) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send a debug log message.
d(String, String, Throwable) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send a debug log message and log the exception.
DARK - Static variable in class com.mapbox.mapboxsdk.constants.Style
Dark: Subtle dark backdrop for data visualizations.
deactivate() - Method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
Deactivates the connectivity receiver.
deactivate() - Method in class com.mapbox.mapboxsdk.storage.FileSource
 
debugActive(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the used debug type for a map view.
DEFAULT - Static variable in class com.mapbox.mapboxsdk.camera.CameraPosition
 
DEFAULT_SET_STORAGE_EXTERNAL - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Default value for KEY_META_DATA_SET_STORAGE_EXTERNAL (default is internal storage)
DEFAULT_STROKE_WIDTH - Static variable in class com.mapbox.mapboxsdk.annotations.BubbleLayout
 
DEFAULT_TILE_SIZE - Static variable in class com.mapbox.mapboxsdk.style.sources.RasterDemSource
 
DEFAULT_TILE_SIZE - Static variable in class com.mapbox.mapboxsdk.style.sources.RasterSource
 
defaultMarker() - Method in class com.mapbox.mapboxsdk.annotations.IconFactory
Provides an icon using the default marker icon used for Marker.
defaultMarkerView() - Method in class com.mapbox.mapboxsdk.annotations.IconFactory
Provides an icon using the default marker icon used for MarkerView.
delete(OfflineRegion.OfflineRegionDeleteCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
Remove an offline region from the database and perform any resources evictions necessary as a result.
describeContents() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
describeContents() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
Deprecated.
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
describeContents() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
describeContents() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
describeContents() - Method in class com.mapbox.mapboxsdk.camera.CameraPosition
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
describeContents() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
describeContents() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
describeContents() - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
 
describeContents() - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
describeContents() - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
describeContents() - Method in class com.mapbox.mapboxsdk.geometry.VisibleRegion
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
describeContents() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
 
describeContents() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
 
describeContents() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
 
describeContents() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
 
deselect(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Animate a MarkerView to a deselected state.
deselect(MarkerView, boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Animate a MarkerView to a deselected state.
deselectMarker(Marker) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Deselects a currently selected marker.
deselectMarkers() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Deselects any currently selected marker.
DID_FAIL_LOADING_MAP - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered when the map has failed to load a new map style.
DID_FINISH_LOADING_MAP - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This is triggered when the map has successfully loaded a new map style.
DID_FINISH_LOADING_STYLE - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This MapView.MapChange is triggered when a style has finished loading.
DID_FINISH_RENDERING_FRAME - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered when the map finished rendering a frame.
DID_FINISH_RENDERING_FRAME_FULLY_RENDERED - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered when the map finished rendering the frame fully.
DID_FINISH_RENDERING_MAP - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered when the map finished rendering the map.
DID_FINISH_RENDERING_MAP_FULLY_RENDERED - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered when the map is fully rendered.
disableOnUserRequest() - Static method in class com.mapbox.mapboxsdk.maps.Telemetry
Deprecated.
disableOnUserRequest() - Static method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Deprecated.
dispatchDraw(Canvas) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
 
distanceTo(LatLng) - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Calculate distance between two points
division(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the result of floating point division of the first input by the second.
division(Number, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the result of floating point division of the first input by the second.
doInBackground(File...) - Method in class com.mapbox.mapboxsdk.utils.FileUtils.CheckFileReadPermissionTask
 
doInBackground(File...) - Method in class com.mapbox.mapboxsdk.utils.FileUtils.CheckFileWritePermissionTask
 
DOUBLE_TAP - Static variable in class com.mapbox.mapboxsdk.constants.TelemetryConstants
 
doubleTapGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies if the double tap gesture is enabled for a map view.
downcase(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the input string converted to lowercase.
downcase(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the input string converted to lowercase.
drawGlyphBitmap(String, boolean, char) - Method in class com.mapbox.mapboxsdk.text.LocalGlyphRasterizer
Uses Android-native drawing code to rasterize a single glyph to a square Bitmap which can be returned to portable code for transformation into a Signed Distance Field glyph.

E

e(String, String) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send an error log message.
e(String, String, Throwable) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send an error log message and log the exception.
e(String, String) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send an error log message.
e(String, String, Throwable) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send an error log message and log the exception.
e() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the mathematical constant e.
easeCamera(CameraUpdate) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gradually move the camera by the default duration, zoom will not be affected unless specified within CameraUpdate.
easeCamera(CameraUpdate, int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gradually move the camera by a specified duration in milliseconds, zoom will not be affected unless specified within CameraUpdate.
easeCamera(CameraUpdate, int, MapboxMap.CancelableCallback) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gradually move the camera by a specified duration in milliseconds, zoom will not be affected unless specified within CameraUpdate.
easeCamera(CameraUpdate, int, boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gradually move the camera by a specified duration in milliseconds, zoom will not be affected unless specified within CameraUpdate.
easeCamera(CameraUpdate, int, boolean, MapboxMap.CancelableCallback) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gradually move the camera by a specified duration in milliseconds, zoom will not be affected unless specified within CameraUpdate.
easeCamera(CameraUpdate, int, boolean, MapboxMap.CancelableCallback, boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gradually move the camera by a specified duration in milliseconds, zoom will not be affected unless specified within CameraUpdate.
EGLConfigChooser - Class in com.mapbox.mapboxsdk.maps.renderer.egl
Selects the right EGLConfig needed for `mapbox-gl-native`
EGLConfigChooser() - Constructor for class com.mapbox.mapboxsdk.maps.renderer.egl.EGLConfigChooser
 
EGLConfigChooser(boolean) - Constructor for class com.mapbox.mapboxsdk.maps.renderer.egl.EGLConfigChooser
 
EGLConfigException - Exception in com.mapbox.mapboxsdk.maps.renderer.egl
Used for EGL configuration exceptions
EGLConfigException() - Constructor for exception com.mapbox.mapboxsdk.maps.renderer.egl.EGLConfigException
 
EGLConfigException(String) - Constructor for exception com.mapbox.mapboxsdk.maps.renderer.egl.EGLConfigException
 
EGLConfigException(String, Throwable) - Constructor for exception com.mapbox.mapboxsdk.maps.renderer.egl.EGLConfigException
 
EGLConfigException(Throwable) - Constructor for exception com.mapbox.mapboxsdk.maps.renderer.egl.EGLConfigException
 
elevation(float) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets the base elevation of this view, in pixels.
elevation() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Sets the base elevation of this view, in pixels.
enableLog(boolean) - Static method in class com.mapbox.mapboxsdk.module.http.HttpRequestImpl
 
enableOnUserRequest() - Static method in class com.mapbox.mapboxsdk.maps.Telemetry
Deprecated.
enableOnUserRequest() - Static method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Deprecated.
enablePrintRequestUrlOnFailure(boolean) - Static method in class com.mapbox.mapboxsdk.module.http.HttpRequestImpl
 
enableStaleState(boolean) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Enable or disable to stale state mode.
enableStaleState() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Enable or disable to stale state mode.
ensureInfoWindowOffset(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Handles the MarkerView info window offset.
eq(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input values are equal, false otherwise.
eq(Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input values are equal, false otherwise.
eq(Expression, boolean) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input values are equal, false otherwise.
eq(Expression, String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input values are equal, false otherwise.
eq(Expression, String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input values are equal, false otherwise.
eq(Expression, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input values are equal, false otherwise.
equals(Object) - Method in class com.mapbox.mapboxsdk.annotations.Annotation
Checks if this Annotation object is equal to another Annotation.
equals(Object) - Method in class com.mapbox.mapboxsdk.annotations.Icon
Compares this icon object with another icon and determines if they match.
equals(Object) - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
Compares this MarkerOptions object with another MarkerOptions and determines if their properties match.
equals(Object) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
Deprecated.
Compares this MarkerViewOptions object with another MarkerViewOptions and determines if they match.
equals(Object) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Compares this PolygonOptions object with another PolygonOptions and determines if their color, alpha, stroke color, and vertices match.
equals(Object) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Compares this PolylineOptions object with another PolylineOptions and determines if their color, alpha, width, and vertices match.
equals(Object) - Method in class com.mapbox.mapboxsdk.attribution.Attribution
 
equals(Object) - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
 
equals(Object) - Method in class com.mapbox.mapboxsdk.camera.CameraPosition
Compares this CameraPosition object with another CameraPosition and determines if their target, zoom, tilt, and bearing match.
equals(Object) - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Determines whether this LatLngBounds matches another one via LatLng.
equals(Object) - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.mapbox.mapboxsdk.geometry.VisibleRegion
Compares this VisibleRegion to another object.
equals(Object) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
 
equals(Object) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
 
equals(Object) - Method in class com.mapbox.mapboxsdk.style.expressions.Expression
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.mapbox.mapboxsdk.style.expressions.Expression.ExpressionLiteral
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
 
equals(Object) - Method in class com.mapbox.mapboxsdk.style.light.Position
 
execute(AttributionMeasure) - Method in interface com.mapbox.mapboxsdk.attribution.AttributionMeasure.Command
 
executeRequest(HttpResponder, long, String, String, String) - Method in interface com.mapbox.mapboxsdk.http.HttpRequest
Executes the request.
executeRequest(HttpResponder, long, String, String, String) - Method in class com.mapbox.mapboxsdk.module.http.HttpRequestImpl
 
exponential(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Interpolates exponentially between the stops just less than and just greater than the input.
exponential(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Interpolates exponentially between the stops just less than and just greater than the input.
Expression - Class in com.mapbox.mapboxsdk.style.expressions
The value for any layout property, paint property, or filter may be specified as an expression.
Expression(String, Expression...) - Constructor for class com.mapbox.mapboxsdk.style.expressions.Expression
Creates an expression from its operator and varargs expressions.
Expression.Array - Class in com.mapbox.mapboxsdk.style.expressions
Expression array type.
Expression.Converter - Class in com.mapbox.mapboxsdk.style.expressions
Converts a JsonArray or a raw expression to a Java expression.
Expression.ExpressionLiteral - Class in com.mapbox.mapboxsdk.style.expressions
ExpressionLiteral wraps an object to be used as a literal in an expression.
Expression.Interpolator - Class in com.mapbox.mapboxsdk.style.expressions
Expression interpolator type.
Expression.Stop - Class in com.mapbox.mapboxsdk.style.expressions
Expression stop type.
ExpressionLiteral(Object) - Constructor for class com.mapbox.mapboxsdk.style.expressions.Expression.ExpressionLiteral
Create an expression literal.

F

fadeCompassViewFacingNorth(boolean) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
farLeft - Variable in class com.mapbox.mapboxsdk.geometry.VisibleRegion
LatLng object that defines the far left corner of the camera.
farRight - Variable in class com.mapbox.mapboxsdk.geometry.VisibleRegion
LatLng object that defines the far right corner of the camera.
FileSource - Class in com.mapbox.mapboxsdk.storage
Holds a central reference to the core's DefaultFileSource for as long as there are active mapviews / offline managers
FileSource.ResourceTransformCallback - Interface in com.mapbox.mapboxsdk.storage
This callback allows implementors to transform URLs before they are requested from the internet.
FileUtils - Class in com.mapbox.mapboxsdk.utils
 
FileUtils() - Constructor for class com.mapbox.mapboxsdk.utils.FileUtils
 
FileUtils.CheckFileReadPermissionTask - Class in com.mapbox.mapboxsdk.utils
Task checking whether app's process can read a file.
FileUtils.CheckFileWritePermissionTask - Class in com.mapbox.mapboxsdk.utils
Task checking whether app's process can write to a file.
FileUtils.OnCheckFileReadPermissionListener - Interface in com.mapbox.mapboxsdk.utils
Interface definition for a callback invoked when checking file's read permissions.
FileUtils.OnCheckFileWritePermissionListener - Interface in com.mapbox.mapboxsdk.utils
Interface definition for a callback invoked when checking file's write permissions.
FILL_EXTRUSION_TRANSLATE_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The fill extrusion is translated relative to the map.
FILL_EXTRUSION_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The fill extrusion is translated relative to the viewport.
FILL_TRANSLATE_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The fill is translated relative to the map.
FILL_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The fill is translated relative to the viewport.
fillAntialias(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Whether or not the fill should be antialiased.
fillAntialias(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Whether or not the fill should be antialiased.
fillColor(int) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Specifies the polygon's fill color, as 32-bit ARGB.
fillColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the filled part of this layer.
fillColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the filled part of this layer.
fillColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the filled part of this layer.
fillExtrusionBase(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The height with which to extrude the base of this layer.
fillExtrusionBase(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The height with which to extrude the base of this layer.
fillExtrusionColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The base color of the extruded fill.
fillExtrusionColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The base color of the extruded fill.
fillExtrusionColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The base color of the extruded fill.
fillExtrusionHeight(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The height with which to extrude this layer.
fillExtrusionHeight(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The height with which to extrude this layer.
FillExtrusionLayer - Class in com.mapbox.mapboxsdk.style.layers
An extruded (3D) polygon.
FillExtrusionLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Creates a FillExtrusionLayer.
fillExtrusionOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity of the entire fill extrusion layer.
fillExtrusionOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity of the entire fill extrusion layer.
fillExtrusionPattern(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing images on extruded fills.
fillExtrusionPattern(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing images on extruded fills.
fillExtrusionTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The geometry's offset.
fillExtrusionTranslate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The geometry's offset.
fillExtrusionTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
fillExtrusionTranslateAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
FillLayer - Class in com.mapbox.mapboxsdk.style.layers
A filled polygon with an optional stroked border.
FillLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.FillLayer
Creates a FillLayer.
fillOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity of the entire fill layer.
fillOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity of the entire fill layer.
fillOutlineColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The outline color of the fill.
fillOutlineColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The outline color of the fill.
fillOutlineColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The outline color of the fill.
fillPattern(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing image fills.
fillPattern(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing image fills.
fillTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The geometry's offset.
fillTranslate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The geometry's offset.
fillTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.fillTranslate(java.lang.Float[]).
fillTranslateAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.fillTranslate(java.lang.Float[]).
finalize() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
finalize() - Method in class com.mapbox.mapboxsdk.offline.OfflineManager
 
finalize() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
 
finalize() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshot
 
finalize() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
 
finalize() - Method in class com.mapbox.mapboxsdk.storage.FileSource
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.CustomLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.layers.UnknownLayer
 
finalize() - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
 
finalize() - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
 
finalize() - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
 
finalize() - Method in class com.mapbox.mapboxsdk.style.sources.RasterDemSource
 
finalize() - Method in class com.mapbox.mapboxsdk.style.sources.RasterSource
 
finalize() - Method in class com.mapbox.mapboxsdk.style.sources.UnknownSource
 
finalize() - Method in class com.mapbox.mapboxsdk.style.sources.VectorSource
 
flat - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
flat(boolean) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the flat state of the MarkerView.
floor(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the largest integer that is less than or equal to the input.
floor(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the largest integer that is less than or equal to the input.
FocalPointChangeListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition of a callback that is invoked when the focal point will change.
forceLocationUpdate(Location) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Use to either force a location update or to manually control when the user location gets updated.
foregroundDrawable(int) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Supply a Drawable that is to be rendered on top of all of the content in the Location Component layer stack.
foregroundDrawable() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Supply a Drawable that is to be rendered on top of all of the content in the Location LayerComponent layer stack.
foregroundDrawableStale(int) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Defines the drawable used for the stale foreground icon.
foregroundDrawableStale() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Defines the drawable used for the stale foreground icon.
foregroundLoadColor(int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Set the MapView foreground color that is used when the map surface is being created.
foregroundName(String) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Given a String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_foregroundDrawable.
foregroundName() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_foregroundDrawable.
foregroundStaleName(String) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Given a String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_foregroundDrawableStale.
foregroundStaleName() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_foregroundDrawableStale.
foregroundStaleTintColor(Integer) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Defines the foreground stale color as an integer.
foregroundStaleTintColor() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Defines the foreground stale color as an integer.
foregroundTintColor(Integer) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Defines the foreground color as an integer.
foregroundTintColor() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Defines the foreground color as an integer.
FRAG_ARG_MAPBOXMAPOPTIONS - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Fragment Argument Key for MapboxMapOptions
from(double, double, double, double) - Static method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Constructs a LatLngBounds from doubles representing a LatLng pair.
from(int, int, int) - Static method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Constructs a LatLngBounds from a Tile identifier.
fromAsset(String) - Method in class com.mapbox.mapboxsdk.annotations.IconFactory
Creates an Icon using the name of a Bitmap image in the assets directory.
fromBitmap(Bitmap) - Method in class com.mapbox.mapboxsdk.annotations.IconFactory
Creates an icon from a given Bitmap image.
fromFile(String) - Method in class com.mapbox.mapboxsdk.annotations.IconFactory
Create an Icon using the name of a Bitmap image file located in the internal storage.
fromPath(String) - Method in class com.mapbox.mapboxsdk.annotations.IconFactory
Creates an Icon using the absolute file path of a Bitmap image.
fromPosition(float, float, float) - Static method in class com.mapbox.mapboxsdk.style.light.Position
Returns a Position from a radial coordinate, an azimuthal angle and a polar angle
fromResource(int) - Method in class com.mapbox.mapboxsdk.annotations.IconFactory
Creates an icon using the resource ID of a Bitmap image.
fromScreenLocation(PointF) - Method in class com.mapbox.mapboxsdk.maps.Projection
Returns the geographic location that corresponds to a screen location.
fromTransitionOptions(long, long) - Static method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
Create a transition property based on duration and a delay.

G

GeoJsonOptions - Class in com.mapbox.mapboxsdk.style.sources
Builder class for composing GeoJsonSource objects.
GeoJsonOptions() - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
 
GeoJsonSource - Class in com.mapbox.mapboxsdk.style.sources
GeoJson source, allows using FeatureCollections from Json.
GeoJsonSource(String) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create an empty GeoJsonSource
GeoJsonSource(String, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create an empty GeoJsonSource with non-default GeoJsonOptions.
GeoJsonSource(String, String) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a raw json string
GeoJsonSource(String, String, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a raw json string and non-default GeoJsonOptions
GeoJsonSource(String, URL) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a remote geo json file
GeoJsonSource(String, URL, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a remote geo json file and non-default GeoJsonOptions
GeoJsonSource(String, FeatureCollection) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a FeatureCollection.
GeoJsonSource(String, FeatureCollection, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a FeatureCollection and non-default GeoJsonOptions.
GeoJsonSource(String, Feature) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a Feature
GeoJsonSource(String, Feature, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a Feature and non-default GeoJsonOptions
GeoJsonSource(String, Geometry) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a Geometry
GeoJsonSource(String, Geometry, GeoJsonOptions) - Constructor for class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a Geometry and non-default GeoJsonOptions
GeometryConstants - Class in com.mapbox.mapboxsdk.constants
Contains constants used throughout the sdk classes.
GeometryTileProvider - Interface in com.mapbox.mapboxsdk.style.sources
Interface that defines methods for working with CustomGeometrySource.
geometryType() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the feature's geometry type: Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon.
get(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Retrieves a property value from the current feature's properties, or from another object if a second argument is provided.
get(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Retrieves a property value from the current feature's properties, or from another object if a second argument is provided.
get(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Retrieves a property value from another object.
get(String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Retrieves a property value from another object.
getAccentColor(Context) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
Returns a color integer associated as accent color from a theme based on a Context.
getAccessToken() - Static method in class com.mapbox.mapboxsdk.Mapbox
Access token for this application.
getAccessToken() - Method in class com.mapbox.mapboxsdk.storage.FileSource
 
getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the alpha of the MarkerView.
getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.BasePointCollection
Value between 0 and 1 defining the polyline alpha.
getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Get the alpha value of the MarkerView.
getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Gets the alpha set for this PolygonOptions object.
getAlpha() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Gets the alpha set for this PolylineOptions object.
getAltitude() - Method in interface com.mapbox.mapboxsdk.geometry.ILatLng
Get the altitude, in meters.
getAltitude() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Get the altitude, in meters.
getAnchor() - Method in class com.mapbox.mapboxsdk.style.light.Light
Get the Anchor property.
getAnchorPoint() - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
 
getAnchorU() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the u-value of the MarkerView anchor.
getAnchorU() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Get the horizontal distance, normalized to [0, 1], of the anchor from the left edge.
getAnchorV() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the v-value of the MarkerView anchor.
getAnchorV() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Get the vertical distance, normalized to [0, 1], of the anchor from the top edge.
getAnnotation(long) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Return a annotation based on its id.
getAnnotations() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns a list of all the annotations on the map.
getApiBaseUrl() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured API endpoint base URL.
getApplicationContext() - Static method in class com.mapbox.mapboxsdk.Mapbox
Application context
getArrowDirection() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Get the arrow direction.
getArrowHeight() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Get the arrow height
getArrowPosition() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Get the arrow position.
getArrowWidth() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Get the arrow width.
getAttribution() - Method in class com.mapbox.mapboxsdk.style.sources.Source
Retrieve the source attribution.
getAttribution() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getAttributionDialogManager() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Get the custom attribution dialog manager.
getAttributionEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured visibility state for attribution for a map view.
getAttributionGravity() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured gravity state for attribution for a map view.
getAttributionGravity() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the gravity value of the logo
getAttributionMarginBottom() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the bottom side margin of the logo
getAttributionMarginLeft() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the left side margin of the attribution view.
getAttributionMarginRight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the right side margin of the attribution view.
getAttributionMargins() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured margins for attribution for a map view.
getAttributionMarginTop() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the top side margin of the attribution view.
getAttributions() - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser
Get parsed attributions.
getAttributions() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshot
 
getAttributionTintColor() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured tint color for attribution for a map view.
getBackgroundColor() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Get the BackgroundColor property
getBackgroundColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
The color with which the background will be drawn.
getBackgroundColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Get the BackgroundColor property transition options
getBackgroundOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Get the BackgroundOpacity property
getBackgroundOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Get the BackgroundOpacity property transition options
getBackgroundPattern() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Get the BackgroundPattern property
getBackgroundPatternTransition() - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Get the BackgroundPattern property transition options
getBitmap() - Method in class com.mapbox.mapboxsdk.annotations.Icon
Get the bitmap being used for this icon.
getBitmap() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshot
 
getBitmapFromDrawable(Drawable) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
Extract an underlying bitmap from a drawable
getBottomLeft() - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
 
getBottomRight() - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
 
getBounds() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
Calculates the bounding box for the Geometry it contains to retain backwards compatibility
getBounds() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegionDefinition
 
getBounds() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
 
getBounds() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getBubbleColor() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Get the bubble color.
getByteArrayFromDrawable(Drawable) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
Create a byte array out of drawable
getCachePath(Context) - Static method in class com.mapbox.mapboxsdk.storage.FileSource
getCamera() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured initial camera position for a map view.
getCameraForGeometry(Geometry) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get a camera position that fits a provided shape.
getCameraForGeometry(Geometry, int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get a camera position that fits a provided shape and padding.
getCameraForGeometry(Geometry, double, double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get a camera position that fits a provided shape with a given bearing and tilt.
getCameraForGeometry(Geometry, int[], double, double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get a camera position that fits a provided shape with a given padding, bearing and tilt.
getCameraForGeometry(Geometry, double, int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
getCameraForLatLngBounds(LatLngBounds) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get a camera position that fits a provided bounds and the current camera tilt and bearing.
getCameraForLatLngBounds(LatLngBounds, int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get a camera position that fits a provided bounds and padding and the current camera tilt and bearing.
getCameraForLatLngBounds(LatLngBounds, double, double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get a camera position that fits a provided bounds, bearing and tilt.
getCameraForLatLngBounds(LatLngBounds, int[], double, double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get a camera position that fits a provided bounds, padding, bearing and tilt.
getCameraMode() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Provides the current camera mode being used to track the location or compass updates.
getCameraPosition(MapboxMap) - Method in interface com.mapbox.mapboxsdk.camera.CameraUpdate
Get the camera position from the camera update.
getCameraPosition() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gets the current position of the camera.
getCameraPosition() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
getCenter() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Calculates the centerpoint of this LatLngBounds by simple interpolation and returns it as a point.
getCenter() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getCircleBlur() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleBlur property
getCircleBlurTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleBlur property transition options
getCircleColor() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleColor property
getCircleColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
The fill color of the circle.
getCircleColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleColor property transition options
getCircleOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleOpacity property
getCircleOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleOpacity property transition options
getCirclePitchAlignment() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CirclePitchAlignment property
getCirclePitchScale() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CirclePitchScale property
getCircleRadius() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleRadius property
getCircleRadiusTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleRadius property transition options
getCircleStrokeColor() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleStrokeColor property
getCircleStrokeColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
The stroke color of the circle.
getCircleStrokeColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleStrokeColor property transition options
getCircleStrokeOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleStrokeOpacity property
getCircleStrokeOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleStrokeOpacity property transition options
getCircleStrokeWidth() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleStrokeWidth property
getCircleStrokeWidthTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleStrokeWidth property transition options
getCircleTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleTranslate property
getCircleTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleTranslateAnchor property
getCircleTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the CircleTranslate property transition options
getColor() - Method in class com.mapbox.mapboxsdk.annotations.Polyline
Gets the color of this polyline.
getColor() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Gets the color set for this PolylineOptions object.
getColor() - Method in class com.mapbox.mapboxsdk.style.light.Light
Get the Color property.
getColorInt() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
Get the color int value of the property if the value is a color.
getColorTransition() - Method in class com.mapbox.mapboxsdk.style.light.Light
Get the Color property transition options.
getCompassEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured visibility state for mapbox_compass_icon for a map view.
getCompassEngine() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Returns the compass engine used to provide compass heading values.
getCompassFadeFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured state for fading the mapbox_compass_icon when facing north.
getCompassGravity() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured gravity state for mapbox_compass_icon for a map view.
getCompassGravity() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the gravity value of the CompassView
getCompassImage() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured CompassView image.
getCompassImage() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Get the current configured CompassView image.
getCompassImage() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
Get the current configured CompassView image.
getCompassMarginBottom() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the bottom side margin of CompassView
getCompassMarginLeft() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the left side margin of CompassView
getCompassMarginRight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the right side margin of CompassView
getCompassMargins() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured margins for mapbox_compass_icon for a map view.
getCompassMarginTop() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the top side margin of CompassView
getCompletedResourceCount() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
Get the number of resources (inclusive of tiles) that have been fully downloaded and are ready for offline access.
getCompletedResourceSize() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
The cumulative size, in bytes, of all resources (inclusive of tiles) that have been fully downloaded.
getCompletedTileCount() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
Get the number of tiles that have been fully downloaded and are ready for offline access.
getCompletedTileSize() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
Get the cumulative size, in bytes, of all tiles that have been fully downloaded.
getContext() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
Deprecated.
Returns the context associated to the hosting MapView.
getCornersRadius() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Get the corner radius
getCrossSourceCollisions() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Check whether cross-source symbol collision detection is enabled.
getData() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getDebugActive() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured debug state for a map view.
getDefinition() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
 
getDelay() - Method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
Get the transition delay.
getDescription() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getDoubleTapGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured double tap gesture state for a map view.
getDownloadState() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
Returns the download state.
getDrawableFromByteArray(Context, byte[]) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
Decode byte array to drawable object
getDuration() - Method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
Get the transition duration.
getEasting() - Method in interface com.mapbox.mapboxsdk.geometry.IProjectedMeters
Get the east projection, in meters.
getEasting() - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Get projected meters in east direction.
getEncoding() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getExpression() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
Get the expression of the property.
getFeaturesForBounds(LatLngBounds, int) - Method in interface com.mapbox.mapboxsdk.style.sources.GeometryTileProvider
Interface method called by CustomGeometrySource to request features for a tile.
getFillAntialias() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillAntialias property
getFillColor() - Method in class com.mapbox.mapboxsdk.annotations.Polygon
Get the color of the fill region of the polygon.
getFillColor() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Gets the fill color set for this PolygonOptions object.
getFillColor() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillColor property
getFillColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
The color of the filled part of this layer.
getFillColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillColor property transition options
getFillExtrusionBase() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionBase property
getFillExtrusionBaseTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionBase property transition options
getFillExtrusionColor() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionColor property
getFillExtrusionColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
The base color of the extruded fill.
getFillExtrusionColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionColor property transition options
getFillExtrusionHeight() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionHeight property
getFillExtrusionHeightTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionHeight property transition options
getFillExtrusionOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionOpacity property
getFillExtrusionOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionOpacity property transition options
getFillExtrusionPattern() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionPattern property
getFillExtrusionPatternTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionPattern property transition options
getFillExtrusionTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionTranslate property
getFillExtrusionTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionTranslateAnchor property
getFillExtrusionTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the FillExtrusionTranslate property transition options
getFillOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillOpacity property
getFillOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillOpacity property transition options
getFillOutlineColor() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillOutlineColor property
getFillOutlineColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
The outline color of the fill.
getFillOutlineColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillOutlineColor property transition options
getFillPattern() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillPattern property
getFillPatternTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillPattern property transition options
getFillTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillTranslate property
getFillTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillTranslateAnchor property
getFillTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the FillTranslate property transition options
getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get a single expression filter.
getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get a single expression filter.
getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get a single expression filter.
getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get a single expression filter.
getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get a single expression filter.
getFilter() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get a single expression filter.
getFocalPoint() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the gesture focal point
getForegroundLoadColor() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Returns the current configured foreground color that is used during map creation.
getGeometry() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
 
getGesturesManager() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get current AndroidGesturesManager that handles MotionEvents registered by the MapView
getGrids() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getHeatmapColor() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get the HeatmapColor property
getHeatmapColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Defines the color of each pixel based on its density value in a heatmap.
getHeatmapIntensity() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get the HeatmapIntensity property
getHeatmapIntensityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get the HeatmapIntensity property transition options
getHeatmapOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get the HeatmapOpacity property
getHeatmapOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get the HeatmapOpacity property transition options
getHeatmapRadius() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get the HeatmapRadius property
getHeatmapRadiusTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get the HeatmapRadius property transition options
getHeatmapWeight() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get the HeatmapWeight property
getHeight() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns the measured height of the Map.
getHeight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the measured height of the MapView
getHeight() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
getHillshadeAccentColor() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the HillshadeAccentColor property
getHillshadeAccentColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
The shading color used to accentuate rugged terrain like sharp cliffs and gorges.
getHillshadeAccentColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the HillshadeAccentColor property transition options
getHillshadeExaggeration() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the HillshadeExaggeration property
getHillshadeExaggerationTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the HillshadeExaggeration property transition options
getHillshadeHighlightColor() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the HillshadeHighlightColor property
getHillshadeHighlightColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
The shading color of areas that faces towards the light source.
getHillshadeHighlightColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the HillshadeHighlightColor property transition options
getHillshadeIlluminationAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the HillshadeIlluminationAnchor property
getHillshadeIlluminationDirection() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the HillshadeIlluminationDirection property
getHillshadeShadowColor() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the HillshadeShadowColor property
getHillshadeShadowColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
The shading color of areas that face away from the light source.
getHillshadeShadowColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the HillshadeShadowColor property transition options
getHoles() - Method in class com.mapbox.mapboxsdk.annotations.Polygon
Returns a copy of the holes.
getHoles() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Gets the holes set for this PolygonOptions object.
getIcon() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the icon of the MarkerView.
getIcon() - Method in class com.mapbox.mapboxsdk.annotations.Marker
Gets the Icon currently used for the marker.
getIcon() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
Gets the custom icon set for this MarkerOptions object.
getIcon() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Get the icon of the MarkerView.
getIconAllowOverlap() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconAllowOverlap property
getIconAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconAnchor property
getIconColor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconColor property
getIconColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
The color of the icon.
getIconColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconColor property transition options
getIconHaloBlur() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconHaloBlur property
getIconHaloBlurTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconHaloBlur property transition options
getIconHaloColor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconHaloColor property
getIconHaloColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
The color of the icon's halo.
getIconHaloColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconHaloColor property transition options
getIconHaloWidth() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconHaloWidth property
getIconHaloWidthTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconHaloWidth property transition options
getIconIgnorePlacement() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconIgnorePlacement property
getIconImage() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconImage property
getIconKeepUpright() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconKeepUpright property
getIconOffset() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconOffset property
getIconOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconOpacity property
getIconOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconOpacity property transition options
getIconOptional() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconOptional property
getIconPadding() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconPadding property
getIconPitchAlignment() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconPitchAlignment property
getIconRotate() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconRotate property
getIconRotationAlignment() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconRotationAlignment property
getIconSize() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconSize property
getIconTextFit() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconTextFit property
getIconTextFitPadding() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconTextFitPadding property
getIconTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconTranslate property
getIconTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconTranslateAnchor property
getIconTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the IconTranslate property transition options
getId() - Method in class com.mapbox.mapboxsdk.annotations.Annotation
Gets the annotation's unique ID.
getId() - Method in class com.mapbox.mapboxsdk.annotations.Icon
String identifier for this icon.
getID() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
 
getId() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
getId() - Method in class com.mapbox.mapboxsdk.style.sources.Source
Retrieve the source id
getIdentifier() - Static method in class com.mapbox.mapboxsdk.http.HttpIdentifier
Returns the application identifier, consisting out the package name, version name and version code.
getImage(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
 
getInfoWindow() - Method in class com.mapbox.mapboxsdk.annotations.Marker
Gets the InfoWindow the marker is using.
getInfoWindow(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.InfoWindowAdapter
Called when an info window will be shown as a result of a marker click.
getInfoWindowAdapter() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gets the callback to be invoked when an info window will be shown.
getInfoWindowAnchorU() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the u-value of the MarkerView InfoWindow anchor.
getInfoWindowAnchorU() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Get the horizontal distance, normalized to [0, 1], of the info window anchor from the left edge.
getInfoWindowAnchorV() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the v-value of the MarkerView InfoWindow anchor.
getInfoWindowAnchorV() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Get the vertical distance, normalized to [0, 1], of the info window anchor from the top edge.
getInstance(Context) - Static method in class com.mapbox.mapboxsdk.annotations.IconFactory
Get a single instance of IconFactory.
getInstance(Context, String) - Static method in class com.mapbox.mapboxsdk.Mapbox
Get an instance of Mapbox.
getInstance() - Static method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Deprecated.
reference instance from Mapbox.java instead
getInstance(Context) - Static method in class com.mapbox.mapboxsdk.offline.OfflineManager
Get the single instance of offline manager.
getInstance(Context) - Static method in class com.mapbox.mapboxsdk.storage.FileSource
Get the single instance of FileSource.
getIntensity() - Method in class com.mapbox.mapboxsdk.style.light.Light
Get the Intensity property.
getIntensityTransition() - Method in class com.mapbox.mapboxsdk.style.light.Light
Get the Intensity property transition options.
getInternalCachePath(Context) - Static method in class com.mapbox.mapboxsdk.storage.FileSource
Get internal cache path for a context.
getLastAccuracySensorStatus() - Method in interface com.mapbox.mapboxsdk.location.CompassEngine
Provides the last know accuracy status from the sensor manager.
getLastHeading() - Method in interface com.mapbox.mapboxsdk.location.CompassEngine
Returns the last heading value produced and pushed via a compass listener.
getLastKnownCompassAccuracyStatus() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Return the last known CompassEngine accuracy status of the location component.
getLastKnownLocation() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Get the last know location of the location component.
getLatitude() - Method in interface com.mapbox.mapboxsdk.geometry.ILatLng
Get the latitude, in degrees.
getLatitude() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Get the latitude, in degrees.
getLatitudeSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the absolute distance, in degrees, between the north and south boundaries of this LatLngBounds
getLatitudeSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
Returns the latitude span.
getLatLngForProjectedMeters(ProjectedMeters) - Method in class com.mapbox.mapboxsdk.maps.Projection
Returns the LatLng for a spherical Mercator projected meters.
getLatNorth() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the north latitude value of this bounds.
getLatSouth() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the south latitude value of this bounds.
getLayer(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get the layer by id
getLayerAs(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Tries to cast the Layer to T, returns null if it's another type.
getLayers() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Retrieve all the layers in the style
getLegend() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getLight() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get the global light source used to change lighting conditions on extruded fill layers.
getLineBlur() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineBlur property
getLineBlurTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineBlur property transition options
getLineCap() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineCap property
getLineColor() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineColor property
getLineColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
The color with which the line will be drawn.
getLineColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineColor property transition options
getLineDasharray() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineDasharray property
getLineDasharrayTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineDasharray property transition options
getLineGapWidth() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineGapWidth property
getLineGapWidthTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineGapWidth property transition options
getLineGradient() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineGradient property
getLineGradientAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Defines a gradient with which to color a line feature.
getLineJoin() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineJoin property
getLineMiterLimit() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineMiterLimit property
getLineOffset() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineOffset property
getLineOffsetTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineOffset property transition options
getLineOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineOpacity property
getLineOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineOpacity property transition options
getLinePattern() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LinePattern property
getLinePatternTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LinePattern property transition options
getLineRoundLimit() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineRoundLimit property
getLineTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineTranslate property
getLineTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineTranslateAnchor property
getLineTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineTranslate property transition options
getLineWidth() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineWidth property
getLineWidthTransition() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the LineWidth property transition options
getLocalIdeographFontFamily() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Returns the font-family for locally overriding generation of glyphs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.
getLocationComponent() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns the LocationComponent that can be used to display user's location on the map.
getLocationComponentOptions() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Returns the current location options being used.
getLocationEngine() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Returns the current LocationEngine being used for updating the user location.
getLogo() - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
 
getLogoEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured visibility state for mapbox_compass_icon for a map view.
getLogoGravity() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured gravity state for logo for a map view.
getLogoGravity() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the gravity value of the logo
getLogoMarginBottom() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the bottom side margin of the logo
getLogoMarginLeft() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the left side margin of the logo
getLogoMarginRight() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the right side margin of the logo
getLogoMargins() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured margins for logo for a map view.
getLogoMarginTop() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the top side margin of the logo
getLonEast() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the east longitude value of this bounds.
getLongitude() - Method in interface com.mapbox.mapboxsdk.geometry.ILatLng
Get the longitude, in degrees.
getLongitude() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Get the longitude, in degrees.
getLongitudeSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the absolute distance, in degrees, between the west and east boundaries of this LatLngBounds
getLongitudeSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
Returns to longitude span.
getLonWest() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the west longitude value of this bounds.
getMapAsync(OnMapReadyCallback) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Sets a callback object which will be triggered when the MapboxMap instance is ready to be used.
getMapAsync(OnMapReadyCallback) - Method in class com.mapbox.mapboxsdk.maps.MapView
Sets a callback object which will be triggered when the MapboxMap instance is ready to be used.
getMapAsync(OnMapReadyCallback) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Sets a callback object which will be triggered when the MapboxMap instance is ready to be used.
getMapboxMap() - Method in class com.mapbox.mapboxsdk.annotations.Annotation
Gets the hosting mapbox map.
getMapView() - Method in class com.mapbox.mapboxsdk.annotations.Annotation
Gets the hosting map view.
getMarker() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Get the Marker.
getMarker() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the MarkerView.
getMarker() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
Do not use this method.
getMarker() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
Deprecated.
Get the MarkerView.
getMarkerClass() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
Deprecated.
Returns the generic type of the used MarkerView.
getMarkers() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns a list of all the markers on the map.
getMarkerViewAdapters() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Get all MarkerViewAdapters associated with this MarkerViewManager.
getMarkerViewContainer() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
 
getMarkerViewManager() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get the MarkerViewManager associated to the MapView.
getMarkerViewsInRect(RectF) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Deprecated.
Use a SymbolLayer instead. An example of converting Android SDK views to be used as a symbol see https://github .com/mapbox/mapbox-gl-native/blob/68f32bc104422207c64da8d90e8411b138d87f04/platform/android /MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/SymbolGeneratorActivity.java
getMaxZoom() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
 
getMaxZoom() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
 
getMaxZoom() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
getMaxZoom() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getMaxZoomLevel() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gets the maximum zoom level the map can be displayed at.
getMaxZoomPreference() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured maximum zoom for a map view.
getMessage() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionError
 
getMetadata() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
 
getMetersPerPixelAtLatitude(double) - Method in class com.mapbox.mapboxsdk.maps.Projection
Returns the distance spanned by one pixel at the specified latitude and current zoom level.
getMinZoom() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
 
getMinZoom() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
 
getMinZoom() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
getMinZoom() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getMinZoomLevel() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gets the minimum zoom level the map can be displayed at.
getMinZoomPreference() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured min zoom for a map view.
getModuleProvider() - Static method in class com.mapbox.mapboxsdk.Mapbox
Get the module provider
getName() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getNativePtr() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
getNativePtr() - Method in class com.mapbox.mapboxsdk.style.sources.Source
Internal use
getNorthEast() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the latitude-longitude paur if the north east corner of this bounds.
getNorthing() - Method in interface com.mapbox.mapboxsdk.geometry.IProjectedMeters
Get the north projection, in meters.
getNorthing() - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Get projected meters in north direction.
getNorthWest() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the latitude-longitude pair of the north west corner of this bounds.
getOnInfoWindowClickListener() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Return the InfoWindow click listener
getOnInfoWindowCloseListener() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Return the InfoWindow close listener
getOnInfoWindowLongClickListener() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Return the InfoWindow long click listener
getPadding() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns the current configured content padding on map view.
getPixelRatio() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Return the custom configured pixel ratio, returns 0 if not configured.
getPixelRatio() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
 
getPixelRatio() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
 
getPixelRatio() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
getPoints() - Method in class com.mapbox.mapboxsdk.annotations.BasePointCollection
Returns a copy of the points.
getPoints() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Gets the points set for this PolygonOptions object.
getPoints() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Gets the points set for this PolylineOptions object.
getPolygon() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Do not use this method.
getPolygons() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns a list of all the polygons on the map.
getPolyline() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Do not use this method.
getPolylines() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns a list of all the polylines on the map.
getPosition() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the geographical location of the MarkerView.
getPosition() - Method in class com.mapbox.mapboxsdk.annotations.Marker
Returns the position of the marker.
getPosition() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
Returns the position set for this MarkerOptions object.
getPosition() - Method in class com.mapbox.mapboxsdk.style.light.Light
Get the Position property.
getPositionTransition() - Method in class com.mapbox.mapboxsdk.style.light.Light
Get the Position property transition options.
getPrefetchesTiles() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Check whether tile pre-fetching is enabled or not.
getPrefetchesTiles() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Check whether tile pre-fetching is enabled.
getPrimaryColor(Context) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
Returns a color integer associated as primary color from a theme based on a Context.
getPrimaryDarkColor(Context) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
Returns a color integer associated as primary dark color from a theme based on a Context.
getProjectedMetersForLatLng(LatLng) - Method in class com.mapbox.mapboxsdk.maps.Projection
Returns the spherical Mercator projected meters for a LatLng.
getProjection() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get the Projection object that you can use to convert between screen coordinates and latitude/longitude coordinates.
getRasterBrightnessMax() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterBrightnessMax property
getRasterBrightnessMaxTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterBrightnessMax property transition options
getRasterBrightnessMin() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterBrightnessMin property
getRasterBrightnessMinTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterBrightnessMin property transition options
getRasterContrast() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterContrast property
getRasterContrastTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterContrast property transition options
getRasterFadeDuration() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterFadeDuration property
getRasterHueRotate() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterHueRotate property
getRasterHueRotateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterHueRotate property transition options
getRasterOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterOpacity property
getRasterOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterOpacity property transition options
getRasterResampling() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterResampling property
getRasterSaturation() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterSaturation property
getRasterSaturationTransition() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the RasterSaturation property transition options
getReason() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionError
 
getRegion() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
getRenderMode() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Provides the current render mode being used to show the location and/or compass updates on the map.
getRenderSurfaceOnTop() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the flag to render the map surface on top of another surface.
getRequiredResourceCount() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
Get the number of resources that are known to be required for this region.
getResourcesCachePath(Context) - Static method in class com.mapbox.mapboxsdk.storage.FileSource
Get files directory path for a context.
getRotateGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured rotate gesture state for a map view.
getRotation() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the rotation of the MarkerView.
getRotation() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Get the rotation value of the MarkerView.
getScale() - Method in class com.mapbox.mapboxsdk.annotations.Icon
Get the icon bitmap scale.
getScheme() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getScrollGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured scroll gesture state for a map view.
getSelectedMarkers() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gets the currently selected marker.
getSelector(int) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
Returns a color state list associated with a theme based on a Context.
getSnippet() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the snippet of the MarkerView.
getSnippet() - Method in class com.mapbox.mapboxsdk.annotations.Marker
Gets the snippet of the marker.
getSnippet() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
Gets the snippet set for this MarkerOptions object.
getSource(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Retrieve a source by id
getSourceAs(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Tries to cast the Source to T, returns null if it's another type.
getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the source id.
getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the source id.
getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the source id.
getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get the source id.
getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Get the source id.
getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the source id.
getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Get the source id.
getSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the source id.
getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Get the source layer.
getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Get the source layer.
getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Get the source layer.
getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Get the source layer.
getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Get the source layer.
getSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the source layer.
getSources() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Retrieve all the sources in the style
getSouthEast() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the latitude-longitude pair of the south east corner of this bounds.
getSouthWest() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the latitude-longitude pair of the south west corner of this bounds.
getSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Get the area spanned by this LatLngBounds
getStatus(OfflineRegion.OfflineRegionStatusCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
Retrieve the current status of the region.
getStrokeColor() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Get the stroke color.
getStrokeColor() - Method in class com.mapbox.mapboxsdk.annotations.Polygon
Get the color of the stroke of the polygon.
getStrokeColor() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Gets the stroke color set for this PolygonOptions object.
getStrokeWidth() - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Get stroke width.
getStyleJson() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns the map style json currently displayed in the map view.
getStyleJson() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured styleJson for a map view.
getStyleUrl() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns the map style url currently displayed in the map view.
getStyleUrl() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured styleUrl url for a map view.
getStyleURL() - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
 
getStyleURL() - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
 
getStyleUrl() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
getSymbolAvoidEdges() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the SymbolAvoidEdges property
getSymbolPlacement() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the SymbolPlacement property
getSymbolSpacing() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the SymbolSpacing property
getSymbolZOrder() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the SymbolZOrder property
getTelemetry() - Static method in class com.mapbox.mapboxsdk.Mapbox
Get an instance of Telemetry if initialised
getTemplate() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getTextAllowOverlap() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextAllowOverlap property
getTextAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextAnchor property
getTextColor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextColor property
getTextColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
The color with which the text will be drawn.
getTextColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextColor property transition options
getTextField() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextField property
getTextFont() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextFont property
getTextHaloBlur() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextHaloBlur property
getTextHaloBlurTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextHaloBlur property transition options
getTextHaloColor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextHaloColor property
getTextHaloColorAsInt() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
The color of the text's halo, which helps it stand out from backgrounds.
getTextHaloColorTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextHaloColor property transition options
getTextHaloWidth() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextHaloWidth property
getTextHaloWidthTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextHaloWidth property transition options
getTextIgnorePlacement() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextIgnorePlacement property
getTextJustify() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextJustify property
getTextKeepUpright() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextKeepUpright property
getTextLetterSpacing() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextLetterSpacing property
getTextLineHeight() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextLineHeight property
getTextMaxAngle() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextMaxAngle property
getTextMaxWidth() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextMaxWidth property
getTextOffset() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextOffset property
getTextOpacity() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextOpacity property
getTextOpacityTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextOpacity property transition options
getTextOptional() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextOptional property
getTextPadding() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextPadding property
getTextPitchAlignment() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextPitchAlignment property
getTextRotate() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextRotate property
getTextRotationAlignment() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextRotationAlignment property
getTextSize() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextSize property
getTextTransform() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextTransform property
getTextTranslate() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextTranslate property
getTextTranslateAnchor() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextTranslateAnchor property
getTextTranslateTransition() - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Get the TextTranslate property transition options
getTextureMode() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Returns true if TextureView is being used the render view.
getTextView() - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure
 
getThis() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Get the instance of the object for which this method was called.
getThis() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the instance of the object for which this method was called.
getThis() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
 
getThis() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
Deprecated.
Get the instance of the object for which this method was called.
getTilejson() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getTiles() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getTiltGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured tilt gesture state for a map view.
getTitle() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the title of the MarkerView.
getTitle() - Method in class com.mapbox.mapboxsdk.annotations.Marker
Gets the snippet of the marker.
getTitle() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
Gets the title set for this MarkerOptions object.
getTitle() - Method in class com.mapbox.mapboxsdk.attribution.Attribution
 
getTitleAbbreviated() - Method in class com.mapbox.mapboxsdk.attribution.Attribution
 
getTopLeft() - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
 
getTopRight() - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
 
getTransitionDelay() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get the animation delay for style changes.
getTransitionDuration() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Get the animation duration for style changes.
getTranslucentTextureSurface() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
 
getUiSettings() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Gets the user interface settings for the map.
getUrl() - Method in class com.mapbox.mapboxsdk.attribution.Attribution
 
getUrl() - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
 
getUrl() - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
 
getUrl() - Method in class com.mapbox.mapboxsdk.style.sources.RasterDemSource
 
getUrl() - Method in class com.mapbox.mapboxsdk.style.sources.RasterSource
 
getUrl() - Method in class com.mapbox.mapboxsdk.style.sources.VectorSource
 
getValue() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
Get the value of the property.
getVersion() - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
getView() - Method in class com.mapbox.mapboxsdk.annotations.InfoWindow
Retrieve this InfoWindow's current view being used.
getView(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Get view representation from a MarkerView.
getView(U, View, ViewGroup) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
Deprecated.
Called when an MarkerView will be added to the MapView.
getViewAdapter(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Get the view adapter for a marker.
getViewContent() - Method in class com.mapbox.mapboxsdk.maps.MapView
 
getViewReusePool() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
Deprecated.
Returns the pool used to store reusable Views.
getVisibility() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
getVisibleRegion() - Method in class com.mapbox.mapboxsdk.maps.Projection
Gets a projection of the viewing frustum for converting between screen coordinates and geo-latitude/longitude coordinates.
getVisibleRegion(boolean) - Method in class com.mapbox.mapboxsdk.maps.Projection
Gets a projection of the viewing frustum for converting between screen coordinates and geo-latitude/longitude coordinates.
getWidth() - Method in class com.mapbox.mapboxsdk.annotations.Polyline
Gets the width of this polyline.
getWidth() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Gets the width set for this PolylineOptions object.
getWidth() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns the measured width of the Map.
getWidth() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns the measured width of the MapView
getWidth() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
getZoomControlsEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured zoom controls state for a map view.
getZoomGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Get the current configured zoom gesture state for a map view.
GLSurfaceViewMapRenderer - Class in com.mapbox.mapboxsdk.maps.renderer.glsurfaceview
The GLSurfaceViewMapRenderer encapsulates the GL thread and GLSurfaceView specifics to render the map.
GLSurfaceViewMapRenderer(Context, GLSurfaceView, String) - Constructor for class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
GLYPHS - Static variable in class com.mapbox.mapboxsdk.storage.Resource
Signed distance field glyphs for text rendering.
GPS - Static variable in class com.mapbox.mapboxsdk.location.modes.RenderMode
Tracking the user location with bearing considered from Location.
gpsDrawable(int) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Defines the drawable used for the navigation state icon.
gpsDrawable() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Defines the drawable used for the navigation state icon.
gpsName(String) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Given a String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_gpsDrawable.
gpsName() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
String image name, identical to one used in the first parameter of MapboxMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default mapbox_gpsDrawable.
gt(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is strictly greater than the second, false otherwise.
gt(Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is strictly greater than the second, false otherwise.
gt(Expression, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is strictly greater than the second, false otherwise.
gt(Expression, String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is strictly greater than the second, false otherwise.
gt(Expression, String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is strictly greater than the second, false otherwise.
gte(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is greater than or equal to the second, false otherwise.
gte(Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is greater than or equal to the second, false otherwise.
gte(Expression, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is greater than or equal to the second, false otherwise.
gte(Expression, String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is greater than or equal to the second, false otherwise.
gte(Expression, String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is greater than or equal to the second, false otherwise.

H

handleFailure(int, String) - Method in interface com.mapbox.mapboxsdk.http.HttpResponder
Invoked when a resource failed to be retrieved.
handleFailure(int, String) - Method in class com.mapbox.mapboxsdk.http.NativeHttpRequest
 
has(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Tests for the presence of an property value in the current feature's properties.
has(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Tests for the presence of an property value in the current feature's properties.
has(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Tests for the presence of an property value from another object.
has(String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Tests for the presence of an property value from another object.
hashCode() - Method in class com.mapbox.mapboxsdk.annotations.Annotation
Gives an integer which can be used as the bucket number for storing elements of the set/map.
hashCode() - Method in class com.mapbox.mapboxsdk.annotations.Icon
Gives an integer which can be used as the bucket number for storing elements of the set/map.
hashCode() - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
Gives an integer which can be used as the bucket number for storing elements of the set/map.
hashCode() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
Deprecated.
Gives an integer which can be used as the bucket number for storing elements of the set/map.
hashCode() - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Gives an integer which can be used as the bucket number for storing elements of the set/map.
hashCode() - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Gives an integer which can be used as the bucket number for storing elements of the set/map.
hashCode() - Method in class com.mapbox.mapboxsdk.attribution.Attribution
 
hashCode() - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
 
hashCode() - Method in class com.mapbox.mapboxsdk.camera.CameraPosition
Gives an integer which can be used as the bucket number for storing elements of the set/map.
hashCode() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Returns a hash code value for the object.
hashCode() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Returns a hash code value for the object.
hashCode() - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
 
hashCode() - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
Returns a hash code value for the object.
hashCode() - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Returns a hash code value for the object.
hashCode() - Method in class com.mapbox.mapboxsdk.geometry.VisibleRegion
Returns a hash code value for the object.
hashCode() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
 
hashCode() - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
 
hashCode() - Method in class com.mapbox.mapboxsdk.style.expressions.Expression.ExpressionLiteral
Returns a hash code value for the expression literal.
hashCode() - Method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a hash code value for the expression.
hashCode() - Method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
 
hashCode() - Method in class com.mapbox.mapboxsdk.style.light.Position
 
heatmapColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Defines the color of each pixel based on its density value in a heatmap.
heatmapColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Defines the color of each pixel based on its density value in a heatmap.
heatmapColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Defines the color of each pixel based on its density value in a heatmap.
heatmapDensity() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the kernel density estimation of a pixel in a heatmap layer, which is a relative measure of how many data points are crowded around a particular pixel.
heatmapIntensity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Similar to PropertyFactory.heatmapWeight(java.lang.Float) but controls the intensity of the heatmap globally.
heatmapIntensity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Similar to PropertyFactory.heatmapWeight(java.lang.Float) but controls the intensity of the heatmap globally.
HeatmapLayer - Class in com.mapbox.mapboxsdk.style.layers
A heatmap.
HeatmapLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Creates a HeatmapLayer.
heatmapOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The global opacity at which the heatmap layer will be drawn.
heatmapOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The global opacity at which the heatmap layer will be drawn.
heatmapRadius(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Radius of influence of one heatmap point in density-independent pixels.
heatmapRadius(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Radius of influence of one heatmap point in density-independent pixels.
heatmapWeight(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
A measure of how much an individual point contributes to the heatmap.
heatmapWeight(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
A measure of how much an individual point contributes to the heatmap.
hideInfoWindow() - Method in class com.mapbox.mapboxsdk.annotations.Marker
Do not use this method, used internally by the SDK.
HILLSHADE_ILLUMINATION_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The hillshade illumination is relative to the north direction.
HILLSHADE_ILLUMINATION_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The hillshade illumination is relative to the top of the viewport.
hillshadeAccentColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The shading color used to accentuate rugged terrain like sharp cliffs and gorges.
hillshadeAccentColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The shading color used to accentuate rugged terrain like sharp cliffs and gorges.
hillshadeAccentColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The shading color used to accentuate rugged terrain like sharp cliffs and gorges.
hillshadeExaggeration(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Intensity of the hillshade
hillshadeExaggeration(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Intensity of the hillshade
hillshadeHighlightColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The shading color of areas that faces towards the light source.
hillshadeHighlightColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The shading color of areas that faces towards the light source.
hillshadeHighlightColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The shading color of areas that faces towards the light source.
hillshadeIlluminationAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Direction of light source when map is rotated.
hillshadeIlluminationAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Direction of light source when map is rotated.
hillshadeIlluminationDirection(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The direction of the light source used to generate the hillshading with 0 as the top of the viewport if Property.HILLSHADE_ILLUMINATION_ANCHOR is set to `viewport` and due north if Property.HILLSHADE_ILLUMINATION_ANCHOR is set to `map`.
hillshadeIlluminationDirection(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The direction of the light source used to generate the hillshading with 0 as the top of the viewport if Property.HILLSHADE_ILLUMINATION_ANCHOR is set to `viewport` and due north if Property.HILLSHADE_ILLUMINATION_ANCHOR is set to `map`.
HillshadeLayer - Class in com.mapbox.mapboxsdk.style.layers
Client-side hillshading visualization based on DEM data.
HillshadeLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Creates a HillshadeLayer.
hillshadeShadowColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The shading color of areas that face away from the light source.
hillshadeShadowColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The shading color of areas that face away from the light source.
hillshadeShadowColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The shading color of areas that face away from the light source.
HttpIdentifier - Class in com.mapbox.mapboxsdk.http
 
HttpLogger - Class in com.mapbox.mapboxsdk.http
 
HttpRequest - Interface in com.mapbox.mapboxsdk.http
Interface definition for performing http requests.
HttpRequestImpl - Class in com.mapbox.mapboxsdk.module.http
 
HttpRequestImpl() - Constructor for class com.mapbox.mapboxsdk.module.http.HttpRequestImpl
 
HttpRequestUrl - Class in com.mapbox.mapboxsdk.http
 
HttpRequestUtil - Class in com.mapbox.mapboxsdk.http
Deprecated.
use HttpRequestUtil instead
HttpRequestUtil() - Constructor for class com.mapbox.mapboxsdk.http.HttpRequestUtil
Deprecated.
 
HttpRequestUtil - Class in com.mapbox.mapboxsdk.module.http
Utility class for setting OkHttpRequest configurations
HttpRequestUtil() - Constructor for class com.mapbox.mapboxsdk.module.http.HttpRequestUtil
 
HttpResponder - Interface in com.mapbox.mapboxsdk.http
Interface definition for a callback to be invoked when either a response was returned for a requested resource or when an error occurred when requesting the resource.

I

i(String, String) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send an info log message.
i(String, String, Throwable) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send an info log message and log the exception.
i(String, String) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send an info log message.
i(String, String, Throwable) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send an info log message and log the exception.
icon - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
 
icon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Set the icon of the Marker.
icon - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
icon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the icon of the MarkerView.
Icon - Class in com.mapbox.mapboxsdk.annotations
Icon is the visual representation of a Marker on a MapView.
ICON_ANCHOR_BOTTOM - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The bottom of the icon is placed closest to the anchor.
ICON_ANCHOR_BOTTOM_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The bottom left corner of the icon is placed closest to the anchor.
ICON_ANCHOR_BOTTOM_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The bottom right corner of the icon is placed closest to the anchor.
ICON_ANCHOR_CENTER - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The center of the icon is placed closest to the anchor.
ICON_ANCHOR_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The left side of the icon is placed closest to the anchor.
ICON_ANCHOR_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The right side of the icon is placed closest to the anchor.
ICON_ANCHOR_TOP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The top of the icon is placed closest to the anchor.
ICON_ANCHOR_TOP_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The top left corner of the icon is placed closest to the anchor.
ICON_ANCHOR_TOP_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The top right corner of the icon is placed closest to the anchor.
ICON_MARKERVIEW_BITMAP - Static variable in class com.mapbox.mapboxsdk.annotations.IconFactory
 
ICON_MARKERVIEW_ID - Static variable in class com.mapbox.mapboxsdk.annotations.IconFactory
 
ICON_PITCH_ALIGNMENT_AUTO - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Automatically matches the value of Property.ICON_ROTATION_ALIGNMENT.
ICON_PITCH_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is aligned to the plane of the map.
ICON_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is aligned to the plane of the viewport.
ICON_ROTATION_ALIGNMENT_AUTO - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
ICON_ROTATION_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
When Property.SYMBOL_PLACEMENT is set to Property.SYMBOL_PLACEMENT_POINT, aligns icons east-west.
ICON_ROTATION_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Produces icons whose x-axes are aligned with the x-axis of the viewport, regardless of the value of Property.SYMBOL_PLACEMENT.
ICON_TEXT_FIT_BOTH - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is scaled in both x- and y-dimensions.
ICON_TEXT_FIT_HEIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is scaled in the y-dimension to fit the height of the text.
ICON_TEXT_FIT_NONE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is displayed at its intrinsic aspect ratio.
ICON_TEXT_FIT_WIDTH - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The icon is scaled in the x-dimension to fit the width of the text.
ICON_TRANSLATE_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Icons are translated relative to the map.
ICON_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Icons are translated relative to the viewport.
iconAllowOverlap(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the icon will be visible even if it collides with other previously drawn symbols.
iconAllowOverlap(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the icon will be visible even if it collides with other previously drawn symbols.
iconAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Part of the icon placed closest to the anchor.
iconAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Part of the icon placed closest to the anchor.
IconBitmapChangedException - Exception in com.mapbox.mapboxsdk.exceptions
An IconBitmapChangedException is thrown by MapView when a Marker is added that has an Icon with a Bitmap that has been modified since the creation of the Icon.
IconBitmapChangedException() - Constructor for exception com.mapbox.mapboxsdk.exceptions.IconBitmapChangedException
 
iconColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon.
iconColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon.
iconColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon.
IconFactory - Class in com.mapbox.mapboxsdk.annotations
Factory for creating Icons from bitmap images.
iconHaloBlur(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Fade out the halo towards the outside.
iconHaloBlur(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Fade out the halo towards the outside.
iconHaloColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon's halo.
iconHaloColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon's halo.
iconHaloColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the icon's halo.
iconHaloWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance of halo to the icon outline.
iconHaloWidth(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance of halo to the icon outline.
iconIgnorePlacement(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, other symbols can be visible even if they collide with the icon.
iconIgnorePlacement(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, other symbols can be visible even if they collide with the icon.
iconImage(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing an image background.
iconImage(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing an image background.
iconKeepUpright(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the icon may be flipped to prevent it from being rendered upside-down.
iconKeepUpright(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the icon may be flipped to prevent it from being rendered upside-down.
iconOffset(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Offset distance of icon from its anchor.
iconOffset(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Offset distance of icon from its anchor.
iconOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the icon will be drawn.
iconOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the icon will be drawn.
iconOptional(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
iconOptional(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
iconPadding(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Size of the additional area around the icon bounding box used for detecting symbol collisions.
iconPadding(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Size of the additional area around the icon bounding box used for detecting symbol collisions.
iconPitchAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Orientation of icon when map is pitched.
iconPitchAlignment(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Orientation of icon when map is pitched.
iconRotate(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Rotates the icon clockwise.
iconRotate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Rotates the icon clockwise.
iconRotationAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
In combination with Property.SYMBOL_PLACEMENT, determines the rotation behavior of icons.
iconRotationAlignment(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
In combination with Property.SYMBOL_PLACEMENT, determines the rotation behavior of icons.
iconSize(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Scales the original size of the icon by the provided factor.
iconSize(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Scales the original size of the icon by the provided factor.
iconTextFit(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Scales the icon to fit around the associated text.
iconTextFit(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Scales the icon to fit around the associated text.
iconTextFitPadding(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Size of the additional area added to dimensions determined by Property.ICON_TEXT_FIT, in clockwise order: top, right, bottom, left.
iconTextFitPadding(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Size of the additional area added to dimensions determined by Property.ICON_TEXT_FIT, in clockwise order: top, right, bottom, left.
iconTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance that the icon's anchor is moved from its original placement.
iconTranslate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance that the icon's anchor is moved from its original placement.
iconTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.iconTranslate(java.lang.Float[]).
iconTranslateAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.iconTranslate(java.lang.Float[]).
id() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the feature's id, if it has one.
ILatLng - Interface in com.mapbox.mapboxsdk.geometry
Describes a latitude, longitude, and altitude tuple.
ImageSource - Class in com.mapbox.mapboxsdk.style.sources
Image source, allows a georeferenced raster image to be shown on the map.
ImageSource(String, LatLngQuad, URL) - Constructor for class com.mapbox.mapboxsdk.style.sources.ImageSource
Create an ImageSource from coordinates and an image URL
ImageSource(String, LatLngQuad, android.graphics.Bitmap) - Constructor for class com.mapbox.mapboxsdk.style.sources.ImageSource
Create an ImageSource from coordinates and a bitmap image
include(LatLng) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds.Builder
Adds a LatLng object to the LatLngBounds.Builder.
include(LatLng) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Constructs a LatLngBounds from current bounds with an additional latitude-longitude pair.
includes(List<LatLng>) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds.Builder
Adds a LatLng object to the LatLngBounds.Builder.
InfoWindow - Class in com.mapbox.mapboxsdk.annotations
InfoWindow is a tooltip shown when a Marker or MarkerView is tapped.
infoWindowAnchor(float, float) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the InfoWindow anchor of the MarkerView.
infoWindowAnchorU - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
infoWindowAnchorV - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
initialize(Context, MapboxMapOptions) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
initialize() - Static method in class com.mapbox.mapboxsdk.maps.Telemetry
Deprecated.
initialize(String) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
 
initialize(String, long) - Method in class com.mapbox.mapboxsdk.style.layers.CustomLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
 
initialize(String, String) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
 
initialize() - Method in class com.mapbox.mapboxsdk.style.layers.UnknownLayer
 
initialize(String, Object) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
 
initialize(String, Object) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
 
initialize(String, LatLngQuad) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
 
initialize(String, Object, int) - Method in class com.mapbox.mapboxsdk.style.sources.RasterDemSource
 
initialize(String, Object, int) - Method in class com.mapbox.mapboxsdk.style.sources.RasterSource
 
initialize() - Method in class com.mapbox.mapboxsdk.style.sources.UnknownSource
 
initialize(String, Object) - Method in class com.mapbox.mapboxsdk.style.sources.VectorSource
 
initializeFileDirsPaths(Context) - Static method in class com.mapbox.mapboxsdk.storage.FileSource
Initializes file directories paths.
injectCompassAnimationListener(MapboxMap.OnCompassAnimationListener) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
instance(Context) - Static method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
Get a single instance of ConnectivityReceiver.
interpolate(Expression.Interpolator, Expression, Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces continuous, smooth results by interpolating between pairs of input and output values (\"stops\").
interpolate(Expression.Interpolator, Expression, Expression.Stop...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces continuous, smooth results by interpolating between pairs of input and output values (\"stops\").
intersect(LatLngBounds) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Returns a new LatLngBounds that is the intersection of this with another box
intersect(double, double, double, double) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Returns a new LatLngBounds that is the intersection of this with another LatLngBounds
invalidate() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Invalidates the ViewSettings instances shown on top of the MapView
invalidateContentPadding() - Method in class com.mapbox.mapboxsdk.maps.Projection
 
invalidateRegion(LatLngBounds) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
Invalidate previously provided features within a given bounds at all zoom levels.
invalidateTile(int, int, int) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
Invalidate the geometry contents of a specific tile.
invalidateViewMarkersInVisibleRegion() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Invalidate the ViewMarkers found in the viewport.
InvalidLatLngBoundsException - Exception in com.mapbox.mapboxsdk.exceptions
An InvalidLatLngBoundsException is thrown by LatLngBounds when there aren't enough LatLng to create a bounds.
InvalidLatLngBoundsException(int) - Constructor for exception com.mapbox.mapboxsdk.exceptions.InvalidLatLngBoundsException
 
InvalidMarkerPositionException - Exception in com.mapbox.mapboxsdk.exceptions
A InvalidMarkerPositionException is thrown when a Marker object is created with an invalid LatLng position.
InvalidMarkerPositionException() - Constructor for exception com.mapbox.mapboxsdk.exceptions.InvalidMarkerPositionException
Creates a invalid marker position exception thrown when a Marker object is created with an invalid LatLng position.
IProjectedMeters - Interface in com.mapbox.mapboxsdk.geometry
Describes a projection in Mercator meters.
isActivated() - Method in class com.mapbox.mapboxsdk.storage.FileSource
 
isAllowConcurrentMultipleOpenInfoWindows() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns whether the map allows concurrent multiple infowindows to be shown.
isAnimating(boolean) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
isAttributionEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the attribution is enabled.
isCompassEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the compass is enabled.
isCompassFadeWhenFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the compass performs a fading animation out when facing north.
isComplete() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
Validates if the region download has completed
isConnected() - Static method in class com.mapbox.mapboxsdk.Mapbox
Determines whether we have an internet connection available.
isConnected(Context) - Method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
Get current connectivity state
isDebugActive() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Returns whether the map debug information is currently shown.
isDeliveringInactiveMessages() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
Gets whether or not the `OfflineRegionObserver` will continue to deliver messages even if the region state has been set as STATE_INACTIVE.
isDeselectMarkersOnTap() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Gets whether the markers are automatically deselected (and therefore, their infowindows closed) when a map tap is detected.
isDestroyed() - Method in class com.mapbox.mapboxsdk.maps.MapView
Returns if the map has been destroyed.
isDoubleTapGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may zoom the map with a double tap.
isEmptySpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Validate if LatLngBounds is empty, determined if absolute distance is
isExpression() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
Returns if this is a expression.
isExternalStorageReadable() - Static method in class com.mapbox.mapboxsdk.storage.FileSource
Checks if external storage is available to at least read.
isFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
isFadeCompassViewFacingNorth() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
isFlat() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the flat state of the MarkerView.
isFlat() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Get the flat state of a MarkerView.
isFlingVelocityAnimationEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether fling velocity animation should execute after users finishes a gesture.
isHidden() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
isIncreaseRotateThresholdWhenScaling() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether rotation threshold should be increase whenever scale is detected.
isIncreaseScaleThresholdWhenRotating() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether scale threshold should be increase whenever rotation is detected.
isInfoWindowShown() - Method in class com.mapbox.mapboxsdk.annotations.Marker
Do not use this method, used internally by the SDK.
isLocationComponentEnabled() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Returns whether the plugin is enabled, meaning that location can be displayed and camera modes can be used.
isLogoEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the logo is enabled.
isNull() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
Returns if this is null
isRequiredResourceCountPrecise() - Method in class com.mapbox.mapboxsdk.offline.OfflineRegionStatus
Returns when the value of requiredResourceCount is a precise count of the number of required resources, and false when it is merely a lower bound.
isRotateGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may rotate the map.
isRotateVelocityAnimationEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether rotate velocity animation should execute after users finishes a gesture.
isScaleVelocityAnimationEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether scale velocity animation should execute after users finishes a gesture.
isScrollGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may scroll around the map.
isSelected() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Determine if the MarkerView is selected or not.
isShortText() - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
 
isSupportedScript(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input string is expected to render legibly.
isSupportedScript(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input string is expected to render legibly.
isTiltGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may tilt the map.
isTranslucentSurface() - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
 
isValue() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
Returns if this is a value.
isVisible() - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the visibility state of the MarkerView.
isVisible() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Returns the visible state of the MarkerView.
isZoomControlsEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Gets whether the zoom controls are enabled.
isZoomGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Returns whether the user may zoom the map.

K

KEY_META_DATA_SET_STORAGE_EXTERNAL - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Key used to switch storage to external in AndroidManifest.xml

L

LATITUDE_SPAN - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
This constant represents the latitude span when representing a geolocation.
LatLng - Class in com.mapbox.mapboxsdk.geometry
A geographical location which contains a single latitude, longitude pair, with optional altitude.
LatLng() - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Construct a new latitude, longitude point at (0, 0)
LatLng(double, double) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Construct a new latitude, longitude point given double arguments
LatLng(double, double, double) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Construct a new latitude, longitude, altitude point given double arguments
LatLng(Location) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Construct a new latitude, longitude, altitude point given location argument
LatLng(Parcel) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Constructs a new latitude, longitude, altitude tuple given a parcel.
LatLngBounds - Class in com.mapbox.mapboxsdk.geometry
A geographical area representing a latitude/longitude aligned rectangle.
latLngBounds - Variable in class com.mapbox.mapboxsdk.geometry.VisibleRegion
The smallest bounding box that includes the visible region defined in this class.
LatLngBounds.Builder - Class in com.mapbox.mapboxsdk.geometry
Builder for composing LatLngBounds objects.
latLngForPixel(PointF) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshot
Calculate geographical coordinates from a point in pixels on the Image
LatLngQuad - Class in com.mapbox.mapboxsdk.geometry
A geographical area representing a non-aligned quadrilateral
LatLngQuad(LatLng, LatLng, LatLng, LatLng) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLngQuad
Construct a new LatLngQuad based on its corners, in order top left, top right, bottom left, bottom right
LatLngSpan - Class in com.mapbox.mapboxsdk.geometry
A geographical span defined by its latitude and longitude span.
LatLngSpan(double, double) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLngSpan
Creates a LatLgnSpan.
Layer - Class in com.mapbox.mapboxsdk.style.layers
Base class for the different Layer types
Layer(long) - Constructor for class com.mapbox.mapboxsdk.style.layers.Layer
 
Layer() - Constructor for class com.mapbox.mapboxsdk.style.layers.Layer
 
layerBelow(String) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets the layer id to set the location component below to.
layerBelow() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Gets the id of the layer to add the location component above to.
length(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the length of an array or string.
length(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the length of an array or string.
let(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Binds input to named variables, which can then be referenced in the result expression using Expression.var(String) or Expression.var(Expression).
LibraryLoader - Class in com.mapbox.mapboxsdk
Loads the mapbox-gl shared library
LibraryLoader() - Constructor for class com.mapbox.mapboxsdk.LibraryLoader
 
LIGHT - Static variable in class com.mapbox.mapboxsdk.constants.Style
Light: Subtle light backdrop for data visualizations.
Light - Class in com.mapbox.mapboxsdk.style.light
The global light source.
LINE_CAP_BUTT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
A cap with a squared-off end which is drawn to the exact endpoint of the line.
LINE_CAP_ROUND - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
A cap with a rounded end which is drawn beyond the endpoint of the line at a radius of one-half of the line's width and centered on the endpoint of the line.
LINE_CAP_SQUARE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
A cap with a squared-off end which is drawn beyond the endpoint of the line at a distance of one-half of the line's width.
LINE_JOIN_BEVEL - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
A join with a squared-off end which is drawn beyond the endpoint of the line at a distance of one-half of the line's width.
LINE_JOIN_MITER - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
A join with a sharp, angled corner which is drawn with the outer sides beyond the endpoint of the path until they meet.
LINE_JOIN_ROUND - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
A join with a rounded end which is drawn beyond the endpoint of the line at a radius of one-half of the line's width and centered on the endpoint of the line.
LINE_TRANSLATE_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The line is translated relative to the map.
LINE_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The line is translated relative to the viewport.
linear() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
interpolates linearly between the pair of stops just less than and just greater than the input.
lineBlur(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Blur applied to the line, in density-independent pixels.
lineBlur(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Blur applied to the line, in density-independent pixels.
lineCap(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The display of line endings.
lineCap(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The display of line endings.
lineColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the line will be drawn.
lineColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the line will be drawn.
lineColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the line will be drawn.
lineDasharray(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Specifies the lengths of the alternating dashes and gaps that form the dash pattern.
lineDasharray(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Specifies the lengths of the alternating dashes and gaps that form the dash pattern.
lineGapWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Draws a line casing outside of a line's actual path.
lineGapWidth(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Draws a line casing outside of a line's actual path.
lineGradient(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Defines a gradient with which to color a line feature.
lineGradient(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Defines a gradient with which to color a line feature.
lineGradient(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Defines a gradient with which to color a line feature.
lineJoin(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The display of lines when joining.
lineJoin(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The display of lines when joining.
LineLayer - Class in com.mapbox.mapboxsdk.style.layers
A stroked line.
LineLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.LineLayer
Creates a LineLayer.
lineMiterLimit(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Used to automatically convert miter joins to bevel joins for sharp angles.
lineMiterLimit(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Used to automatically convert miter joins to bevel joins for sharp angles.
lineOffset(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The line's offset.
lineOffset(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The line's offset.
lineOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the line will be drawn.
lineOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the line will be drawn.
linePattern(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing image lines.
linePattern(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing image lines.
lineProgress() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the progress along a gradient line.
lineRoundLimit(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Used to automatically convert round joins to miter joins for shallow angles.
lineRoundLimit(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Used to automatically convert round joins to miter joins for shallow angles.
lineTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The geometry's offset.
lineTranslate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The geometry's offset.
lineTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.lineTranslate(java.lang.Float[]).
lineTranslateAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.lineTranslate(java.lang.Float[]).
lineWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Stroke thickness.
lineWidth(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Stroke thickness.
listOfflineRegions(OfflineManager.ListOfflineRegionsCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineManager
Retrieve all regions in the offline database.
literal - Variable in class com.mapbox.mapboxsdk.style.expressions.Expression.ExpressionLiteral
 
literal(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Create a literal number expression.
literal(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Create a literal string expression.
literal(boolean) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Create a literal boolean expression.
literal(Object) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Create a literal object expression.
literal(Object[]) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Create a literal array expression
ln(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the natural logarithm of the input.
ln(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the natural logarithm of the input.
ln2() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns mathematical constant ln(2).
load() - Static method in class com.mapbox.mapboxsdk.LibraryLoader
Loads "libmapbox-gl.so" native shared library.
load(String) - Method in class com.mapbox.mapboxsdk.LibraryLoader
 
LocalGlyphRasterizer - Class in com.mapbox.mapboxsdk.text
LocalGlyphRasterizer is the Android-specific platform implementation used by the portable local_glyph_rasterizer.hpp
localIdeographFontFamily(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Set the font family for generating glyphs locally for ideographs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.
LocationComponent - Class in com.mapbox.mapboxsdk.location
The Location Component provides location awareness to your mobile application.
LocationComponent(MapboxMap) - Constructor for class com.mapbox.mapboxsdk.location.LocationComponent
Internal use.
LocationComponentOptions - Class in com.mapbox.mapboxsdk.location
This class exposes options for the Location Component.
LocationComponentOptions(float, int, int, String, int, String, int, String, int, String, int, String, int, String, Integer, Integer, Integer, Integer, Integer, float, boolean, long, int[], double, double, float, float, boolean, float, float, String, float) - Constructor for class com.mapbox.mapboxsdk.location.LocationComponentOptions
 
LocationComponentOptions.Builder - Class in com.mapbox.mapboxsdk.location
Builder class for constructing a new instance of LocationComponentOptions.
log(int, String) - Static method in class com.mapbox.mapboxsdk.http.HttpLogger
 
log(int, String, String) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send a log message based on severity.
log(int, String, String) - Static method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send a log message based on severity.
log10(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the base-ten logarithm of the input.
log10(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the base-ten logarithm of the input.
log2(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the base-two logarithm of the input.
log2(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the base-two logarithm of the input.
logEnabled - Static variable in class com.mapbox.mapboxsdk.http.HttpLogger
 
logFailure(int, String, String) - Static method in class com.mapbox.mapboxsdk.http.HttpLogger
 
Logger - Class in com.mapbox.mapboxsdk.log
Logger for the Mapbox Maps SDK for Android
Logger() - Constructor for class com.mapbox.mapboxsdk.log.Logger
 
LoggerDefinition - Interface in com.mapbox.mapboxsdk.log
Definition of a logger for the Mapbox Maps SDK for Android.
logoEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the visibility state of a logo for a map view.
logoGravity(int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the gravity state of logo for a map view.
logoMargins(int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the margin state of logo for a map view
logRequestUrl - Static variable in class com.mapbox.mapboxsdk.http.HttpLogger
 
LONGITUDE_SPAN - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
This constant represents the longitude span when representing a geolocation.
lt(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is strictly less than the second, false otherwise.
lt(Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is strictly less than the second, false otherwise.
lt(Expression, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is strictly less than the second, false otherwise.
lt(Expression, String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is strictly less than the second, false otherwise.
lt(Expression, String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is strictly less than the second, false otherwise.
lte(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is less than or equal to the second, false otherwise.
lte(Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is less than or equal to the second, false otherwise.
lte(Expression, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is less than or equal to the second, false otherwise.
lte(Expression, String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is less than or equal to the second, false otherwise.
lte(Expression, String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the first input is less than or equal to the second, false otherwise.

M

Mapbox - Class in com.mapbox.mapboxsdk
The entry point to initialize the Mapbox Android SDK.
MAPBOX_LOCALE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Default Locale for data processing (ex: String.toLowerCase(MAPBOX_LOCALE, "foo"))
MAPBOX_STREETS - Static variable in class com.mapbox.mapboxsdk.constants.Style
Mapbox Streets: A complete basemap, perfect for incorporating your own data.
MapboxConfigurationException - Exception in com.mapbox.mapboxsdk.exceptions
A MapboxConfigurationException is thrown by MapboxMap when the SDK hasn't been properly initialised.
MapboxConfigurationException() - Constructor for exception com.mapbox.mapboxsdk.exceptions.MapboxConfigurationException
Creates a Mapbox configuration exception thrown by MapboxMap when the SDK hasn't been properly initialised.
MapboxConstants - Class in com.mapbox.mapboxsdk.constants
MapboxConstants exposes Mapbox related constants
MapboxConstants() - Constructor for class com.mapbox.mapboxsdk.constants.MapboxConstants
 
mapboxMap - Variable in class com.mapbox.mapboxsdk.annotations.Annotation
 
MapboxMap - Class in com.mapbox.mapboxsdk.maps
The general class to interact with in the Android Mapbox SDK.
MapboxMap.CancelableCallback - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when a task is complete or cancelled.
MapboxMap.InfoWindowAdapter - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when an info window will be shown.
MapboxMap.MarkerViewAdapter<U extends MarkerView> - Class in com.mapbox.mapboxsdk.maps
Deprecated.
Use a SymbolLayer instead. An example of converting Android SDK views to be used as a symbol see https://github .com/mapbox/mapbox-gl-native/blob/68f32bc104422207c64da8d90e8411b138d87f04/platform/android /MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/SymbolGeneratorActivity.java
MapboxMap.OnCameraChangeListener - Interface in com.mapbox.mapboxsdk.maps
Deprecated.
Replaced by MapboxMap.OnCameraMoveStartedListener, MapboxMap.OnCameraMoveListener and MapboxMap.OnCameraIdleListener. The order in which the deprecated onCameraChange method will be called in relation to the methods in the new camera change listeners is undefined.
MapboxMap.OnCameraIdleListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked for when camera movement has ended.
MapboxMap.OnCameraMoveCanceledListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked for when the camera's motion has been stopped or when the camera starts moving for a new reason.
MapboxMap.OnCameraMoveListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked for when the camera changes position.
MapboxMap.OnCameraMoveStartedListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked for when the camera motion starts.
MapboxMap.OnCompassAnimationListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked for when the compass is animating.
MapboxMap.OnFlingListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the map is flinged.
MapboxMap.OnFpsChangedListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when a frame is rendered to the map view.
MapboxMap.OnInfoWindowClickListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the user clicks on an info window.
MapboxMap.OnInfoWindowCloseListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when a marker's info window is closed.
MapboxMap.OnInfoWindowLongClickListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the user long presses on a marker's info window.
MapboxMap.OnMapClickListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the user clicks on the map view.
MapboxMap.OnMapLongClickListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the user long clicks on the map view.
MapboxMap.OnMarkerClickListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the user clicks on a marker.
MapboxMap.OnMarkerViewClickListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the user clicks on a MarkerView.
MapboxMap.OnMoveListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the map is moved.
MapboxMap.OnPolygonClickListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the user clicks on a polygon.
MapboxMap.OnPolylineClickListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the user clicks on a polyline.
MapboxMap.OnRotateListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the map is rotated.
MapboxMap.OnScaleListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the map is scaled.
MapboxMap.OnScrollListener - Interface in com.mapbox.mapboxsdk.maps
Deprecated.
MapboxMap.OnShoveListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the map is tilted.
MapboxMap.OnStyleLoadedListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the style has finished loading.
MapboxMap.SnapshotReadyCallback - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the snapshot has been taken.
MapboxMapOptions - Class in com.mapbox.mapboxsdk.maps
Defines configuration MapboxMapMapOptions for a MapboxMap.
MapboxMapOptions() - Constructor for class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Creates a new MapboxMapOptions object.
mapboxTileCountLimitExceeded(long) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionObserver
 
MapFragment - Class in com.mapbox.mapboxsdk.maps
Fragment wrapper around a map view.
MapFragment() - Constructor for class com.mapbox.mapboxsdk.maps.MapFragment
 
MapFragment.OnMapViewReadyCallback - Interface in com.mapbox.mapboxsdk.maps
Callback to be invoked when the map fragment has inflated its MapView.
MapFragmentUtils - Class in com.mapbox.mapboxsdk.utils
MapFragment utility class.
MapFragmentUtils() - Constructor for class com.mapbox.mapboxsdk.utils.MapFragmentUtils
 
MapRenderer - Class in com.mapbox.mapboxsdk.maps.renderer
The MapRenderer encapsulates the GL thread.
MapRenderer(Context, String) - Constructor for class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
MapRendererScheduler - Interface in com.mapbox.mapboxsdk.maps.renderer
Can be used to schedule work on the map renderer thread or request a render.
MapSnapshot - Class in com.mapbox.mapboxsdk.snapshotter
A completed snapshot.
MapSnapshotter - Class in com.mapbox.mapboxsdk.snapshotter
The map snapshotter creates a large of the map, rendered off the UI thread.
MapSnapshotter(Context, MapSnapshotter.Options) - Constructor for class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Creates the Map snapshotter, but doesn't start rendering or loading yet.
MapSnapshotter.ErrorHandler - Interface in com.mapbox.mapboxsdk.snapshotter
Can be used to get notified of errors in snapshot generation
MapSnapshotter.Options - Class in com.mapbox.mapboxsdk.snapshotter
MapSnapshotter options
MapSnapshotter.SnapshotReadyCallback - Interface in com.mapbox.mapboxsdk.snapshotter
Get notified on snapshot completion.
MapStrictMode - Class in com.mapbox.mapboxsdk
Using this class you can enable a strict mode that will throw the MapStrictModeException whenever the map would fail silently otherwise.
MapStrictMode() - Constructor for class com.mapbox.mapboxsdk.MapStrictMode
 
mapView - Variable in class com.mapbox.mapboxsdk.annotations.Annotation
 
MapView - Class in com.mapbox.mapboxsdk.maps
A MapView provides an embeddable map interface.
MapView(Context) - Constructor for class com.mapbox.mapboxsdk.maps.MapView
 
MapView(Context, AttributeSet) - Constructor for class com.mapbox.mapboxsdk.maps.MapView
 
MapView(Context, AttributeSet, int) - Constructor for class com.mapbox.mapboxsdk.maps.MapView
 
MapView(Context, MapboxMapOptions) - Constructor for class com.mapbox.mapboxsdk.maps.MapView
 
MapView.MapChange - Annotation Type in com.mapbox.mapboxsdk.maps
Definition of a map change event.
MapView.OnMapChangedListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the displayed map view changes.
Marker - Class in com.mapbox.mapboxsdk.annotations
Marker is an annotation that shows an icon image at a geographical location.
Marker(BaseMarkerOptions) - Constructor for class com.mapbox.mapboxsdk.annotations.Marker
Creates a instance of Marker using the builder of Marker.
MarkerOptions - Class in com.mapbox.mapboxsdk.annotations
Builder for composing Marker objects.
MarkerOptions() - Constructor for class com.mapbox.mapboxsdk.annotations.MarkerOptions
Defines options for a Marker.
MarkerOptions(Parcel) - Constructor for class com.mapbox.mapboxsdk.annotations.MarkerOptions
 
MarkerView - Class in com.mapbox.mapboxsdk.annotations
Deprecated.
Use a SymbolLayer instead. An example of converting Android SDK views to be used as a symbol see https://github.com/mapbox/mapbox-gl-native/blob/68f32bc104422207c64da8d90e8411b138d87f04/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/SymbolGeneratorActivity.java
MarkerView(BaseMarkerViewOptions) - Constructor for class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Creates a instance of MarkerView using the builder of MarkerView
MarkerViewAdapter(Context, Class<U>) - Constructor for class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
Deprecated.
Create an instance of MarkerViewAdapter.
MarkerViewManager - Class in com.mapbox.mapboxsdk.annotations
Deprecated.
Use a SymbolLayer instead. An example of converting Android SDK views to be used as a symbol see https://github.com/mapbox/mapbox-gl-native/blob/68f32bc104422207c64da8d90e8411b138d87f04/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/SymbolGeneratorActivity.java
MarkerViewManager(ViewGroup) - Constructor for class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Creates an instance of MarkerViewManager.
MarkerViewManager.OnMarkerViewAddedListener - Interface in com.mapbox.mapboxsdk.annotations
Deprecated.
Interface definition invoked when the View of a MarkerView has been added to the map.
MarkerViewOptions - Class in com.mapbox.mapboxsdk.annotations
Deprecated.
Use a SymbolLayer instead. An example of converting Android SDK views to be used as a symbol see https://github.com/mapbox/mapbox-gl-native/blob/68f32bc104422207c64da8d90e8411b138d87f04/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/SymbolGeneratorActivity.java
MarkerViewOptions() - Constructor for class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
Deprecated.
Defines default options for a MarkerView.
MarkerViewOptions(Parcel) - Constructor for class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
Deprecated.
 
match(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Selects the output whose label value matches the input value, or the fallback value if no match is found.
match(Expression, Expression, Expression.Stop...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Selects the output whose label value matches the input value, or the fallback value if no match is found.
MathUtils - Class in com.mapbox.mapboxsdk.utils
 
MathUtils() - Constructor for class com.mapbox.mapboxsdk.utils.MathUtils
 
max(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the maximum value of the inputs.
max(Number...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the maximum value of the inputs.
MAX_LATITUDE - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
This constant represents the highest latitude value available to represent a geolocation.
MAX_LONGITUDE - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
This constant represents the highest longitude value available to represent a geolocation.
MAX_MERCATOR_LATITUDE - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
Maximum latitude value in Mercator projection.
MAXIMUM_ANGULAR_VELOCITY - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Maximum angular velocity for rotation animation
MAXIMUM_DIRECTION - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
The currently supported maximum direction
MAXIMUM_SCALE_FACTOR_CLAMP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
The currently used maximum scale factor to clamp to when a quick zoom gesture occurs
MAXIMUM_TILT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
The currently supported maximum tilt value.
MAXIMUM_ZOOM - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
The currently supported maximum zoom level.
maxZoom(double) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets the maximum zoom level the map can be displayed at.
maxZoom() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
The maximum zoom level the map can be displayed at.
maxZoomIconScale(float) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets the scale factor of the location icon when the map is zoomed in.
maxZoomIconScale() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
The scale factor of the location icon when the map is zoomed in.
maxZoomPreference(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the used maximum zoom level for a map view.
measure() - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure
 
mergeBitmap(Bitmap, Bitmap) - Static method in class com.mapbox.mapboxsdk.utils.BitmapUtils
Create a bitmap from a background and a foreground bitmap
mergeOfflineRegions(String, OfflineManager.MergeOfflineRegionsCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineManager
Merge offline regions from a secondary database into the main offline database.
min(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the minimum value of the inputs.
min(Number...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the minimum value of the inputs.
MIN_LATITUDE - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
This constant represents the lowest latitude value available to represent a geolocation.
MIN_LONGITUDE - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
This constant represents the lowest longitude value available to represent a geolocation.
MIN_MERCATOR_LATITUDE - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
Minimum latitude value in Mercator projection.
MINIMUM_ANGULAR_VELOCITY - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Minimum angular velocity for rotation animation
MINIMUM_DIRECTION - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
The currently supported minimum direction
MINIMUM_SCALE_FACTOR_CLAMP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
The currently used minimum scale factor to clamp to when a quick zoom gesture occurs
MINIMUM_TILT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
The currently supported minimum tilt value.
MINIMUM_ZOOM - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
The currently supported minimum zoom level.
minZoom(double) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets the minimum zoom level the map can be displayed at.
minZoom() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
The minimum zoom level the map can be displayed at.
minZoomIconScale(float) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets the scale factor of the location icon when the map is zoomed out.
minZoomIconScale() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
The scale factor of the location icon when the map is zoomed out.
minZoomPreference(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the used minimum zoom level for a map view.
mod(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the remainder after integer division of the first input by the second.
mod(Number, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the remainder after integer division of the first input by the second.
ModuleProvider - Interface in com.mapbox.mapboxsdk
Injects concrete instances of configurable abstractions
ModuleProviderImpl - Class in com.mapbox.mapboxsdk
 
ModuleProviderImpl() - Constructor for class com.mapbox.mapboxsdk.ModuleProviderImpl
 
moveCamera(CameraUpdate) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Repositions the camera according to the instructions defined in the update.
moveCamera(CameraUpdate, MapboxMap.CancelableCallback) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Repositions the camera according to the instructions defined in the update.

N

name - Variable in class com.mapbox.mapboxsdk.style.layers.PropertyValue
 
nativeCancel() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
 
nativeGetAttribution() - Method in class com.mapbox.mapboxsdk.style.sources.Source
 
nativeGetFilter() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeGetId() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeGetId() - Method in class com.mapbox.mapboxsdk.style.sources.Source
 
nativeGetMaxZoom() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeGetMinZoom() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeGetSourceId() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeGetSourceLayer() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeGetUrl() - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
 
nativeGetUrl() - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
 
nativeGetUrl() - Method in class com.mapbox.mapboxsdk.style.sources.RasterDemSource
 
nativeGetUrl() - Method in class com.mapbox.mapboxsdk.style.sources.RasterSource
 
nativeGetUrl() - Method in class com.mapbox.mapboxsdk.style.sources.VectorSource
 
nativeGetVisibility() - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
NativeHttpRequest - Class in com.mapbox.mapboxsdk.http
 
nativeInitialize(MapSnapshotter, FileSource, float, int, int, String, String, LatLngBounds, CameraPosition, boolean, String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
 
nativeSetCoordinates(LatLngQuad) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
 
nativeSetFilter(Object[]) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeSetImage(Bitmap) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
 
nativeSetLayoutProperty(String, Object) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeSetMaxZoom(float) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeSetMinZoom(float) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeSetPaintProperty(String, Object) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeSetSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
nativeSetUrl(String) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
 
nativeSetUrl(String) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
 
nativeStart() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
 
nativeUpdate() - Method in class com.mapbox.mapboxsdk.style.layers.CustomLayer
 
nearLeft - Variable in class com.mapbox.mapboxsdk.geometry.VisibleRegion
LatLng object that defines the bottom left corner of the camera.
nearRight - Variable in class com.mapbox.mapboxsdk.geometry.VisibleRegion
LatLng object that defines the bottom right corner of the camera.
neq(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input values are not equal, false otherwise.
neq(Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input values are not equal, false otherwise.
neq(Expression, boolean) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input values are equal, false otherwise.
neq(Expression, String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns `true` if the input values are not equal, `false` otherwise.
neq(Expression, String, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns true if the input values are not equal, false otherwise.
neq(Expression, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns `true` if the input values are not equal, `false` otherwise.
newCameraPosition(CameraPosition) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that moves the camera to a specified CameraPosition.
newInstance() - Static method in class com.mapbox.mapboxsdk.maps.MapFragment
Creates a default MapFragment instance
newInstance(MapboxMapOptions) - Static method in class com.mapbox.mapboxsdk.maps.MapFragment
Creates a MapFragment instance
newInstance() - Static method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Creates a default MapFragment instance
newInstance(MapboxMapOptions) - Static method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Creates a MapFragment instance
newLatLng(LatLng) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that moves the center of the screen to a latitude and longitude specified by a LatLng object.
newLatLngBounds(LatLngBounds, int) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that transforms the camera such that the specified latitude/longitude bounds are centered on screen at the greatest possible zoom level.
newLatLngBounds(LatLngBounds, int, int, int, int) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that transforms the camera such that the specified latitude/longitude bounds are centered on screen at the greatest possible zoom level.
newLatLngZoom(LatLng, double) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that moves the center of the screen to a latitude and longitude specified by a LatLng object, and moves to the given zoom level.
NONE - Static variable in class com.mapbox.mapboxsdk.location.modes.CameraMode
No camera tracking.
NONE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The layer is hidden.
NONE_COMPASS - Static variable in class com.mapbox.mapboxsdk.location.modes.CameraMode
Camera does not track location, but does track compass bearing.
NONE_GPS - Static variable in class com.mapbox.mapboxsdk.location.modes.CameraMode
Camera does not track location, but does track GPS Location bearing.
NORMAL - Static variable in class com.mapbox.mapboxsdk.location.modes.RenderMode
Basic tracking is enabled, bearing ignored.
not(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Logical negation.
not(boolean) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Logical negation.
number(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Asserts that the input value is a number.

O

object(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Asserts that the input value is an object.
obtainTelemetry() - Method in interface com.mapbox.mapboxsdk.ModuleProvider
Get the concrete implementation of TelemetryDefinition
obtainTelemetry() - Method in class com.mapbox.mapboxsdk.ModuleProviderImpl
 
OfflineGeometryRegionDefinition - Class in com.mapbox.mapboxsdk.offline
An offline region defined by a style URL, geometry, zoom range, and device pixel ratio.
OfflineGeometryRegionDefinition(String, Geometry, double, double, float) - Constructor for class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
Constructor to create an OfflineGeometryRegionDefinition from parameters.
OfflineGeometryRegionDefinition(Parcel) - Constructor for class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
Constructor to create an OfflineGeometryRegionDefinition from a Parcel.
OfflineManager - Class in com.mapbox.mapboxsdk.offline
The offline manager is the main entry point for offline-related functionality.
OfflineManager.CreateOfflineRegionCallback - Interface in com.mapbox.mapboxsdk.offline
This callback receives an asynchronous response containing the newly created OfflineRegion in the database or an error message otherwise.
OfflineManager.ListOfflineRegionsCallback - Interface in com.mapbox.mapboxsdk.offline
This callback receives an asynchronous response containing a list of all OfflineRegion in the database or an error message otherwise.
OfflineManager.MergeOfflineRegionsCallback - Interface in com.mapbox.mapboxsdk.offline
This callback receives an asynchronous response containing a list of all OfflineRegion added to the database during the merge.
OfflineRegion - Class in com.mapbox.mapboxsdk.offline
An offline region is the basic building block for offline mobile maps.
OfflineRegion.DownloadState - Annotation Type in com.mapbox.mapboxsdk.offline
A region is either inactive (not downloading, but previously-downloaded resources are available for use), or active (resources are being downloaded or will be downloaded, if necessary, when network access is available).
OfflineRegion.OfflineRegionDeleteCallback - Interface in com.mapbox.mapboxsdk.offline
This callback receives an asynchronous response containing a notification when an offline region has been deleted, or a String error message otherwise.
OfflineRegion.OfflineRegionObserver - Interface in com.mapbox.mapboxsdk.offline
A region can have a single observer, which gets notified whenever a change to the region's status occurs.
OfflineRegion.OfflineRegionStatusCallback - Interface in com.mapbox.mapboxsdk.offline
This callback receives an asynchronous response containing the OfflineRegionStatus of the offline region, or a String error message otherwise.
OfflineRegion.OfflineRegionUpdateMetadataCallback - Interface in com.mapbox.mapboxsdk.offline
This callback receives an asynchronous response containing the newly update OfflineMetadata in the database, or an error message otherwise.
OfflineRegionDefinition - Interface in com.mapbox.mapboxsdk.offline
This is the interface that all Offline Region definitions have to implement.
OfflineRegionError - Class in com.mapbox.mapboxsdk.offline
An Offline Region error
OfflineRegionError.ErrorReason - Annotation Type in com.mapbox.mapboxsdk.offline
Error code, as a string, self-explanatory.
OfflineRegionStatus - Class in com.mapbox.mapboxsdk.offline
A region's status includes its active/inactive state as well as counts of the number of resources that have completed downloading, their total size in bytes, and the total number of resources that are required.
OfflineTilePyramidRegionDefinition - Class in com.mapbox.mapboxsdk.offline
An offline region defined by a style URL, geographic bounding box, zoom range, and device pixel ratio.
OfflineTilePyramidRegionDefinition(String, LatLngBounds, double, double, float) - Constructor for class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
Constructor to create an OfflineTilePyramidDefinition from parameters.
OfflineTilePyramidRegionDefinition(Parcel) - Constructor for class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
Constructor to create an OfflineTilePyramidDefinition from a Parcel.
onAnimationEnd() - Method in interface com.mapbox.mapboxsdk.utils.AnimatorUtils.OnAnimationEndListener
 
onAppUserTurnstileEvent() - Method in interface com.mapbox.mapboxsdk.maps.TelemetryDefinition
Register the app user turnstile event
onAppUserTurnstileEvent() - Method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Register the app user turnstile event
onAttach(Context) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the context attaches to this fragment.
onAttach(Context) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when the context attaches to this fragment.
onCameraChange(CameraPosition) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraChangeListener
Deprecated.
Called after the camera position has changed.
onCameraIdle() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraIdleListener
Called when camera movement has ended.
onCameraMove() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraMoveListener
Called repeatedly as the camera continues to move after an onCameraMoveStarted call.
onCameraMoveCanceled() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraMoveCanceledListener
Called when the developer explicitly calls the cancelTransitions() method or if the reason for camera motion has changed before the onCameraIdle had a chance to fire after the previous animation.
onCameraMoveStarted(int) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraMoveStartedListener
Called when the camera starts moving after it has been idle or when the reason for camera motion has changed.
onCameraTrackingChanged(int) - Method in interface com.mapbox.mapboxsdk.location.OnCameraTrackingChangedListener
Invoked on every CameraMode change.
OnCameraTrackingChangedListener - Interface in com.mapbox.mapboxsdk.location
Listener that gets invoked when camera tracking state changes.
onCameraTrackingDismissed() - Method in interface com.mapbox.mapboxsdk.location.OnCameraTrackingChangedListener
Invoked whenever camera tracking is broken.
onCancel() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.CancelableCallback
Invoked when a task is cancelled.
onCancelled() - Method in class com.mapbox.mapboxsdk.utils.FileUtils.CheckFileReadPermissionTask
 
onCancelled() - Method in class com.mapbox.mapboxsdk.utils.FileUtils.CheckFileWritePermissionTask
 
onClick(View) - Method in class com.mapbox.mapboxsdk.maps.AttributionDialogManager
 
onClick(DialogInterface, int) - Method in class com.mapbox.mapboxsdk.maps.AttributionDialogManager
 
onClickMarkerView(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
When the provided MarkerView is clicked on by a user, we check if a custom click event has been created and if not, display a InfoWindow.
onCompassAccuracyChange(int) - Method in interface com.mapbox.mapboxsdk.location.CompassListener
This gets invoked when the compass accuracy status changes from one value to another.
onCompassAnimation() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCompassAnimationListener
Called repeatedly as the compass continues to move after clicking on it.
onCompassAnimationFinished() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCompassAnimationListener
Called when compass animation has ended.
onCompassChanged(float) - Method in interface com.mapbox.mapboxsdk.location.CompassListener
Callback's invoked when a new compass update occurs.
onCreate(Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapView
You must call this method from the parent's Activity#onCreate(Bundle)} or Fragment#onViewCreated(View, Bundle).
onCreate(OfflineRegion) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.CreateOfflineRegionCallback
Receives the newly created offline region.
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Creates the fragment view hierarchy.
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Creates the fragment view hierarchy.
onDelete() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionDeleteCallback
Receives the delete notification
onDeselect(U, View) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
Deprecated.
Called when a MarkerView is deselected from the MapView.
onDestroy() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Internal use.
onDestroy() - Method in class com.mapbox.mapboxsdk.maps.MapView
You must call this method from the parent's Activity#onDestroy() or Fragment#onDestroyView().
onDestroy() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
onDestroy() - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
onDestroyView() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the fragment is view hiearchy is being destroyed.
onDestroyView() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when the fragment is view hiearchy is being destroyed.
onDetachedFromWindow() - Method in class com.mapbox.mapboxsdk.maps.MapView
 
onDrawFrame(GL10) - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onDrawFrame(GL10) - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
onDrawFrame(GL10) - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
Overridden to provide package access
onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.CreateOfflineRegionCallback
Receives the error message.
onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.ListOfflineRegionsCallback
Receives the error message.
onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.MergeOfflineRegionsCallback
Receives the error message.
onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionDeleteCallback
Receives the error message
onError(OfflineRegionError) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionObserver
Implement this method to be notified of errors encountered while downloading regional resources.
onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionStatusCallback
Receives the error message
onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionUpdateMetadataCallback
Receives the error message.
onError(String) - Method in interface com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.ErrorHandler
Called on error.
onError() - Method in interface com.mapbox.mapboxsdk.utils.FileUtils.OnCheckFileReadPermissionListener
Invoked when app's process doesn't have a permission to read a file or an error occurs.
onError() - Method in interface com.mapbox.mapboxsdk.utils.FileUtils.OnCheckFileWritePermissionListener
Invoked when app's process doesn't have a permission to write to a file or an error occurs.
onFinish() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.CancelableCallback
Invoked when a task is complete.
onFinishLoadingStyle() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Internal use.
onFling() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnFlingListener
Called when the map is flinged.
onFocalPointChanged(PointF) - Method in interface com.mapbox.mapboxsdk.maps.FocalPointChangeListener
 
onFpsChanged(double) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnFpsChangedListener
Called for every frame rendered to the map view.
onGenericMotionEvent(MotionEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
onGestureInteraction(String, double, double, double) - Method in interface com.mapbox.mapboxsdk.maps.TelemetryDefinition
Register an end-user gesture interaction event.
onGestureInteraction(String, double, double, double) - Method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Register an end-user gesture interaction event.
onHoverEvent(MotionEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
onInflate(Context, AttributeSet, Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when this fragment is inflated, parses XML tag attributes.
onInflate(Context, AttributeSet, Bundle) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when this fragment is inflated, parses XML tag attributes.
onInfoWindowClick(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnInfoWindowClickListener
Called when the user clicks on an info window.
onInfoWindowClose(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnInfoWindowCloseListener
Called when the marker's info window is closed.
onInfoWindowLongClick(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnInfoWindowLongClickListener
Called when the user makes a long-press gesture on the marker's info window.
onKeyDown(int, KeyEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
onKeyLongPress(int, KeyEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
onKeyUp(int, KeyEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
onLayout(boolean, int, int, int, int) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
 
onList(OfflineRegion[]) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.ListOfflineRegionsCallback
Receives the list of offline regions.
OnLocationClickListener - Interface in com.mapbox.mapboxsdk.location
The Location Component exposes an API for listening to when the user clicks on the location layer icon visible on the map.
onLocationComponentClick() - Method in interface com.mapbox.mapboxsdk.location.OnLocationClickListener
Called whenever user clicks on the location layer drawn on the map.
onLocationComponentLongClick() - Method in interface com.mapbox.mapboxsdk.location.OnLocationLongClickListener
Called whenever user long clicks on the location layer drawn on the map.
OnLocationLongClickListener - Interface in com.mapbox.mapboxsdk.location
The Location Component exposes an API for listening to when the user long clicks on the location layer icon visible on the map.
OnLocationStaleListener - Interface in com.mapbox.mapboxsdk.location
Listener that can be added as a callback when the last location update is considered stale.
onLowMemory() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the fragment receives onLowMemory call from the hosting Activity.
onLowMemory() - Method in class com.mapbox.mapboxsdk.maps.MapView
You must call this method from the parent's Activity#onLowMemory() or Fragment#onLowMemory().
onLowMemory() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when the fragment receives onLowMemory call from the hosting Activity.
onMapChanged(int) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
 
onMapChanged(int) - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnMapChangedListener
Called when the displayed map view changes.
onMapClick(LatLng) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMapClickListener
Called when the user clicks on the map view.
onMapLongClick(LatLng) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMapLongClickListener
Called when the user long clicks on the map view.
onMapReady(MapboxMap) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the style of the map has successfully loaded.
onMapReady(MapboxMap) - Method in interface com.mapbox.mapboxsdk.maps.OnMapReadyCallback
Called when the map is ready to be used.
onMapReady(MapboxMap) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
 
OnMapReadyCallback - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the map is ready to be used.
onMapViewReady(MapView) - Method in interface com.mapbox.mapboxsdk.maps.MapFragment.OnMapViewReadyCallback
Called when the map has been created.
onMarkerClick(Marker) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMarkerClickListener
Called when the user clicks on a marker.
onMarkerClick(Marker, View, MapboxMap.MarkerViewAdapter) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMarkerViewClickListener
Called when the user clicks on a MarkerView.
onMerge(OfflineRegion[]) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.MergeOfflineRegionsCallback
Receives the list of merged offline regions.
onMove(MoveGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMoveListener
 
onMoveBegin(MoveGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMoveListener
 
onMoveEnd(MoveGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMoveListener
 
onNetworkStateChanged(boolean) - Method in interface com.mapbox.mapboxsdk.net.ConnectivityListener
 
onPause() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the fragment is pausing.
onPause() - Method in class com.mapbox.mapboxsdk.maps.MapView
You must call this method from the parent's Activity#onPause() or Fragment#onPause().
onPause() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
onPause() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when the fragment is pausing.
onPolygonClick(Polygon) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnPolygonClickListener
Called when the user clicks on a polygon.
onPolylineClick(Polyline) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnPolylineClickListener
Called when the user clicks on a polyline.
onPostExecute(Boolean) - Method in class com.mapbox.mapboxsdk.utils.FileUtils.CheckFileReadPermissionTask
 
onPostExecute(Boolean) - Method in class com.mapbox.mapboxsdk.utils.FileUtils.CheckFileWritePermissionTask
 
onReadPermissionGranted() - Method in interface com.mapbox.mapboxsdk.utils.FileUtils.OnCheckFileReadPermissionListener
Invoked when app's process has a permission to read a file.
onReceive(Context, Intent) - Method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
onResponse(int, String, String, String, String, String, String, byte[]) - Method in interface com.mapbox.mapboxsdk.http.HttpResponder
Invoked when a resource has finished.
onResponse(int, String, String, String, String, String, String, byte[]) - Method in class com.mapbox.mapboxsdk.http.NativeHttpRequest
 
onResume() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the fragment is ready to be interacted with.
onResume() - Method in class com.mapbox.mapboxsdk.maps.MapView
You must call this method from the parent's Activity#onResume() or Fragment#onResume().
onResume() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
onResume() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when the fragment is ready to be interacted with.
onRotate(RotateGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnRotateListener
 
onRotateBegin(RotateGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnRotateListener
 
onRotateEnd(RotateGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnRotateListener
 
onSaveInstanceState(Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the fragment state needs to be saved.
onSaveInstanceState(Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapView
You must call this method from the parent's Activity#onSaveInstanceState(Bundle) or Fragment#onSaveInstanceState(Bundle).
onSaveInstanceState(Bundle) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when the fragment state needs to be saved.
onScale(StandardScaleGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnScaleListener
 
onScaleBegin(StandardScaleGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnScaleListener
 
onScaleEnd(StandardScaleGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnScaleListener
 
onScroll() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnScrollListener
Deprecated.
Called when the map is scrolled.
onSelect(U, View, boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
Deprecated.
Called when a MarkerView is selected from the MapView.
onShove(ShoveGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnShoveListener
 
onShoveBegin(ShoveGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnShoveListener
 
onShoveEnd(ShoveGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnShoveListener
 
onSizeChanged(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
onSnapshotFailed(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Called by JNI peer when snapshot has failed.
onSnapshotReady(Bitmap) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.SnapshotReadyCallback
Invoked when the snapshot has been taken.
onSnapshotReady(MapSnapshot) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Called by JNI peer when snapshot is ready.
onSnapshotReady(MapSnapshot) - Method in interface com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.SnapshotReadyCallback
Called when the snapshot is complete.
onStaleStateChange(boolean) - Method in interface com.mapbox.mapboxsdk.location.OnLocationStaleListener
Called when the stale state changes.
onStart() - Method in interface com.mapbox.mapboxsdk.location.CompassEngine
Lifecycle method that can be used for adding or releasing resources.
onStart() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Internal use.
onStart() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the fragment is visible for the users.
onStart() - Method in class com.mapbox.mapboxsdk.maps.MapView
You must call this method from the parent's Activity#onStart() or Fragment#onStart()
onStart() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onStart() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
onStart() - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
onStart() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when the fragment is visible for the users.
onStartLoadingMap() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Internal use.
onStatus(OfflineRegionStatus) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionStatusCallback
Receives the status
onStatusChanged(OfflineRegionStatus) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionObserver
Implement this method to be notified of a change in the status of an offline region.
onStop() - Method in interface com.mapbox.mapboxsdk.location.CompassEngine
Lifecycle method that can be used for adding or releasing resources.
onStop() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Internal use.
onStop() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the fragment is no longer visible for the user.
onStop() - Method in class com.mapbox.mapboxsdk.maps.MapView
You must call this method from the parent's Activity#onStop() or Fragment#onStop().
onStop() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onStop() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
onStop() - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
onStop() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when the fragment is no longer visible for the user.
onStyleLoaded(String) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnStyleLoadedListener
Invoked when the style has finished loading
onSurfaceChanged(GL10, int, int) - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onSurfaceChanged(GL10, int, int) - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
onSurfaceChanged(GL10, int, int) - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
Overridden to provide package access
onSurfaceCreated(GL10, EGLConfig) - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onSurfaceCreated(GL10, EGLConfig) - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
onSurfaceCreated(GL10, EGLConfig) - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
Overridden to provide package access
onTouchEvent(MotionEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
onTrackballEvent(MotionEvent) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
onUpdate(byte[]) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionUpdateMetadataCallback
Receives the newly update offline region metadata.
onURL(int, String) - Method in interface com.mapbox.mapboxsdk.storage.FileSource.ResourceTransformCallback
Called whenever a URL needs to be transformed.
onViewAdded(MarkerView) - Method in interface com.mapbox.mapboxsdk.annotations.MarkerViewManager.OnMarkerViewAddedListener
Deprecated.
Invoked when the View of a MarkerView has been added to the Map.
onViewCreated(View, Bundle) - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the fragment view hierarchy is created.
onViewCreated(View, Bundle) - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when the fragment view hierarchy is created.
onVisibilityChanged(View, int) - Method in class com.mapbox.mapboxsdk.maps.MapView
 
onWritePermissionGranted() - Method in interface com.mapbox.mapboxsdk.utils.FileUtils.OnCheckFileWritePermissionListener
Invoked when app's process has a permission to write to a file.
Options() - Constructor for class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
Options(int, int) - Constructor for class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
OUTDOORS - Static variable in class com.mapbox.mapboxsdk.constants.Style
Outdoors: A general-purpose style tailored to outdoor activities.

P

padding(int[]) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets the distance from the edges of the map view’s frame to the edges of the map view’s logical viewport.
padding() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Sets the distance from the edges of the map view’s frame to the edges of the map view’s logical viewport.
PAN - Static variable in class com.mapbox.mapboxsdk.constants.TelemetryConstants
 
parse() - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser
Main attribution for configuration
PERMANENT_ERROR - Static variable in interface com.mapbox.mapboxsdk.http.HttpRequest
 
pi() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the mathematical constant pi.
PINCH - Static variable in class com.mapbox.mapboxsdk.constants.TelemetryConstants
 
PITCH - Static variable in class com.mapbox.mapboxsdk.constants.TelemetryConstants
 
pixelForLatLng(LatLng) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshot
Calculate the point in pixels on the Image from geographical coordinates.
pixelRatio(float) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Set the custom pixel ratio configuration to override the default value from resources.
Polygon - Class in com.mapbox.mapboxsdk.annotations
Polygon is a geometry annotation that's a closed loop of coordinates.
PolygonOptions - Class in com.mapbox.mapboxsdk.annotations
Builder for composing Polygon objects.
PolygonOptions() - Constructor for class com.mapbox.mapboxsdk.annotations.PolygonOptions
Defines options for a polygon.
Polyline - Class in com.mapbox.mapboxsdk.annotations
Polyline is a geometry feature with an unclosed list of coordinates drawn as a line
PolylineOptions - Class in com.mapbox.mapboxsdk.annotations
Builder for composing Polyline objects.
PolylineOptions() - Constructor for class com.mapbox.mapboxsdk.annotations.PolylineOptions
Defines options for a polyline.
position - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
 
position(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Set the geographical location of the Marker.
position - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
position(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the geographical location of the MarkerView.
Position - Class in com.mapbox.mapboxsdk.style.light
Position of the light source relative to lit (extruded) geometries.
Position(float, float, float) - Constructor for class com.mapbox.mapboxsdk.style.light.Position
Creates a Position from a radial coordinate, an azimuthal angle and a polar angle.
pow(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the result of raising the first input to the power specified by the second.
pow(Number, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the result of raising the first input to the power specified by the second.
prepareViewForReuse(MarkerView, View) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
Deprecated.
Called when an MarkerView is removed from the MapView or the View object is going to be reused.
product(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the product of the inputs.
product(Number...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the product of the inputs.
ProjectedMeters - Class in com.mapbox.mapboxsdk.geometry
ProjectedMeters is a projection of longitude, latitude points in Mercator meters.
ProjectedMeters(double, double) - Constructor for class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Creates a ProjectedMeters based on projected meters in north and east direction.
ProjectedMeters(ProjectedMeters) - Constructor for class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Creates a ProjecteMeters based on another set of projected meters.
Projection - Class in com.mapbox.mapboxsdk.maps
A projection is used to translate between on screen location and geographic coordinates on the surface of the Earth.
properties() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the feature properties object.
Property - Class in com.mapbox.mapboxsdk.style.layers
Paint/Layout properties for Layer
Property.ANCHOR - Annotation Type in com.mapbox.mapboxsdk.style.layers
Whether extruded geometries are lit relative to the map or viewport.
Property.CIRCLE_PITCH_ALIGNMENT - Annotation Type in com.mapbox.mapboxsdk.style.layers
Orientation of circle when map is pitched.
Property.CIRCLE_PITCH_SCALE - Annotation Type in com.mapbox.mapboxsdk.style.layers
Controls the scaling behavior of the circle when the map is pitched.
Property.CIRCLE_TRANSLATE_ANCHOR - Annotation Type in com.mapbox.mapboxsdk.style.layers
Controls the frame of reference for `circle-translate`.
Property.FILL_EXTRUSION_TRANSLATE_ANCHOR - Annotation Type in com.mapbox.mapboxsdk.style.layers
Controls the frame of reference for `fill-extrusion-translate`.
Property.FILL_TRANSLATE_ANCHOR - Annotation Type in com.mapbox.mapboxsdk.style.layers
Controls the frame of reference for `fill-translate`.
Property.HILLSHADE_ILLUMINATION_ANCHOR - Annotation Type in com.mapbox.mapboxsdk.style.layers
Direction of light source when map is rotated.
Property.ICON_ANCHOR - Annotation Type in com.mapbox.mapboxsdk.style.layers
Part of the icon placed closest to the anchor.
Property.ICON_PITCH_ALIGNMENT - Annotation Type in com.mapbox.mapboxsdk.style.layers
Orientation of icon when map is pitched.
Property.ICON_ROTATION_ALIGNMENT - Annotation Type in com.mapbox.mapboxsdk.style.layers
In combination with `symbol-placement`, determines the rotation behavior of icons.
Property.ICON_TEXT_FIT - Annotation Type in com.mapbox.mapboxsdk.style.layers
Scales the icon to fit around the associated text.
Property.ICON_TRANSLATE_ANCHOR - Annotation Type in com.mapbox.mapboxsdk.style.layers
Controls the frame of reference for `icon-translate`.
Property.LINE_CAP - Annotation Type in com.mapbox.mapboxsdk.style.layers
The display of line endings.
Property.LINE_JOIN - Annotation Type in com.mapbox.mapboxsdk.style.layers
The display of lines when joining.
Property.LINE_TRANSLATE_ANCHOR - Annotation Type in com.mapbox.mapboxsdk.style.layers
Controls the frame of reference for `line-translate`.
Property.RASTER_RESAMPLING - Annotation Type in com.mapbox.mapboxsdk.style.layers
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
Property.SYMBOL_PLACEMENT - Annotation Type in com.mapbox.mapboxsdk.style.layers
Label placement relative to its geometry.
Property.SYMBOL_Z_ORDER - Annotation Type in com.mapbox.mapboxsdk.style.layers
Controls the order in which overlapping symbols in the same layer are rendered
Property.TEXT_ANCHOR - Annotation Type in com.mapbox.mapboxsdk.style.layers
Part of the text placed closest to the anchor.
Property.TEXT_JUSTIFY - Annotation Type in com.mapbox.mapboxsdk.style.layers
Text justification options.
Property.TEXT_PITCH_ALIGNMENT - Annotation Type in com.mapbox.mapboxsdk.style.layers
Orientation of text when map is pitched.
Property.TEXT_ROTATION_ALIGNMENT - Annotation Type in com.mapbox.mapboxsdk.style.layers
In combination with `symbol-placement`, determines the rotation behavior of the individual glyphs forming the text.
Property.TEXT_TRANSFORM - Annotation Type in com.mapbox.mapboxsdk.style.layers
Specifies how to capitalize text, similar to the CSS `text-transform` property.
Property.TEXT_TRANSLATE_ANCHOR - Annotation Type in com.mapbox.mapboxsdk.style.layers
Controls the frame of reference for `text-translate`.
Property.VISIBILITY - Annotation Type in com.mapbox.mapboxsdk.style.layers
 
PropertyFactory - Class in com.mapbox.mapboxsdk.style.layers
Constructs paint/layout properties for Layers
PropertyFactory() - Constructor for class com.mapbox.mapboxsdk.style.layers.PropertyFactory
 
PropertyValue<T> - Class in com.mapbox.mapboxsdk.style.layers
Properties for Layer
PropertyValue(String, T) - Constructor for class com.mapbox.mapboxsdk.style.layers.PropertyValue
Not part of the public API.

Q

queryRenderedFeatures(PointF, String...) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Queries the map for rendered features
queryRenderedFeatures(PointF, Expression, String...) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Queries the map for rendered features
queryRenderedFeatures(RectF, String...) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Queries the map for rendered features
queryRenderedFeatures(RectF, Expression, String...) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Queries the map for rendered features
querySourceFeatures(Expression) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
Queries the source for features.
querySourceFeatures(Expression) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Queries the source for features.
querySourceFeatures(String[], Expression) - Method in class com.mapbox.mapboxsdk.style.sources.VectorSource
Queries the source for features.
queueEvent(Runnable) - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
May be called from any thread.
queueEvent(Runnable) - Method in interface com.mapbox.mapboxsdk.maps.renderer.MapRendererScheduler
 
queueEvent(Runnable) - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer

R

RADIUS_EARTH_METERS - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
The equatorial radius value in meters
RASTER_RESAMPLING_LINEAR - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
(Bi)linear filtering interpolates pixel values using the weighted average of the four closest original source pixels creating a smooth but blurry look when overscaled
RASTER_RESAMPLING_NEAREST - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Nearest neighbor filtering interpolates pixel values using the nearest original source pixel creating a sharp but pixelated look when overscaled
rasterBrightnessMax(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Increase or reduce the brightness of the image.
rasterBrightnessMax(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Increase or reduce the brightness of the image.
rasterBrightnessMin(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Increase or reduce the brightness of the image.
rasterBrightnessMin(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Increase or reduce the brightness of the image.
rasterContrast(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Increase or reduce the contrast of the image.
rasterContrast(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Increase or reduce the contrast of the image.
RasterDemSource - Class in com.mapbox.mapboxsdk.style.sources
A raster DEM source.
RasterDemSource(String, URL) - Constructor for class com.mapbox.mapboxsdk.style.sources.RasterDemSource
Create the raster dem source from an URL
RasterDemSource(String, String) - Constructor for class com.mapbox.mapboxsdk.style.sources.RasterDemSource
Create the raster dem source from an URL
RasterDemSource(String, String, int) - Constructor for class com.mapbox.mapboxsdk.style.sources.RasterDemSource
Create the raster source from an URL with a specific tile size
RasterDemSource(String, TileSet) - Constructor for class com.mapbox.mapboxsdk.style.sources.RasterDemSource
Create the raster dem source from a TileSet
RasterDemSource(String, TileSet, int) - Constructor for class com.mapbox.mapboxsdk.style.sources.RasterDemSource
Create the raster source from a TileSet with a specific tile size
rasterFadeDuration(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Fade duration when a new tile is added.
rasterFadeDuration(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Fade duration when a new tile is added.
rasterHueRotate(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Rotates hues around the color wheel.
rasterHueRotate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Rotates hues around the color wheel.
RasterLayer - Class in com.mapbox.mapboxsdk.style.layers
Raster map textures such as satellite imagery.
RasterLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.RasterLayer
Creates a RasterLayer.
rasterOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the image will be drawn.
rasterOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the image will be drawn.
rasterResampling(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
rasterResampling(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The resampling/interpolation method to use for overscaling, also known as texture magnification filter
rasterSaturation(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Increase or reduce the saturation of the image.
rasterSaturation(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Increase or reduce the saturation of the image.
RasterSource - Class in com.mapbox.mapboxsdk.style.sources
Raster source, allows using raster tiles as source.
RasterSource(String, URL) - Constructor for class com.mapbox.mapboxsdk.style.sources.RasterSource
Create the raster source from an URL
RasterSource(String, String) - Constructor for class com.mapbox.mapboxsdk.style.sources.RasterSource
Create the raster source from an URL
RasterSource(String, String, int) - Constructor for class com.mapbox.mapboxsdk.style.sources.RasterSource
Create the raster source from an URL with a specific tile size
RasterSource(String, TileSet) - Constructor for class com.mapbox.mapboxsdk.style.sources.RasterSource
Create the raster source from a TileSet
RasterSource(String, TileSet, int) - Constructor for class com.mapbox.mapboxsdk.style.sources.RasterSource
Create the raster source from a TileSet with a specific tile size
raw(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a DSL equivalent of a raw expression.
REASON_API_ANIMATION - Static variable in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraMoveStartedListener
 
REASON_API_GESTURE - Static variable in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraMoveStartedListener
 
REASON_CONNECTION - Static variable in class com.mapbox.mapboxsdk.offline.OfflineRegionError
 
REASON_DEVELOPER_ANIMATION - Static variable in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraMoveStartedListener
 
REASON_NOT_FOUND - Static variable in class com.mapbox.mapboxsdk.offline.OfflineRegionError
 
REASON_OTHER - Static variable in class com.mapbox.mapboxsdk.offline.OfflineRegionError
 
REASON_SERVER - Static variable in class com.mapbox.mapboxsdk.offline.OfflineRegionError
 
REASON_SUCCESS - Static variable in class com.mapbox.mapboxsdk.offline.OfflineRegionError
 
recreate(String, Bitmap) - Static method in class com.mapbox.mapboxsdk.annotations.IconFactory
Create an Icon using a previously created icon identifier along with a provided Bitmap.
REGION_DID_CHANGE - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered whenever the currently displayed map region finished changing without an animation.
REGION_DID_CHANGE_ANIMATED - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered whenever the currently displayed map region finished changing with an animation.
REGION_IS_CHANGING - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered whenever the currently displayed map region is changing.
REGION_WILL_CHANGE - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered whenever the currently displayed map region is about to changing without an animation.
REGION_WILL_CHANGE_ANIMATED - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered whenever the currently displayed map region is about to changing with an animation.
releaseView(View) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap.MarkerViewAdapter
Deprecated.
Release a View to the ViewPool.
remove() - Method in class com.mapbox.mapboxsdk.annotations.Annotation
Do not use this method, used internally by the SDK.
removeAnnotation(Annotation) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes an annotation from the map.
removeAnnotation(long) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes an annotation from the map
removeAnnotations(List<? extends Annotation>) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes multiple annotations from the map.
removeAnnotations() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes all annotations from the map.
removeCompassListener(CompassListener) - Method in interface com.mapbox.mapboxsdk.location.CompassEngine
Removes a CompassListener that can be used to receive heading and state changes.
removeCompassListener(CompassListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Remove a compass listener.
removeImage(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes an image from the map's style
removeLayer(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes the layer.
removeLayer(Layer) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes the layer.
removeLayerAt(int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes the layer.
removeListener(ConnectivityListener) - Method in class com.mapbox.mapboxsdk.net.ConnectivityReceiver
Remove a listener
removeMarker(Marker) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Convenience method for removing a Marker from the map.
removeMarkerView(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Remove a MarkerView from a map.
removeOnCameraIdleListener(MapboxMap.OnCameraIdleListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that is invoked when camera movement has ended.
removeOnCameraMoveCancelListener(MapboxMap.OnCameraMoveCanceledListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that is invoked when camera movement was cancelled.
removeOnCameraMoveListener(MapboxMap.OnCameraMoveListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that is invoked when camera position changes.
removeOnCameraMoveStartedListener(MapboxMap.OnCameraMoveStartedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that is invoked when camera movement has started.
removeOnCameraTrackingChangedListener(OnCameraTrackingChangedListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Removes a listener that gets invoked when camera tracking state changes.
removeOnFlingListener(MapboxMap.OnFlingListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that's invoked when the map is flinged.
removeOnLocationClickListener(OnLocationClickListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Removes the passed listener from the current list of location click listeners.
removeOnLocationLongClickListener(OnLocationLongClickListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Removes the passed listener from the current list of location long click listeners.
removeOnLocationStaleListener(OnLocationStaleListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Removes the passed listener from the current list of stale listeners.
removeOnMapChangedListener(MapView.OnMapChangedListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
removeOnMapClickListener(MapboxMap.OnMapClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that's invoked when the user clicks on the map view.
removeOnMapLongClickListener(MapboxMap.OnMapLongClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that's invoked when the user long clicks on the map view.
removeOnMoveListener(MapboxMap.OnMoveListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that's invoked when the map is moved.
removeOnRotateListener(MapboxMap.OnRotateListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that's invoked when the map is rotated.
removeOnScaleListener(MapboxMap.OnScaleListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that's invoked when the map is scaled.
removeOnScrollListener(MapboxMap.OnScrollListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes a callback that's invoked when the map is scrolled.
removeOnShoveListener(MapboxMap.OnShoveListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Remove a callback that's invoked when the map is tilted.
removePolygon(Polygon) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Convenience method for removing a Polygon from the map.
removePolyline(Polyline) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Convenience method for removing a Polyline from the map.
removeSource(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes the source.
removeSource(Source) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Removes the source, preserving the reference for re-use
RenderMode - Class in com.mapbox.mapboxsdk.location.modes
Contains the variety of ways the user location can be rendered on the map.
RenderMode.Mode - Annotation Type in com.mapbox.mapboxsdk.location.modes
One of these constants should be used with LocationComponent.setRenderMode(int).
renderSurfaceOnTop(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Set the flag to render the map surface on top of another surface.
requestRender() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
May be called from any thread.
requestRender() - Method in interface com.mapbox.mapboxsdk.maps.renderer.MapRendererScheduler
 
requestRender() - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
reset() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
 
resetNorth() - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Resets the map view to face north.
resolveArgs(Context, Bundle) - Static method in class com.mapbox.mapboxsdk.utils.MapFragmentUtils
Convert a bundle of fragment arguments to MapboxMapOptions.
resolvedLocale(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the IETF language tag of the locale being used by the provided collator.
Resource - Class in com.mapbox.mapboxsdk.storage
Resource provides access to resource types.
Resource() - Constructor for class com.mapbox.mapboxsdk.storage.Resource
 
Resource.Kind - Annotation Type in com.mapbox.mapboxsdk.storage
Resource type variants.
rgb(Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Creates a color value from red, green, and blue components, which must range between 0 and 255, and an alpha component of 1.
rgb(Number, Number, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Creates a color value from red, green, and blue components, which must range between 0 and 255, and an alpha component of 1.
rgba(Expression, Expression, Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Creates a color value from red, green, blue components, which must range between 0 and 255, and an alpha component which must range between 0 and 1.
rgba(Number, Number, Number, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Creates a color value from red, green, blue components, which must range between 0 and 255, and an alpha component which must range between 0 and 1.
rgbaToColor(String) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
Convert an rgba string to a Color int.
rotate(View, float) - Static method in class com.mapbox.mapboxsdk.utils.AnimatorUtils
Animate a view rotation property to a value.
rotateBy(View, float) - Static method in class com.mapbox.mapboxsdk.utils.AnimatorUtils
Animate a view rotation property by a value.
rotateGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies if the rotate gesture is enabled for a map view.
rotation - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
rotation(float) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the rotation of the MarkerView.
ROTATION - Static variable in class com.mapbox.mapboxsdk.constants.TelemetryConstants
 
ROTATION_THRESHOLD_INCREASE_WHEN_SCALING - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Value by which the default rotation threshold will be increased when scaling
round(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Rounds the input to the nearest integer.
round(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Rounds the input to the nearest integer.
run() - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 

S

SATELLITE - Static variable in class com.mapbox.mapboxsdk.constants.Style
Satellite: A beautiful global satellite and aerial imagery layer.
SATELLITE_STREETS - Static variable in class com.mapbox.mapboxsdk.constants.Style
Satellite Streets: Global satellite and aerial imagery with unobtrusive labels.
SCHEDULED_ANIMATION_TIMEOUT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Time within which user needs to lift fingers for velocity animation to start.
scrollBy(float, float) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that scrolls the camera over the map, shifting the center of view by the specified number of pixels in the x and y directions.
scrollGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies if the scroll gesture is enabled for a map view.
select(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Animate a MarkerView to a selected state.
select(MarkerView, boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Animate a MarkerView to a selected state.
select(MarkerView, View, MapboxMap.MarkerViewAdapter) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Animate a MarkerView to a selected state.
select(MarkerView, View, MapboxMap.MarkerViewAdapter, boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Animate a MarkerView to a selected state.
selected - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
selectMarker(Marker) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Selects a marker.
setAccessToken(String) - Method in class com.mapbox.mapboxsdk.storage.FileSource
 
setAllGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets the preference for whether all gestures should be enabled or disabled.
setAllowConcurrentMultipleOpenInfoWindows(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Changes whether the map allows concurrent multiple infowindows to be shown.
setAllVelocityAnimationsEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Set whether all velocity animations should execute after users finishes a gesture.
setAlpha(float) - Method in class com.mapbox.mapboxsdk.annotations.BasePointCollection
Set this BasePointCollections alpha.
setAlpha(float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Set the alpha value of the MarkerView.
setAltitude(double) - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Set the altitude, in meters.
setAnchor(float, float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Specifies the anchor being set on a particular point of the MarkerView.
setAnchor(String) - Method in class com.mapbox.mapboxsdk.style.light.Light
Set the Anchor property.
setApiBaseUrl(String) - Method in class com.mapbox.mapboxsdk.storage.FileSource
 
setArrowDirection(ArrowDirection) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Set the arrow direction.
setArrowHeight(float) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Set the arrow height.
setArrowPosition(float) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Get the arrow position.
setArrowWidth(float) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Set the arrow width.
setAttribution(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
Default: null.
setAttributionDialogManager(AttributionDialogManager) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Set a custom attribution dialog manager.
setAttributionEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Enables or disables the attribution.
setAttributionGravity(int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets the gravity of the attribution.
setAttributionMargins(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets the margins of the attribution view.
setAttributionTintColor(int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets the tint of the attribution view.
setBackgroundColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Set the BackgroundColor property transition options
setBackgroundOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Set the BackgroundOpacity property transition options
setBackgroundPatternTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Set the BackgroundPattern property transition options
setBounds(Float...) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
Default: [-180, -90, 180, 90].
setBubbleColor(int) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Set the bubble color.
setCameraMode(int) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Sets the camera mode, which determines how the map camera will track the rendered location.
setCameraPosition(CameraPosition) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Repositions the camera according to the cameraPosition.
setCameraPosition(CameraPosition) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Updates the snapshotter with a new CameraPosition
setCenter(Float...) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
The first value is the longitude, the second is latitude (both in WGS:84 values), the third value is the zoom level as an integer.
setCenter(LatLng) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
setCircleBlurTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the CircleBlur property transition options
setCircleColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the CircleColor property transition options
setCircleOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the CircleOpacity property transition options
setCircleRadiusTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the CircleRadius property transition options
setCircleStrokeColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the CircleStrokeColor property transition options
setCircleStrokeOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the CircleStrokeOpacity property transition options
setCircleStrokeWidthTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the CircleStrokeWidth property transition options
setCircleTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the CircleTranslate property transition options
setColor(int) - Method in class com.mapbox.mapboxsdk.annotations.Polyline
Sets the color of the polyline.
setColor(int) - Method in class com.mapbox.mapboxsdk.style.light.Light
Set the Color property.
setColor(String) - Method in class com.mapbox.mapboxsdk.style.light.Light
Set the Color property.
setColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.light.Light
Set the Color property transition options.
setCompassEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Enables or disables the compass.
setCompassEngine(CompassEngine) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Sets the compass engine used to provide compass heading values.
setCompassFadeFacingNorth(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Enables or disables fading of the compass when facing north.
setCompassGravity(int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets the gravity of the compass view.
setCompassImage(Drawable) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Specifies the CompassView image.
setCompassImage(Drawable) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
Set the CompassView image.
setCompassMargins(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets the margins of the compass view.
setConnected(Boolean) - Static method in class com.mapbox.mapboxsdk.Mapbox
Manually sets the connectivity state of the app.
setCoordinates(LatLngQuad) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
Updates the latitude and longitude of the four corners of the image
setCornersRadius(float) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Set the corner radius
setData(String...) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
An array of data files in GeoJSON format.
setDebugActive(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Changes whether the map debug information is shown.
setDebugLoggingEnabled(boolean) - Method in interface com.mapbox.mapboxsdk.maps.TelemetryDefinition
Set the end-user selected state to participate or opt-out in telemetry collection.
setDebugLoggingEnabled(boolean) - Method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Set the debug logging state of telemetry.
setDeliverInactiveMessages(boolean) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
When set true, the `OfflineRegionObserver` will continue to deliver messages even if the region state has been set as STATE_INACTIVE (operations happen asynchronously).
setDescription(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
A text description of the tileset.
setDeselectMarkersOnTap(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets whether the markers are automatically deselected (and therefore, their infowindows closed) when a map tap is detected.
setDoubleTapGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Changes whether the user may zoom the map with a double tap.
setDownloadState(int) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
Pause or resume downloading of regional resources.
setEnabled(boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Called to enable or disable MarkerView management.
setEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
setEncoding(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
Default: "mapbox".
setFillColor(int) - Method in class com.mapbox.mapboxsdk.annotations.Polygon
Sets the color of the fill region of the polygon.
setFillColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set the FillColor property transition options
setFillExtrusionBaseTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set the FillExtrusionBase property transition options
setFillExtrusionColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set the FillExtrusionColor property transition options
setFillExtrusionHeightTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set the FillExtrusionHeight property transition options
setFillExtrusionOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set the FillExtrusionOpacity property transition options
setFillExtrusionPatternTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set the FillExtrusionPattern property transition options
setFillExtrusionTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set the FillExtrusionTranslate property transition options
setFillOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set the FillOpacity property transition options
setFillOutlineColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set the FillOutlineColor property transition options
setFillPatternTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set the FillPattern property transition options
setFillTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set the FillTranslate property transition options
setFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set a single expression filter.
setFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set a single expression filter.
setFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set a single expression filter.
setFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set a single expression filter.
setFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set a single expression filter.
setFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set a single expression filter.
setFlat(boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Sets whether this MarkerView should be flat against the map (true) or a billboard facing the camera (false).
setFlingVelocityAnimationEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Set whether fling velocity animation should execute after users finishes a gesture.
setFocalBearing(double, float, float, long) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Transform the map bearing given a bearing, focal point coordinates, and a duration.
setFocalPoint(PointF) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets the focal point used as center for a gesture
setGeoJson(Feature) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Updates the GeoJson with a single feature.
setGeoJson(Geometry) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Updates the GeoJson with a single geometry.
setGeoJson(FeatureCollection) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Updates the GeoJson.
setGesturesManager(AndroidGesturesManager, boolean, boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets a custom AndroidGesturesManager to handle MotionEvents registered by the MapView.
setGrids(String...) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
An array of interactivity endpoints.
setHeatmapIntensityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set the HeatmapIntensity property transition options
setHeatmapOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set the HeatmapOpacity property transition options
setHeatmapRadiusTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set the HeatmapRadius property transition options
setHillshadeAccentColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Set the HillshadeAccentColor property transition options
setHillshadeExaggerationTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Set the HillshadeExaggeration property transition options
setHillshadeHighlightColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Set the HillshadeHighlightColor property transition options
setHillshadeShadowColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Set the HillshadeShadowColor property transition options
setHoles(List<? extends List<LatLng>>) - Method in class com.mapbox.mapboxsdk.annotations.Polygon
Sets the holes of this polygon.
setIcon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Set the icon of the Marker.
setIcon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.Marker
Sets the icon of the marker.
setIcon(Icon) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Set the icon of the MarkerView.
setIconColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the IconColor property transition options
setIconHaloBlurTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the IconHaloBlur property transition options
setIconHaloColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the IconHaloColor property transition options
setIconHaloWidthTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the IconHaloWidth property transition options
setIconOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the IconOpacity property transition options
setIconTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the IconTranslate property transition options
setId(long) - Method in class com.mapbox.mapboxsdk.annotations.Annotation
Do not use this method, used internally by the SDK.
setImage(android.graphics.Bitmap) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
Updates the source image to a bitmap
setIncreaseRotateThresholdWhenScaling(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Set whether rotation threshold should be increase whenever scale is detected.
setIncreaseScaleThresholdWhenRotating(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
set whether scale threshold should be increase whenever rotation is detected.
setInfoWindowAdapter(MapboxMap.InfoWindowAdapter) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets a custom renderer for the contents of info window.
setInfoWindowAnchor(float, float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Specifies the anchor point of the info window on the View of the MarkerView.
setIntensity(float) - Method in class com.mapbox.mapboxsdk.style.light.Light
Set the Intensity property.
setIntensityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.light.Light
Set the Intensity property transition options.
setLatitude(double) - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Set the latitude, in degrees.
setLatitudeSpan(double) - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
Sets the latitude span.
setLatLngBoundsForCameraTarget(LatLngBounds) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets a LatLngBounds that constraints map transformations to this bounds.
setLegend(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
Contains a legend to be displayed with the map.
setLibraryLoader(LibraryLoader) - Static method in class com.mapbox.mapboxsdk.LibraryLoader
Set the library loader that loads the shared library.
setLineBlurTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the LineBlur property transition options
setLineColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the LineColor property transition options
setLineDasharrayTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the LineDasharray property transition options
setLineGapWidthTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the LineGapWidth property transition options
setLineOffsetTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the LineOffset property transition options
setLineOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the LineOpacity property transition options
setLinePatternTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the LinePattern property transition options
setLineTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the LineTranslate property transition options
setLineWidthTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the LineWidth property transition options
setLocationComponentEnabled(boolean) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Manage component's visibility after activation.
setLocationEngine(LocationEngine) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Set the location engine to update the current user location.
setLogEnabled(boolean) - Static method in class com.mapbox.mapboxsdk.http.HttpRequestUtil
setLogEnabled(boolean) - Static method in class com.mapbox.mapboxsdk.module.http.HttpRequestUtil
Set the log state of OkHttpRequest.
setLoggerDefinition(LoggerDefinition) - Static method in class com.mapbox.mapboxsdk.log.Logger
Replace the current used logger definition.
setLogo(Bitmap) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
 
setLogoEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Enables or disables the Mapbox logo.
setLogoGravity(int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets the gravity of the logo view.
setLogoMargins(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets the margins of the logo view.
setLogoSmall(Bitmap) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
 
setLongitude(double) - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Set the longitude, in degrees.
setLongitudeSpan(double) - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
Sets the longitude span.
setMapboxMap(MapboxMap) - Method in class com.mapbox.mapboxsdk.annotations.Annotation
Do not use this method, used internally by the SDK.
setMapboxMap(MapboxMap) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Set the MapboxMap associated tot the MapView containing the MarkerView.
setMapStrictModeEnabled(boolean) - Static method in class com.mapbox.mapboxsdk.maps.MapView
Sets the strict mode that will throw the MapStrictModeException whenever the map would fail silently otherwise.
setMapView(MapView) - Method in class com.mapbox.mapboxsdk.annotations.Annotation
Do not use this method, used internally by the SDK.
setMarginPadding(float) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
 
setMaxZoom(float) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
setMaxZoom(float) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
0.
setMaxZoomPreference(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets the maximum zoom level the map can be displayed at.
setMinZoom(float) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
setMinZoom(float) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
0.
setMinZoomPreference(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets the minimum zoom level the map can be displayed at.
setName(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
A name describing the tileset.
setObserver(OfflineRegion.OfflineRegionObserver) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
Register an observer to be notified when the state of the region changes.
setOfflineMapboxTileCountLimit(long) - Method in class com.mapbox.mapboxsdk.offline.OfflineManager
Changing or bypassing this limit without permission from Mapbox is prohibited by the Mapbox Terms of Service.
setOfflineRegionDefinition(OfflineRegionDefinition) - Method in class com.mapbox.mapboxsdk.maps.MapView
Loads a new style from the specified offline region definition and moves the map camera to that region.
setOkHttpClient(OkHttpClient) - Static method in class com.mapbox.mapboxsdk.http.HttpRequestUtil
setOkHttpClient(OkHttpClient) - Static method in class com.mapbox.mapboxsdk.module.http.HttpRequestImpl
 
setOkHttpClient(OkHttpClient) - Static method in class com.mapbox.mapboxsdk.module.http.HttpRequestUtil
Set the OkHttpClient used for requesting map resources.
setOnCameraChangeListener(MapboxMap.OnCameraChangeListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Deprecated.
setOnCameraIdleListener(MapboxMap.OnCameraIdleListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
setOnCameraMoveCancelListener(MapboxMap.OnCameraMoveCanceledListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
setOnCameraMoveListener(MapboxMap.OnCameraMoveListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
setOnCameraMoveStartedListener(MapboxMap.OnCameraMoveStartedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
setOnFlingListener(MapboxMap.OnFlingListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
setOnFpsChangedListener(MapboxMap.OnFpsChangedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets a callback that's invoked on every frame rendered to the map view.
setOnFpsChangedListener(MapboxMap.OnFpsChangedListener) - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
setOnInfoWindowClickListener(MapboxMap.OnInfoWindowClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets a callback that's invoked when the user clicks on an info window.
setOnInfoWindowCloseListener(MapboxMap.OnInfoWindowCloseListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Set an callback to be invoked when an InfoWindow closes.
setOnInfoWindowLongClickListener(MapboxMap.OnInfoWindowLongClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets a callback that's invoked when a marker's info window is long pressed.
setOnMapClickListener(MapboxMap.OnMapClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
setOnMapLongClickListener(MapboxMap.OnMapLongClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
setOnMarkerClickListener(MapboxMap.OnMarkerClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets a callback that's invoked when the user clicks on a marker.
setOnMarkerViewClickListener(MapboxMap.OnMarkerViewClickListener) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Register a callback to be invoked when this view is clicked.
setOnPolygonClickListener(MapboxMap.OnPolygonClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets a callback that's invoked when the user clicks on a polygon.
setOnPolylineClickListener(MapboxMap.OnPolylineClickListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets a callback that's invoked when the user clicks on a polyline.
setOnScrollListener(MapboxMap.OnScrollListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
setPadding(int, int, int, int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Sets the distance from the edges of the map view's frame to the edges of the map view's logical viewport.
setPoints(List<LatLng>) - Method in class com.mapbox.mapboxsdk.annotations.BasePointCollection
Sets the points of this polyline.
setPosition(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Set the geographical location of the Marker.
setPosition(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.Marker
Sets the location of the marker.
setPosition(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Sets the location of the marker.
setPosition(Position) - Method in class com.mapbox.mapboxsdk.style.light.Light
Set the Position property.
setPositionTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.light.Light
Set the Position property transition options.
setPrefetchesTiles(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Enable or disable tile pre-fetching.
setPrefetchesTiles(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Enable tile pre-fetching.
setPrintRequestUrlOnFailure(boolean) - Static method in class com.mapbox.mapboxsdk.http.HttpRequestUtil
setPrintRequestUrlOnFailure(boolean) - Static method in class com.mapbox.mapboxsdk.module.http.HttpRequestUtil
Enable printing of the request url when an error occurred.
setProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.Layer
 
setRasterBrightnessMaxTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set the RasterBrightnessMax property transition options
setRasterBrightnessMinTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set the RasterBrightnessMin property transition options
setRasterContrastTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set the RasterContrast property transition options
setRasterHueRotateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set the RasterHueRotate property transition options
setRasterOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set the RasterOpacity property transition options
setRasterSaturationTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set the RasterSaturation property transition options
setRegion(LatLngBounds) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Updates the snapshotter with a new LatLngBounds
setRenderMode(int) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Sets the render mode, which determines how the location updates will be rendered on the map.
setResourceTransform(FileSource.ResourceTransformCallback) - Method in class com.mapbox.mapboxsdk.storage.FileSource
Sets a callback for transforming URLs requested from the internet
setRightOffsetPixels(int) - Method in class com.mapbox.mapboxsdk.annotations.Marker
Do not use this method, used internally by the SDK.
setRotateGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Changes whether the user may rotate the map.
setRotateVelocityAnimationEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Set whether rotate velocity animation should execute after users finishes a gesture.
setRotation(float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Set the rotation value of the MarkerView in degrees.
setRotation(MarkerView, float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Set the rotation of a MarkerView to a given rotation value.
setScaleVelocityAnimationEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Set whether scale velocity animation should execute after users finishes a gesture.
setScheme(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
Default: "xyz".
setScrollGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Changes whether the user may scroll around the map.
setSessionIdRotationInterval(int) - Method in interface com.mapbox.mapboxsdk.maps.TelemetryDefinition
Set the telemetry rotation session id interval
setSessionIdRotationInterval(int) - Method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Set the telemetry rotation session id interval
setSize(int, int) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Updates the snapshotter with a new size
setSnapshot(Bitmap) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
 
setSnippet(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Set the snippet of the Marker.
setSnippet(String) - Method in class com.mapbox.mapboxsdk.annotations.Marker
Sets the snippet of the marker.
setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the source layer.
setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set the source layer.
setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set the source layer.
setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set the source layer.
setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Set the source layer.
setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the source layer.
setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set the source layer.
setSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the source layer.
setStrictModeEnabled(boolean) - Static method in class com.mapbox.mapboxsdk.MapStrictMode
Set the strict mode that will throw the MapStrictModeException whenever the map would fail silently otherwise.
setStrokeColor(int) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Set the stroke color.
setStrokeColor(int) - Method in class com.mapbox.mapboxsdk.annotations.Polygon
Sets the color of the stroke of the polygon.
setStrokeWidth(float) - Method in class com.mapbox.mapboxsdk.annotations.BubbleLayout
Set the stroke width.
setStyle(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Loads a new map style from the specified bundled style.
setStyle(String, MapboxMap.OnStyleLoadedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Loads a new map style from the specified bundled style.
setStyleJson(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Loads a new map style from a json string.
setStyleJson(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Updates the snapshotter with a new style json
setStyleUrl(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Loads a new map style asynchronous from the specified URL.
setStyleUrl(String, MapboxMap.OnStyleLoadedListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Loads a new map style asynchronous from the specified URL.
setStyleUrl(String) - Method in class com.mapbox.mapboxsdk.maps.MapView
Loads a new map style from the specified URL.
setStyleUrl(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Updates the snapshotter with a new style url
setTemplate(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
Contains a mustache template to be used to format data from grids for interaction.
setTextColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the TextColor property transition options
setTextHaloBlurTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the TextHaloBlur property transition options
setTextHaloColorTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the TextHaloColor property transition options
setTextHaloWidthTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the TextHaloWidth property transition options
setTextOpacityTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the TextOpacity property transition options
setTextTranslateTransition(TransitionOptions) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the TextTranslate property transition options
setTextView(TextView) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
 
setTextViewShort(TextView) - Method in class com.mapbox.mapboxsdk.attribution.AttributionMeasure.Builder
 
setTileData(int, int, int, FeatureCollection) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
Set or update geometry contents of a specific tile.
setTilt(float) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Set tilt on every non flat MarkerView currently shown in the Viewport.
setTiltGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Changes whether the user may tilt the map.
setTintList(ImageView, int) - Static method in class com.mapbox.mapboxsdk.utils.ColorUtils
Set a color tint list to the Drawable of an ImageView.
setTitle(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Set the title of the Marker.
setTitle(String) - Method in class com.mapbox.mapboxsdk.annotations.Marker
Sets the title of the marker.
setTopOffsetPixels(int) - Method in class com.mapbox.mapboxsdk.annotations.Marker
Do not use this method, used internally by the SDK.
setTransitionDelay(long) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Set the animation delay for style changes.
setTransitionDuration(long) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Set the animation duration for style changes.
setUrl(URL) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Updates the url
setUrl(String) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
Updates the url
setUrl(URL) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
Updates the source image url
setUrl(String) - Method in class com.mapbox.mapboxsdk.style.sources.ImageSource
Updates the source image url
setUserTelemetryRequestState(boolean) - Method in interface com.mapbox.mapboxsdk.maps.TelemetryDefinition
Set the end-user selected state to participate or opt-out in telemetry collection.
setUserTelemetryRequestState(boolean) - Method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Set the end-user selected state to participate or opt-out in telemetry collection.
setVersion(String) - Method in class com.mapbox.mapboxsdk.style.sources.TileSet
 
setVisible(boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Set the visible state of a MarkerView.
setWaitingForRenderInvoke(boolean) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Called with true to wait for the next render invocation.
setWidth(float) - Method in class com.mapbox.mapboxsdk.annotations.Polyline
Sets the width of the polyline.
setZoomControlsEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Sets whether the zoom controls are enabled.
setZoomGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.UiSettings
Changes whether the user may zoom the map.
shortestRotation(float, float) - Static method in class com.mapbox.mapboxsdk.location.Utils
Util for finding the shortest path from the current rotated degree to the new degree.
SHOVE_PIXEL_CHANGE_FACTOR - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Factor to calculate tilt change based on pixel change during shove gesture.
showAttributionDialog(String[]) - Method in class com.mapbox.mapboxsdk.maps.AttributionDialogManager
 
showInfoWindow(MapboxMap, MapView) - Method in class com.mapbox.mapboxsdk.annotations.Marker
Do not use this method, used internally by the SDK.
sin(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the sine of the input.
sin(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the sine of the input.
SINGLE_TAP - Static variable in class com.mapbox.mapboxsdk.constants.TelemetryConstants
 
snapshot(MapboxMap.SnapshotReadyCallback) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Takes a snapshot of the map.
snippet - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
 
snippet(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Set the snippet of the Marker.
snippet - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
snippet(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the snippet of the MarkerView.
SOURCE - Static variable in class com.mapbox.mapboxsdk.storage.Resource
TileJSON file as specified in https://www.mapbox.com/mapbox-gl-js/style-spec/#root-sources
Source - Class in com.mapbox.mapboxsdk.style.sources
Base Peer class for sources.
Source(long) - Constructor for class com.mapbox.mapboxsdk.style.sources.Source
Internal use
Source() - Constructor for class com.mapbox.mapboxsdk.style.sources.Source
 
SOURCE_DID_CHANGE - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This MapView.MapChange is triggered when a source changes.
SPRITE_IMAGE - Static variable in class com.mapbox.mapboxsdk.storage.Resource
Image part of a sprite sheet.
SPRITE_JSON - Static variable in class com.mapbox.mapboxsdk.storage.Resource
JSON part of a sprite sheet.
sqrt(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the square root of the input
sqrt(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the square root of the input
staleStateTimeout(long) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Set the timeout before the location icon becomes stale.
staleStateTimeout() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Set the delay before the location icon becomes stale.
start(MapSnapshotter.SnapshotReadyCallback) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Starts loading and rendering the snapshot.
start(MapSnapshotter.SnapshotReadyCallback, MapSnapshotter.ErrorHandler) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Starts loading and rendering the snapshot.
STATE_ACTIVE - Static variable in class com.mapbox.mapboxsdk.offline.OfflineRegion
 
STATE_ATTRIBUTION_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_ATTRIBUTION_GRAVITY - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_ATTRIBUTION_MARGIN_BOTTOM - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_ATTRIBUTION_MARGIN_LEFT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_ATTRIBUTION_MARGIN_RIGHT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_ATTRIBUTION_MARGIN_TOP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_CAMERA_POSITION - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_COMPASS_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_COMPASS_FADE_WHEN_FACING_NORTH - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_COMPASS_GRAVITY - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_COMPASS_IMAGE_BITMAP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_COMPASS_MARGIN_BOTTOM - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_COMPASS_MARGIN_LEFT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_COMPASS_MARGIN_RIGHT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_COMPASS_MARGIN_TOP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_DEBUG_ACTIVE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_DESELECT_MARKER_ON_TAP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_DOUBLE_TAP_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_FLING_ANIMATION_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_HAS_SAVED_STATE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_INACTIVE - Static variable in class com.mapbox.mapboxsdk.offline.OfflineRegion
 
STATE_INCREASE_ROTATE_THRESHOLD - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_INCREASE_SCALE_THRESHOLD - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_LOGO_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_LOGO_GRAVITY - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_LOGO_MARGIN_BOTTOM - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_LOGO_MARGIN_LEFT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_LOGO_MARGIN_RIGHT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_LOGO_MARGIN_TOP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_ROTATE_ANIMATION_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_ROTATE_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_SCALE_ANIMATION_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_SCROLL_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_STYLE_URL - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_TILT_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_USER_FOCAL_POINT - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_ZOOM_CONTROLS_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
STATE_ZOOM_ENABLED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
 
step(Number, Expression, Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of input and output values (\"stops\").
step(Expression, Expression, Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of input and output values (\"stops\").
step(Number, Expression, Expression.Stop...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of input and output values (\"stops\").
step(Expression, Expression, Expression.Stop...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of input and output values (\"stops\").
step(Number, Number, Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of input and output values (\"stops\").
step(Expression, Number, Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of input and output values (\"stops\").
step(Number, Number, Expression.Stop...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of input and output values (\"stops\").
step(Expression, Number, Expression.Stop...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces discrete, stepped results by evaluating a piecewise-constant function defined by pairs of input and output values (\"stops\").
stop(Object, Object) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Produces a stop value.
strictModeViolation(String) - Static method in class com.mapbox.mapboxsdk.MapStrictMode
Internal use.
strictModeViolation(String, Exception) - Static method in class com.mapbox.mapboxsdk.MapStrictMode
Internal use.
strictModeViolation(String, Error) - Static method in class com.mapbox.mapboxsdk.MapStrictMode
Internal use.
strictModeViolation(Error) - Static method in class com.mapbox.mapboxsdk.MapStrictMode
Internal use.
strictModeViolation(Exception) - Static method in class com.mapbox.mapboxsdk.MapStrictMode
Internal use.
string(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Asserts that the input value is a string.
strokeColor(int) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Specifies the polygon's stroke color, as 32-bit ARGB.
Style - Class in com.mapbox.mapboxsdk.constants
Style provides URLs to several professional styles designed by Mapbox.
Style() - Constructor for class com.mapbox.mapboxsdk.constants.Style
 
STYLE - Static variable in class com.mapbox.mapboxsdk.storage.Resource
Style sheet JSON file
Style.StyleUrl - Annotation Type in com.mapbox.mapboxsdk.constants
Indicates the parameter accepts one of the values from Style.
styleJson(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the styleJson associated with a map view.
styleUrl(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the styleUrl url associated with a map view.
subtract(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the result of subtracting a number from 0.
subtract(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the result of subtracting a number from 0.
subtract(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the result of subtracting the second input from the first.
subtract(Number, Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the result of subtracting the second input from the first.
sum(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the sum of the inputs.
sum(Number...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the sum of the inputs.
SupportMapFragment - Class in com.mapbox.mapboxsdk.maps
Support Fragment wrapper around a map view.
SupportMapFragment() - Constructor for class com.mapbox.mapboxsdk.maps.SupportMapFragment
 
switchCase(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Selects the first output whose corresponding test condition evaluates to true.
SYMBOL_PLACEMENT_LINE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The label is placed along the line of the geometry.
SYMBOL_PLACEMENT_LINE_CENTER - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The label is placed at the center of the line of the geometry.
SYMBOL_PLACEMENT_POINT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The label is placed at the point where the geometry is located.
SYMBOL_Z_ORDER_SOURCE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Symbols will be rendered in the same order as the source data with no sorting applied.
SYMBOL_Z_ORDER_VIEWPORT_Y - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Symbols will be sorted by their y-position relative to the viewport.
symbolAvoidEdges(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the symbols will not cross tile edges to avoid mutual collisions.
symbolAvoidEdges(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the symbols will not cross tile edges to avoid mutual collisions.
SymbolLayer - Class in com.mapbox.mapboxsdk.style.layers
An icon or a text label.
SymbolLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Creates a SymbolLayer.
symbolPlacement(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Label placement relative to its geometry.
symbolPlacement(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Label placement relative to its geometry.
symbolSpacing(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance between two symbol anchors.
symbolSpacing(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance between two symbol anchors.
symbolZOrder(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the order in which overlapping symbols in the same layer are rendered
symbolZOrder(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the order in which overlapping symbols in the same layer are rendered

T

tan(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the tangent of the input.
tan(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the tangent of the input.
target(LatLng) - Method in class com.mapbox.mapboxsdk.camera.CameraPosition.Builder
Sets the location where the camera is pointing at.
target - Variable in class com.mapbox.mapboxsdk.camera.CameraPosition
The location that the camera is pointing at.
Telemetry - Class in com.mapbox.mapboxsdk.maps
Deprecated.
use TelemetryImpl instead.
Telemetry() - Constructor for class com.mapbox.mapboxsdk.maps.Telemetry
Deprecated.
 
TelemetryConstants - Class in com.mapbox.mapboxsdk.constants
 
TelemetryConstants() - Constructor for class com.mapbox.mapboxsdk.constants.TelemetryConstants
 
TelemetryDefinition - Interface in com.mapbox.mapboxsdk.maps
Definition of TelemetryImpl collection
TelemetryImpl - Class in com.mapbox.mapboxsdk.module.telemetry
 
TEMPORARY_ERROR - Static variable in interface com.mapbox.mapboxsdk.http.HttpRequest
 
TEXT_ANCHOR_BOTTOM - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The bottom of the text is placed closest to the anchor.
TEXT_ANCHOR_BOTTOM_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The bottom left corner of the text is placed closest to the anchor.
TEXT_ANCHOR_BOTTOM_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The bottom right corner of the text is placed closest to the anchor.
TEXT_ANCHOR_CENTER - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The center of the text is placed closest to the anchor.
TEXT_ANCHOR_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The left side of the text is placed closest to the anchor.
TEXT_ANCHOR_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The right side of the text is placed closest to the anchor.
TEXT_ANCHOR_TOP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The top of the text is placed closest to the anchor.
TEXT_ANCHOR_TOP_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The top left corner of the text is placed closest to the anchor.
TEXT_ANCHOR_TOP_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The top right corner of the text is placed closest to the anchor.
TEXT_JUSTIFY_CENTER - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The text is centered.
TEXT_JUSTIFY_LEFT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The text is aligned to the left.
TEXT_JUSTIFY_RIGHT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The text is aligned to the right.
TEXT_PITCH_ALIGNMENT_AUTO - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Automatically matches the value of Property.TEXT_ROTATION_ALIGNMENT.
TEXT_PITCH_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The text is aligned to the plane of the map.
TEXT_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The text is aligned to the plane of the viewport.
TEXT_ROTATION_ALIGNMENT_AUTO - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
TEXT_ROTATION_ALIGNMENT_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
When Property.SYMBOL_PLACEMENT is set to Property.SYMBOL_PLACEMENT_POINT, aligns text east-west.
TEXT_ROTATION_ALIGNMENT_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Produces glyphs whose x-axes are aligned with the x-axis of the viewport, regardless of the value of Property.SYMBOL_PLACEMENT.
TEXT_TRANSFORM_LOWERCASE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Forces all letters to be displayed in lowercase.
TEXT_TRANSFORM_NONE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The text is not altered.
TEXT_TRANSFORM_UPPERCASE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
Forces all letters to be displayed in uppercase.
TEXT_TRANSLATE_ANCHOR_MAP - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The text is translated relative to the map.
TEXT_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The text is translated relative to the viewport.
textAllowOverlap(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the text will be visible even if it collides with other previously drawn symbols.
textAllowOverlap(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the text will be visible even if it collides with other previously drawn symbols.
textAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Part of the text placed closest to the anchor.
textAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Part of the text placed closest to the anchor.
textColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the text will be drawn.
textColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the text will be drawn.
textColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the text will be drawn.
textField(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Value to use for a text label.
textField(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Value to use for a text label.
textFont(String[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Font stack to use for displaying text.
textFont(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Font stack to use for displaying text.
textHaloBlur(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The halo's fadeout distance towards the outside.
textHaloBlur(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The halo's fadeout distance towards the outside.
textHaloColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the text's halo, which helps it stand out from backgrounds.
textHaloColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the text's halo, which helps it stand out from backgrounds.
textHaloColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color of the text's halo, which helps it stand out from backgrounds.
textHaloWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance of halo to the font outline.
textHaloWidth(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance of halo to the font outline.
textIgnorePlacement(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, other symbols can be visible even if they collide with the text.
textIgnorePlacement(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, other symbols can be visible even if they collide with the text.
textJustify(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Text justification options.
textJustify(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Text justification options.
textKeepUpright(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the text may be flipped vertically to prevent it from being rendered upside-down.
textKeepUpright(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, the text may be flipped vertically to prevent it from being rendered upside-down.
textLetterSpacing(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Text tracking amount.
textLetterSpacing(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Text tracking amount.
textLineHeight(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Text leading value for multi-line text.
textLineHeight(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Text leading value for multi-line text.
textMaxAngle(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Maximum angle change between adjacent characters.
textMaxAngle(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Maximum angle change between adjacent characters.
textMaxWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The maximum line width for text wrapping.
textMaxWidth(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The maximum line width for text wrapping.
textOffset(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Offset distance of text from its anchor.
textOffset(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Offset distance of text from its anchor.
textOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the text will be drawn.
textOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the text will be drawn.
textOptional(Boolean) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, icons will display without their corresponding text when the text collides with other symbols and the icon does not.
textOptional(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
If true, icons will display without their corresponding text when the text collides with other symbols and the icon does not.
textPadding(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Size of the additional area around the text bounding box used for detecting symbol collisions.
textPadding(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Size of the additional area around the text bounding box used for detecting symbol collisions.
textPitchAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Orientation of text when map is pitched.
textPitchAlignment(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Orientation of text when map is pitched.
textRotate(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Rotates the text clockwise.
textRotate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Rotates the text clockwise.
textRotationAlignment(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
In combination with Property.SYMBOL_PLACEMENT, determines the rotation behavior of the individual glyphs forming the text.
textRotationAlignment(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
In combination with Property.SYMBOL_PLACEMENT, determines the rotation behavior of the individual glyphs forming the text.
textSize(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Font size.
textSize(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Font size.
textTransform(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Specifies how to capitalize text, similar to the CSS PropertyFactory.textTransform(java.lang.String) property.
textTransform(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Specifies how to capitalize text, similar to the CSS PropertyFactory.textTransform(java.lang.String) property.
textTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance that the text's anchor is moved from its original placement.
textTranslate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Distance that the text's anchor is moved from its original placement.
textTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.textTranslate(java.lang.Float[]).
textTranslateAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.textTranslate(java.lang.Float[]).
textureMode(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Enable TextureView as rendered surface.
TextureViewMapRenderer - Class in com.mapbox.mapboxsdk.maps.renderer.textureview
The TextureViewMapRenderer encapsulates the GL thread and TextureView specifics to render the map.
TextureViewMapRenderer(Context, TextureView, String, boolean) - Constructor for class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
Create a MapRenderer for the given TextureView
THREAD_POOL_LIMIT - Static variable in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
 
THREAD_PREFIX - Static variable in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
 
ThreadUtils - Class in com.mapbox.mapboxsdk.utils
 
ThreadUtils() - Constructor for class com.mapbox.mapboxsdk.utils.ThreadUtils
 
TILE - Static variable in class com.mapbox.mapboxsdk.storage.Resource
A vector or raster tile as described in the style sheet at https://www.mapbox.com/mapbox-gl-js/style-spec/#sources
TileSet - Class in com.mapbox.mapboxsdk.style.sources
Tile set, allows using TileJson specification as source.
TileSet(String, String...) - Constructor for class com.mapbox.mapboxsdk.style.sources.TileSet
 
tilt(double) - Method in class com.mapbox.mapboxsdk.camera.CameraPosition.Builder
Set the tilt of the camera in degrees
tilt - Variable in class com.mapbox.mapboxsdk.camera.CameraPosition
The angle, in degrees, of the camera angle from the nadir (directly facing the Earth).
tiltGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies if the tilt gesture is enabled for a map view.
tiltTo(double) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that moves the camera viewpoint to a particular tilt.
tiltWhileTracking(double, long, MapboxMap.CancelableCallback) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Tilts the camera.
tiltWhileTracking(double, long) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Tilts the camera.
tiltWhileTracking(double) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Tilts the camera.
TIME_MAP_NORTH_ANIMATION - Static variable in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
TIME_WAIT_IDLE - Static variable in class com.mapbox.mapboxsdk.maps.widgets.CompassView
 
title - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
 
title(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerOptions
Set the title of the Marker.
title - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
title(String) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the title of the MarkerView.
toArray() - Method in class com.mapbox.mapboxsdk.style.expressions.Expression.ExpressionLiteral
 
toArray() - Method in class com.mapbox.mapboxsdk.style.expressions.Expression
Converts the expression to Object array representation.
toBool(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Converts the input value to a boolean.
toBuilder() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Takes the currently constructed LocationComponentOptions object and provides it's builder with all the values set matching the values in this instance.
toBytes() - Method in class com.mapbox.mapboxsdk.annotations.Icon
Get the icon bitmap bytes.
toColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Converts the input value to a color.
toLatLngs() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Return an array of LatLng objects resembling this bounds.
toNumber(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Converts the input value to a number, if possible.
TooManyIconsException - Exception in com.mapbox.mapboxsdk.exceptions
A TooManyIconsException is thrown by IconFactory when it cannot create a Icon because there are already too many icons created.
TooManyIconsException() - Constructor for exception com.mapbox.mapboxsdk.exceptions.TooManyIconsException
 
toRgba(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a four-element array containing the input color's red, green, blue, and alpha components, in that order.
toScreenLocation(LatLng) - Method in class com.mapbox.mapboxsdk.maps.Projection
Returns a screen location that corresponds to a geographical coordinate (LatLng).
toString() - Method in class com.mapbox.mapboxsdk.annotations.Marker
Returns a String with the marker position.
toString() - Method in class com.mapbox.mapboxsdk.annotations.MarkerView
Deprecated.
Get the String representation of a MarkerView.
toString() - Method in class com.mapbox.mapboxsdk.attribution.AttributionLayout
 
toString() - Method in class com.mapbox.mapboxsdk.camera.CameraPosition
Returns a String with the camera target, zoom, bearing and tilt.
toString() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Returns a string representation of the object.
toString() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Returns a string representaton of the object.
toString() - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Returns a string representation of the object.
toString() - Method in class com.mapbox.mapboxsdk.geometry.VisibleRegion
The string representation of the object.
toString() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
 
toString() - Method in class com.mapbox.mapboxsdk.style.expressions.Expression.ExpressionLiteral
Returns a string representation of the expression literal.
toString(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Converts the input value to a string.
toString() - Method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a string representation of the object that matches the definition set in the style specification.
toString() - Method in class com.mapbox.mapboxsdk.style.layers.PropertyValue
Get the string representation of a property value.
toString() - Method in class com.mapbox.mapboxsdk.style.layers.TransitionOptions
 
toString() - Method in class com.mapbox.mapboxsdk.style.light.Position
 
toValue() - Method in class com.mapbox.mapboxsdk.style.expressions.Expression.ExpressionLiteral
Get the literal object.
TRACKING - Static variable in class com.mapbox.mapboxsdk.location.modes.CameraMode
Camera tracks the user location.
TRACKING_COMPASS - Static variable in class com.mapbox.mapboxsdk.location.modes.CameraMode
Camera tracks the user location, with bearing provided by a compass.
TRACKING_GPS - Static variable in class com.mapbox.mapboxsdk.location.modes.CameraMode
Camera tracks the user location, with bearing provided by a normalized Location#getBearing().
TRACKING_GPS_NORTH - Static variable in class com.mapbox.mapboxsdk.location.modes.CameraMode
Camera tracks the user location, with bearing always set to north (0).
trackingAnimationDurationMultiplier(float) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets the tracking animation duration multiplier.
trackingAnimationDurationMultiplier() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Get the tracking animation duration multiplier.
trackingGesturesManagement(boolean) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Set whether gesture threshold should be adjusted when camera is in one of the tracking modes.
trackingGesturesManagement() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Returns whether gesture threshold should be adjusted when camera is in one of the tracking modes.
trackingInitialMoveThreshold(float) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets minimum single pointer movement (map pan) in pixels required to break camera tracking.
trackingInitialMoveThreshold() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Minimum single pointer movement in pixels required to break camera tracking.
trackingMultiFingerMoveThreshold(float) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets minimum multi pointer movement (map pan) in pixels required to break camera tracking (for example during scale gesture).
trackingMultiFingerMoveThreshold() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Minimum multi pointer movement in pixels required to break camera tracking (for example during scale gesture).
TRAFFIC_DAY - Static variable in class com.mapbox.mapboxsdk.constants.Style
Traffic Day: Color-coded roads based on live traffic congestion data.
TRAFFIC_NIGHT - Static variable in class com.mapbox.mapboxsdk.constants.Style
Traffic Night: Color-coded roads based on live traffic congestion data, designed to maximize legibility in low-light situations.
TransitionOptions - Class in com.mapbox.mapboxsdk.style.layers
Resembles transition property from the style specification.
TransitionOptions(long, long) - Constructor for class com.mapbox.mapboxsdk.style.layers.TransitionOptions
Create a transition property based on duration and a delay.
translucentTextureSurface(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
 
TWO_FINGER_TAP - Static variable in class com.mapbox.mapboxsdk.constants.TelemetryConstants
 
typeOf(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns a string describing the type of the given value.

U

UiSettings - Class in com.mapbox.mapboxsdk.maps
Settings for the user interface of a MapboxMap.
union(LatLngBounds) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Returns a new LatLngBounds that stretches to contain both this and another LatLngBounds.
union(double, double, double, double) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Returns a new LatLngBounds that stretches to include another LatLngBounds, given by corner points.
UNKNOWN - Static variable in class com.mapbox.mapboxsdk.storage.Resource
Unknown type
UnknownLayer - Class in com.mapbox.mapboxsdk.style.layers
An unknown type of layer
UnknownSource - Class in com.mapbox.mapboxsdk.style.sources
An unknown type of source
UNMEASURED - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Unmeasured state
upcase(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the input string converted to uppercase.
upcase(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the input string converted to uppercase.
update() - Method in class com.mapbox.mapboxsdk.annotations.InfoWindow
Will result in getting this InfoWindow and updating the view being displayed.
update() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Schedule that ViewMarkers found in the viewport are invalidated.
update(double) - Method in class com.mapbox.mapboxsdk.maps.widgets.CompassView
Updates the direction of the compass.
update() - Method in class com.mapbox.mapboxsdk.style.layers.CustomLayer
 
updateDebugLoggingEnabled(boolean) - Static method in class com.mapbox.mapboxsdk.maps.Telemetry
updateDebugLoggingEnabled(boolean) - Static method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
updateIcon(MarkerView) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Update and invalidate the MarkerView icon.
updateMarker(Marker) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Updates a marker on this map.
updateMarkerViewsPosition() - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewManager
Deprecated.
Updates the position of MarkerViews currently found in the viewport.
updateMetadata(byte[], OfflineRegion.OfflineRegionUpdateMetadataCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineRegion
Update an offline region metadata from the database.
updatePolygon(Polygon) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Update a polygon on this map.
updatePolyline(Polyline) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
Update a polyline on this map.
updateSessionIdRotationInterval(SessionInterval) - Static method in class com.mapbox.mapboxsdk.maps.Telemetry
updateSessionIdRotationInterval(SessionInterval) - Static method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Utils - Class in com.mapbox.mapboxsdk.location
 

V

v(String, String) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send a verbose log message.
v(String, String, Throwable) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send a verbose log message and log the exception.
v(String, String) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send a verbose log message.
v(String, String, Throwable) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send a verbose log message and log the exception.
value - Variable in class com.mapbox.mapboxsdk.style.layers.PropertyValue
 
var(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
References variable bound using let.
var(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
References variable bound using let.
VectorSource - Class in com.mapbox.mapboxsdk.style.sources
Vector source, allows the use of vector tiles.
VectorSource(String, URL) - Constructor for class com.mapbox.mapboxsdk.style.sources.VectorSource
Create a vector source from a remote url pointing to a TileJSON resource
VectorSource(String, String) - Constructor for class com.mapbox.mapboxsdk.style.sources.VectorSource
Create a vector source from a remote url
VectorSource(String, TileSet) - Constructor for class com.mapbox.mapboxsdk.style.sources.VectorSource
Create a vector source from a tilset
VELOCITY_THRESHOLD_IGNORE_FLING - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Velocity threshold for a fling gesture
view - Variable in class com.mapbox.mapboxsdk.annotations.InfoWindow
 
visibility(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Set the property visibility.
visible - Variable in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
 
visible(boolean) - Method in class com.mapbox.mapboxsdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the visibility state of the MarkerView.
VISIBLE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The layer is shown.
VisibleRegion - Class in com.mapbox.mapboxsdk.geometry
Contains the four points defining the four-sided polygon that is visible in a map's camera.
VisibleRegion(LatLng, LatLng, LatLng, LatLng, LatLngBounds) - Constructor for class com.mapbox.mapboxsdk.geometry.VisibleRegion
Creates a VisibleRegion given the four corners of the camera.

W

w(String, String) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send a warning log message.
w(String, String, Throwable) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send a warning log message and log the exception.
w(String, String) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send a warning log message.
w(String, String, Throwable) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
Send a warning log message and log the exception.
width(float) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Sets the width of the polyline in screen pixels.
WILL_START_LOADING_MAP - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered when the map is about to start loading a new map style.
WILL_START_RENDERING_FRAME - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered when the map will start rendering a frame.
WILL_START_RENDERING_MAP - Static variable in class com.mapbox.mapboxsdk.maps.MapView
This event is triggered when the map will start rendering the map.
withAttributionData(String...) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
withBuffer(int) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Tile buffer size on each side (measured in 1/512ths of a tile; higher means fewer rendering artifacts near tile edges but slower performance).
withCameraPosition(CameraPosition) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
withClip(boolean) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySourceOptions
If the data includes geometry outside the tile boundaries, setting this to true clips the geometry to the tile boundaries.
withCluster(boolean) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
If the data is a collection of point features, setting this to true clusters the points by radius into groups.
withClusterMaxZoom(int) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Max zoom to cluster points on.
withClusterRadius(int) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Radius of each cluster when clustering points, measured in 1/512ths of a tile.
withContext(Context) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
withCopyrightSign(boolean) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set a single expression filter.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set a single expression filter.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set a single expression filter.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set a single expression filter.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set a single expression filter.
withFilter(Expression) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set a single expression filter.
withImproveMap(boolean) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
withLineMetrics(boolean) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Initialises whether to calculate line distance metrics.
withLogo(boolean) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
withMapboxAttribution(boolean) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
withMaxZoom(int) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Maximum zoom level at which to create vector tiles (higher means greater detail at high zoom levels).
withMinZoom(int) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Minimum zoom level at which to create vector tiles (lower means more field of view detail at low zoom levels).
withPixelRatio(float) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.BackgroundLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set a property or properties.
withProperties(PropertyValue<?>...) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set a property or properties.
withRegion(LatLngBounds) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.CircleLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.FillExtrusionLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.FillLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.HeatmapLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.HillshadeLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.LineLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.RasterLayer
Set the source Layer.
withSourceLayer(String) - Method in class com.mapbox.mapboxsdk.style.layers.SymbolLayer
Set the source Layer.
withStyle(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
withStyleJson(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Options
 
withTelemetryAttribution(boolean) - Method in class com.mapbox.mapboxsdk.attribution.AttributionParser.Options
 
withTolerance(float) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonOptions
Douglas-Peucker simplification tolerance (higher means simpler geometries and faster performance).
withWrap(boolean) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySourceOptions
If the data includes wrapped coordinates, setting this to true unwraps the coordinates.
world() - Static method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Returns the world bounds.
wrap() - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Return a new LatLng object with a wrapped Longitude.
wrap(double, double, double) - Static method in class com.mapbox.mapboxsdk.utils.MathUtils
Constrains value to the given range (including min, excluding max) via modular arithmetic.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.annotations.MarkerOptions
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.annotations.MarkerViewOptions
Deprecated.
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.camera.CameraPosition
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.LatLng
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.LatLngBounds
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.LatLngQuad
 
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.LatLngSpan
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.ProjectedMeters
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.geometry.VisibleRegion
Flatten this object in to a Parcel.
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
 
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
 
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.offline.OfflineGeometryRegionDefinition
 
writeToParcel(Parcel, int) - Method in class com.mapbox.mapboxsdk.offline.OfflineTilePyramidRegionDefinition
 

Z

zoom(double) - Method in class com.mapbox.mapboxsdk.camera.CameraPosition.Builder
Set the zoom of the camera
zoom - Variable in class com.mapbox.mapboxsdk.camera.CameraPosition
Zoom level near the center of the screen.
zoom() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the current zoom level.
zoomBy(double, Point) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that shifts the zoom level of the current camera viewpoint.
zoomBy(double) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that shifts the zoom level of the current camera viewpoint.
zoomControlsEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies if the zoom controls are enabled for a map view.
zoomGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies if the zoom gesture is enabled for a map view.
zoomIn() - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that zooms in on the map by moving the viewpoint's height closer to the Earth's surface.
zoomOut() - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that zooms out on the map by moving the viewpoint's height farther away from the Earth's surface.
zoomTo(double) - Static method in class com.mapbox.mapboxsdk.camera.CameraUpdateFactory
Returns a CameraUpdate that moves the camera viewpoint to a particular zoom level.
zoomWhileTracking(double, long, MapboxMap.CancelableCallback) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Zooms to the desired zoom level.
zoomWhileTracking(double, long) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Zooms to the desired zoom level.
zoomWhileTracking(double) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Zooms to the desired zoom level.
A B C D E F G H I K L M N O P Q R S T U V W Z 
Skip navigation links
Mapbox Maps SDK for Android 6.6.0 Reference

© 2015–2018 Mapbox. All rights reserved.