- 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_SHARED_PREFERENCES - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
The name of the desired preferences file for Android's SharedPreferences.
- MAPBOX_STREETS - Static variable in class com.mapbox.mapboxsdk.maps.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.
- MapboxConfigurationException(String) - 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
-
- MapboxGLSurfaceView - Class in com.mapbox.mapboxsdk.maps.renderer.glsurfaceview
-
GLSurfaceView
extension that notifies a listener when the view is detached from window,
which is the point of destruction of the GL thread.
- MapboxGLSurfaceView(Context) - Constructor for class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.MapboxGLSurfaceView
-
Standard View constructor.
- MapboxGLSurfaceView(Context, AttributeSet) - Constructor for class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.MapboxGLSurfaceView
-
Standard View constructor.
- MapboxGLSurfaceView.OnGLSurfaceViewDetachedListener - Interface in com.mapbox.mapboxsdk.maps.renderer.glsurfaceview
-
- MapboxInjector - Class in com.mapbox.mapboxsdk
-
- MapboxInjector() - Constructor for class com.mapbox.mapboxsdk.MapboxInjector
-
- mapboxMap - Variable in class com.mapbox.mapboxsdk.annotations.Annotation
-
Deprecated.
- 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
-
- 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.OnDeveloperAnimationListener - Interface in com.mapbox.mapboxsdk.maps
-
Internal use.
- 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
-
- 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
-
- MapboxMap.OnPolylineClickListener - Interface in com.mapbox.mapboxsdk.maps
-
- 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.OnShoveListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map is tilted.
- 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
-
- MapboxMapOptionsTest - Class in com.mapbox.mapboxsdk.maps
-
- MapboxMapOptionsTest() - Constructor for class com.mapbox.mapboxsdk.maps.MapboxMapOptionsTest
-
- MapboxPaddingAnimator - Class in com.mapbox.mapboxsdk.location
-
- MapboxTest - Class in com.mapbox.mapboxsdk
-
- MapboxTest() - Constructor for class com.mapbox.mapboxsdk.MapboxTest
-
- mapboxTileCountLimitExceeded(long) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionObserver
-
- MapChangeReceiverTest - Class in com.mapbox.mapboxsdk.maps
-
Tests integration of MapChangeDispatcher and see if events are correctly forwarded.
- MapChangeReceiverTest() - Constructor for class com.mapbox.mapboxsdk.maps.MapChangeReceiverTest
-
- MapEventFactoryTest - Class in com.mapbox.mapboxsdk.module.telemetry
-
- MapEventFactoryTest() - Constructor for class com.mapbox.mapboxsdk.module.telemetry.MapEventFactoryTest
-
- 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
-
- MapRenderer(Context, GlyphsRasterizationMode, 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.Observer - Interface in com.mapbox.mapboxsdk.snapshotter
-
Can be used to get notified on snapshotter style loading
completion.
- 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
-
- MapTouchListenersTest - Class in com.mapbox.mapboxsdk.maps
-
- MapTouchListenersTest() - Constructor for class com.mapbox.mapboxsdk.maps.MapTouchListenersTest
-
- mapView - Variable in class com.mapbox.mapboxsdk.annotations.Annotation
-
Deprecated.
- 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.OnCameraDidChangeListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map region did change.
- MapView.OnCameraIsChangingListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the camera is changing.
- MapView.OnCameraWillChangeListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the camera will change.
- MapView.OnCanRemoveUnusedStyleImageListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked with an unused image identifier.
- MapView.OnDidBecomeIdleListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map has entered the idle state.
- MapView.OnDidFailLoadingMapListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map is changing.
- MapView.OnDidFinishLoadingMapListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map finished loading.
- MapView.OnDidFinishLoadingStyleListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map has loaded the style.
- MapView.OnDidFinishRenderingFrameListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map finished rendering a frame.
- MapView.OnDidFinishRenderingMapListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map is changing.
- MapView.OnSourceChangedListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when a map source has changed.
- MapView.OnStyleImageMissingListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked with the id of a missing icon.
- MapView.OnWillStartLoadingMapListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map will start loading.
- MapView.OnWillStartRenderingFrameListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map will start rendering a frame.
- MapView.OnWillStartRenderingMapListener - Interface in com.mapbox.mapboxsdk.maps
-
Interface definition for a callback to be invoked when the map will start rendering the map.
- Marker - Class in com.mapbox.mapboxsdk.annotations
-
- Marker(BaseMarkerOptions) - Constructor for class com.mapbox.mapboxsdk.annotations.Marker
-
Deprecated.
Creates a instance of
Marker
using the builder of Marker.
- MarkerOptions - Class in com.mapbox.mapboxsdk.annotations
-
- MarkerOptions() - Constructor for class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
Deprecated.
Defines options for a Marker.
- MarkerOptions(Parcel) - Constructor for class com.mapbox.mapboxsdk.annotations.MarkerOptions
-
Deprecated.
- MarkerTest - Class in com.mapbox.mapboxsdk.annotations
-
- MarkerTest() - Constructor for class com.mapbox.mapboxsdk.annotations.MarkerTest
-
- 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_ABSOLUTE_SCALE_VELOCITY_CHANGE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
Maximum absolute zoom change for multi-pointer scale velocity animation
- 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.
- MAX_WRAP_LONGITUDE - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
-
This constant represents the highest longitude value available to represent a wrapped geolocation.
- maxFractionDigits(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression.NumberFormatOption
-
Number formatting options for specifying the maximum fraction digits to include.
- maxFractionDigits(int) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression.NumberFormatOption
-
Number formatting options for specifying the maximum fraction digits to include.
- 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_PITCH - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
The currently supported maximum pitch level.
- MAXIMUM_SCALE_FACTOR_CLAMP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- 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.
- maxPitchPreference(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies the used maximum pitch for a map view.
- 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
- mergeBitmap(Bitmap, Bitmap, float, float) - 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.
- MIN_WRAP_LONGITUDE - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
-
This constant represents the lowest longitude value available to represent a wrapped geolocation.
- minFractionDigits(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression.NumberFormatOption
-
Number formatting options for specifying the minimum fraction digits to include.
- minFractionDigits(int) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression.NumberFormatOption
-
Number formatting options for specifying the minimum fraction digits to include.
- MINIMUM_ANGULAR_VELOCITY - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- MINIMUM_DIRECTION - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
The currently supported minimum direction
- MINIMUM_PITCH - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
The currently supported minimum pitch level.
- MINIMUM_SCALE_FACTOR_CLAMP - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
- 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.
- minPitchPreference(double) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies the used minimum pitch for a map view.
- 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.
- mockitoRule - Variable in class com.mapbox.mapboxsdk.location.LocationComponentActivationOptionsTest
-
- MockParcel - Class in com.mapbox.mapboxsdk.utils
-
- MockParcel() - Constructor for class com.mapbox.mapboxsdk.utils.MockParcel
-
- 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.
- moveCamera(MapboxMap, CameraUpdate, MapboxMap.CancelableCallback) - Method in class com.mapbox.mapboxsdk.maps.Transform
-
Internal use.