- 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.
- AccountsManagerTest - Class in com.mapbox.mapboxsdk
-
- AccountsManagerTest() - Constructor for class com.mapbox.mapboxsdk.AccountsManagerTest
-
- accumulated() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Gets the value of a cluster property accumulated so far.
- ACCURACY_LAYER - Static variable in class com.mapbox.mapboxsdk.location.LocationComponentConstants
-
Layer ID of the location accuracy.
- 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.
- accuracyAnimationEnabled() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
-
Enable or disable smooth animation of the accuracy circle around the user's position.
- accuracyAnimationEnabled(boolean) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
-
Enable or disable smooth animation of the accuracy circle around the user's position.
- 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, Style) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, boolean) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, boolean, LocationEngineRequest) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, boolean, LocationEngineRequest, LocationComponentOptions) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, int) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationComponentOptions) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine, int) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine, LocationEngineRequest, int) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine, LocationEngineRequest) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine, LocationComponentOptions) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(Context, Style, LocationEngine, LocationEngineRequest, LocationComponentOptions) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
- activateLocationComponent(LocationComponentActivationOptions) - 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
-
Deprecated.
Adds a vertex to the outline of the polygon being built.
- add(LatLng...) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
Adds vertices to the outline of the polygon being built.
- add(LatLng) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Deprecated.
Adds a vertex to the end of the polyline being built.
- add(LatLng...) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Deprecated.
Adds vertices to the end of the polyline being built.
- addAll(Iterable<LatLng>) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
Adds vertices to the outline of the polygon being built.
- addAll(Iterable<LatLng>) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Deprecated.
Adds vertices to the end of the polyline being built.
- addAllHoles(Iterable<List<LatLng>>) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
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.
- addHole(List<LatLng>) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
Adds a hole to the outline of the polygon being built.
- addHole(List<LatLng>...) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
Adds holes to the outline of the polygon being built.
- addImage(String, Bitmap) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an image to be used in the map's style
- addImage(String, Bitmap, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an image to be used in the map's style
- addImage(String, Drawable) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an drawable to be converted into a bitmap to be used in the map's style
- addImage(String, Drawable, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an drawable to be converted into a bitmap to be used in the map's style
- addImage(String, Bitmap, boolean) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an image to be used in the map's style
- addImage(String, Bitmap, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an image to be used in the map's style
- addImage(String, Bitmap, boolean) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
-
Adds an image to be used in the snapshotter's style
- addImageAsync(String, Bitmap) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an image asynchronously, to be used in the map's style.
- addImageAsync(String, Bitmap, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an image asynchronously, to be used in the map's style.
- addImageAsync(String, Drawable) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an drawable asynchronously, to be converted into a bitmap to be used in the map's style.
- addImageAsync(String, Drawable, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an drawable asynchronously, to be converted into a bitmap to be used in the map's style.
- addImageAsync(String, Bitmap, boolean) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an image asynchronously, to be used in the map's style.
- addImageAsync(String, Bitmap, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds an image asynchronously, to be used in the map's style.
- addImages(HashMap<String, Bitmap>) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds images to be used in the map's style.
- addImages(HashMap<String, Bitmap>, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds images to be used in the map's style.
- addImages(HashMap<String, Bitmap>, boolean) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds images to be used in the map's style.
- addImages(HashMap<String, Bitmap>, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds images to be used in the map's style.
- addImages(Image[]) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Add images synchronously, to be used in the map's style.
- addImagesAsync(HashMap<String, Bitmap>) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds images asynchronously, to be used in the map's style.
- addImagesAsync(HashMap<String, Bitmap>, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds images asynchronously, to be used in the map's style.
- addImagesAsync(HashMap<String, Bitmap>, boolean) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds images asynchronously, to be used in the map's style.
- addImagesAsync(HashMap<String, Bitmap>, boolean, List<ImageStretches>, List<ImageStretches>, ImageContent) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds images asynchronously, to be used in the map's style.
- addLayer(Layer) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds the layer to the map.
- addLayerAbove(Layer, String) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds the layer to the map.
- addLayerAt(Layer, int) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds the layer to the map at the specified index.
- addLayerBelow(Layer, String) - Method in class com.mapbox.mapboxsdk.maps.Style
-
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
-
- addMarker(BaseMarkerOptions) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- addMarkers(List<? extends BaseMarkerOptions>) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- addOnCameraDidChangeListener(MapView.OnCameraDidChangeListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the camera region did change.
- addOnCameraIdleListener(MapboxMap.OnCameraIdleListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Adds a callback that is invoked when camera movement has ended.
- addOnCameraIsChangingListener(MapView.OnCameraIsChangingListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the camera is changing.
- 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.
- addOnCameraWillChangeListener(MapView.OnCameraWillChangeListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the camera region will change.
- addOnCanRemoveUnusedStyleImageListener(MapView.OnCanRemoveUnusedStyleImageListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when map needs to release unused image resources.
- addOnDidBecomeIdleListener(MapView.OnDidBecomeIdleListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the map has entered the idle state.
- addOnDidFailLoadingMapListener(MapView.OnDidFailLoadingMapListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the map failed to load.
- addOnDidFinishLoadingMapListener(MapView.OnDidFinishLoadingMapListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the map has finished loading.
- addOnDidFinishLoadingStyleListener(MapView.OnDidFinishLoadingStyleListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the style has finished loading.
- addOnDidFinishRenderingFrameListener(MapView.OnDidFinishRenderingFrameListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the map has finished rendering a frame.
- addOnDidFinishRenderingMapListener(MapView.OnDidFinishRenderingMapListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the map has finished rendering.
- addOnFlingListener(MapboxMap.OnFlingListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Adds a callback that's invoked when the map is flinged.
- addOnIndicatorPositionChangedListener(OnIndicatorPositionChangedListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
Adds a listener that gets invoked when indicator position changes.
- 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.
- 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.
- addOnMoveListener(MapboxMap.OnMoveListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Adds a callback that's invoked when the map is moved.
- addOnRenderModeChangedListener(OnRenderModeChangedListener) - Method in class com.mapbox.mapboxsdk.location.LocationComponent
-
Adds a listener that gets invoked when render mode changes.
- 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.
- addOnShoveListener(MapboxMap.OnShoveListener) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Adds a callback that's invoked when the map is tilted.
- addOnSourceChangedListener(MapView.OnSourceChangedListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when a map source has changed.
- addOnStyleImageMissingListener(MapView.OnStyleImageMissingListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the id of an icon is missing.
- addOnTouchListener(View.OnTouchListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Add an OnTouchListener which will be call when an event occurs
- addOnWillStartLoadingMapListener(MapView.OnWillStartLoadingMapListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the map will start loading.
- addOnWillStartRenderingFrameListener(MapView.OnWillStartRenderingFrameListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the map will start rendering a frame.
- addOnWillStartRenderingMapListener(MapView.OnWillStartRenderingMapListener) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Set a callback that's invoked when the map will start rendering.
- 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
-
Deprecated.
Add a point to the polyline.
- addPolygon(PolygonOptions) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- addPolygons(List<PolygonOptions>) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- addPolyline(PolylineOptions) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- addPolylines(List<PolylineOptions>) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
- addSource(Source) - Method in class com.mapbox.mapboxsdk.maps.Style
-
Adds the source to the map.
- after() - Method in class com.mapbox.mapboxsdk.MapboxTest
-
- all(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns `true` if all the inputs are `true`, `false` otherwise.
- alpha(float) - Method in class com.mapbox.mapboxsdk.annotations.PolygonOptions
-
Deprecated.
Set the alpha value of the polyline.
- alpha(float) - Method in class com.mapbox.mapboxsdk.annotations.PolylineOptions
-
Deprecated.
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_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.
- ANGLE_THRESHOLD_IGNORE_VERTICAL_FLING - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
Vertical angle threshold for a horizontal disabled fling gesture
- 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.
- 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.
- animateCamera(MapboxMap, CameraUpdate, int, MapboxMap.CancelableCallback) - Method in class com.mapbox.mapboxsdk.maps.Transform
-
Internal use.
- 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
- animationDuration(Long) - Method in class com.mapbox.mapboxsdk.location.LocationUpdate.Builder
-
If set, all of the transitions to this update (puck's and possibly camera's if tracking mode is engaged) will
have the provided duration.
- 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() - Constructor for class com.mapbox.mapboxsdk.annotations.Annotation
-
Deprecated.
- AnnotationManagerTest - Class in com.mapbox.mapboxsdk.maps
-
- AnnotationManagerTest() - Constructor for class com.mapbox.mapboxsdk.maps.AnnotationManagerTest
-
- AnnotationTest - Class in com.mapbox.mapboxsdk.annotations
-
- AnnotationTest() - Constructor for class com.mapbox.mapboxsdk.annotations.AnnotationTest
-
- any(Expression...) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
Returns `true` if any of the inputs are `true`, `false` otherwise.
- apiBaseUri(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies the URI used for API endpoint.
- apiBaseUrl(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
- AppConstant - Class in com.mapbox.mapboxsdk.constants
-
- AppConstant() - Constructor for class com.mapbox.mapboxsdk.constants.AppConstant
-
- 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.
- applyStyle_ignoreStyleShadowWithInvalidElevation() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- applyStyle_layerBelowChanged() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- applyStyle_layerBelowNotChanged() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- applyStyle_layerBelowNotChangedNull() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- applyStyle_specializedLayer_ignoreBitmapNames() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- applyStyle_styleBackgroundFromOptions() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- applyStyle_styleBackgroundStaleFromOptions() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- applyStyle_styleBearingFromOptions() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- applyStyle_styleForegroundFromOptions() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- applyStyle_styleForegroundStaleFromOptions() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- applyStyle_styleShadowWithValidElevation() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
-
- areAllGesturesEnabled() - Method in class com.mapbox.mapboxsdk.maps.UiSettings
-
Retrieves the current status of whether all gestures are enabled.
- 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
-
- AttributionDialogManagerTest - Class in com.mapbox.mapboxsdk.maps
-
- AttributionDialogManagerTest() - Constructor for class com.mapbox.mapboxsdk.maps.AttributionDialogManagerTest
-
- 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.
- AttributionParseTest - Class in com.mapbox.mapboxsdk.attribution
-
- AttributionParseTest() - Constructor for class com.mapbox.mapboxsdk.attribution.AttributionParseTest
-
- attributionTintColor(int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies the tint color of the attribution for a map view