Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

M

MainMapFragment() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.maplayout.BottomSheetActivity.MainMapFragment
 
ManualLocationUpdatesActivity - Class in com.mapbox.mapboxsdk.testapp.activity.location
 
ManualLocationUpdatesActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.location.ManualLocationUpdatesActivity
 
ManualZoomActivity - Class in com.mapbox.mapboxsdk.testapp.activity.camera
Test activity showcasing the zoom Camera API.
ManualZoomActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.camera.ManualZoomActivity
 
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.
MapboxApplication - Class in com.mapbox.mapboxsdk.testapp
Application class of the test application.
MapboxApplication() - Constructor for class com.mapbox.mapboxsdk.testapp.MapboxApplication
 
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
Listener interface that notifies when a MapboxGLSurfaceView is detached from window.
MapboxInjector - Class in com.mapbox.mapboxsdk
 
MapboxInjector() - Constructor for class com.mapbox.mapboxsdk.MapboxInjector
 
MapboxLifecycleException - Exception in com.mapbox.mapboxsdk.exceptions
A MapboxLifecycleException is thrown by MapView when it's lifecycle hasn't been properly integrated.
MapboxLifecycleException() - Constructor for exception com.mapbox.mapboxsdk.exceptions.MapboxLifecycleException
Creates a Mapbox lifecycle exception thrown by MapView when it's lifecycle hasn't been properly integrated.
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 - Variable in class com.mapbox.mapboxsdk.testapp.activity.BaseAppCenterTest
 
mapboxMap - Variable in class com.mapbox.mapboxsdk.testapp.activity.BaseTest
 
mapboxMap - Variable in class com.mapbox.mapboxsdk.testapp.activity.espresso.DeviceIndependentTestActivity
 
mapboxMap - Variable in class com.mapbox.mapboxsdk.testapp.activity.espresso.EspressoTestActivity
 
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
Deprecated.
As of 7.0.0, use Mapbox Annotation Plugin instead
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
Deprecated.
As of 7.0.0, use Mapbox Annotation Plugin instead
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
Deprecated.
As of 7.0.0, use Mapbox Annotation Plugin instead
MapboxMap.OnPolylineClickListener - Interface in com.mapbox.mapboxsdk.maps
Deprecated.
As of 7.0.0, use Mapbox Annotation Plugin instead
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.
MapboxMapAction - Class in com.mapbox.mapboxsdk.testapp.action
 
MapboxMapAction(MapboxMapAction.OnInvokeActionListener, MapboxMap) - Constructor for class com.mapbox.mapboxsdk.testapp.action.MapboxMapAction
 
MapboxMapAction.OnInvokeActionListener - Interface in com.mapbox.mapboxsdk.testapp.action
 
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
 
MapboxMapTest - Class in com.mapbox.mapboxsdk.maps
Deprecated.
remove this file when removing deprecated annotations
MapboxMapTest() - Constructor for class com.mapbox.mapboxsdk.maps.MapboxMapTest
Deprecated.
 
MapboxMapTest.MapboxMapAction - Class in com.mapbox.mapboxsdk.maps
Deprecated.
 
MapboxPaddingAnimator - Class in com.mapbox.mapboxsdk.location
 
MapboxTest - Class in com.mapbox.mapboxsdk
 
MapboxTest() - Constructor for class com.mapbox.mapboxsdk.MapboxTest
 
MapboxTest - Class in com.mapbox.mapboxsdk.maps
 
MapboxTest() - Constructor for class com.mapbox.mapboxsdk.maps.MapboxTest
 
mapboxTileCountLimitExceeded(long) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionObserver
 
MapChangeActivity - Class in com.mapbox.mapboxsdk.testapp.activity.maplayout
Test activity showcasing how to listen to map change events.
MapChangeActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.maplayout.MapChangeActivity
 
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
 
MapDialogFragment() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.maplayout.MapInDialogActivity.MapDialogFragment
 
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.
MapFragmentActivity - Class in com.mapbox.mapboxsdk.testapp.activity.fragment
Test activity showcasing using the MapFragment API using SDK Fragments.
MapFragmentActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.fragment.MapFragmentActivity
 
MapFragmentUtils - Class in com.mapbox.mapboxsdk.utils
MapFragment utility class.
MapFragmentUtils() - Constructor for class com.mapbox.mapboxsdk.utils.MapFragmentUtils
 
MapInDialogActivity - Class in com.mapbox.mapboxsdk.testapp.activity.maplayout
Test activity showcasing showing a Map inside of a DialogFragment.
MapInDialogActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.maplayout.MapInDialogActivity
 
MapInDialogActivity.MapDialogFragment - Class in com.mapbox.mapboxsdk.testapp.activity.maplayout
 
MapPaddingActivity - Class in com.mapbox.mapboxsdk.testapp.activity.maplayout
Test activity showcasing using the map padding API.
MapPaddingActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.maplayout.MapPaddingActivity
 
MapRenderer - Class in com.mapbox.mapboxsdk.maps.renderer
The MapRenderer encapsulates the GL thread.
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.
MapSnapshotterActivity - Class in com.mapbox.mapboxsdk.testapp.activity.snapshot
Test activity showing how to use a the MapSnapshotter
MapSnapshotterActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.snapshot.MapSnapshotterActivity
 
MapSnapshotterBitMapOverlayActivity - Class in com.mapbox.mapboxsdk.testapp.activity.snapshot
Test activity showing how to use a the MapSnapshotter and overlay Bitmaps on top.
MapSnapshotterBitMapOverlayActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.snapshot.MapSnapshotterBitMapOverlayActivity
 
MapSnapshotterHeatMapActivity - Class in com.mapbox.mapboxsdk.testapp.activity.snapshot
Test activity showing how to use a the MapSnapshotter and heatmap layer on it.
MapSnapshotterHeatMapActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.snapshot.MapSnapshotterHeatMapActivity
 
MapSnapshotterLocalStyleActivity - Class in com.mapbox.mapboxsdk.testapp.activity.snapshot
Test activity showing how to use a the MapSnapshotter with a local style
MapSnapshotterLocalStyleActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.snapshot.MapSnapshotterLocalStyleActivity
 
MapSnapshotterReuseActivity - Class in com.mapbox.mapboxsdk.testapp.activity.snapshot
Test activity showing how to use a the MapSnapshotter
MapSnapshotterReuseActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.snapshot.MapSnapshotterReuseActivity
 
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 - Variable in class com.mapbox.mapboxsdk.testapp.activity.BaseAppCenterTest
 
mapView - Variable in class com.mapbox.mapboxsdk.testapp.activity.BaseTest
 
mapView - Variable in class com.mapbox.mapboxsdk.testapp.activity.espresso.DeviceIndependentTestActivity
 
mapView - Variable in class com.mapbox.mapboxsdk.testapp.activity.espresso.EspressoTestActivity
 
mapView - Variable in class com.mapbox.mapboxsdk.testapp.activity.feature.QueryRenderedFeaturesBoxCountActivity
 
mapView - Variable in class com.mapbox.mapboxsdk.testapp.activity.feature.QueryRenderedFeaturesBoxHighlightActivity
 
mapView - Variable in class com.mapbox.mapboxsdk.testapp.activity.feature.QueryRenderedFeaturesBoxSymbolCountActivity
 
mapView - Variable in class com.mapbox.mapboxsdk.testapp.activity.feature.QueryRenderedFeaturesPropertiesActivity
 
mapView - Variable in class com.mapbox.mapboxsdk.testapp.activity.feature.QuerySourceFeaturesActivity
 
mapView - Variable in class com.mapbox.mapboxsdk.testapp.activity.style.FillExtrusionStyleTestActivity
 
mapView - Variable in class com.mapbox.mapboxsdk.testapp.activity.style.RuntimeStyleTimingTestActivity
 
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.OnDidFailLoadingTileListener - Interface in com.mapbox.mapboxsdk.maps
Interface definition for a callback to be invoked when the tile failed to load.
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.
MapViewPager - Class in com.mapbox.mapboxsdk.testapp.view
 
MapViewPager(Context, AttributeSet) - Constructor for class com.mapbox.mapboxsdk.testapp.view.MapViewPager
 
Marker - Class in com.mapbox.mapboxsdk.annotations
Deprecated.
As of 7.0.0, use Mapbox Annotation Plugin instead
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
Deprecated.
As of 7.0.0, use Mapbox Annotation Plugin instead
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
 
MarkerTest - Class in com.mapbox.mapboxsdk.testapp.annotations
 
MarkerTest() - Constructor for class com.mapbox.mapboxsdk.testapp.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
Deprecated.
unused
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.
MaxMinZoomActivity - Class in com.mapbox.mapboxsdk.testapp.activity.camera
Test activity showcasing using maximum and minimum zoom levels to restrict camera movement.
MaxMinZoomActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.camera.MaxMinZoomActivity
 
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.
Metadata() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.render.RenderTestStyleDefinition.Metadata
 
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
Deprecated.
unused
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.
MultiMapActivity - Class in com.mapbox.mapboxsdk.testapp.activity.fragment
Test Activity showcasing using multiple static map fragments in one layout.
MultiMapActivity() - Constructor for class com.mapbox.mapboxsdk.testapp.activity.fragment.MultiMapActivity
 
MULTIPLIER_PER_PIXEL - Static variable in class com.mapbox.mapboxsdk.testapp.activity.camera.ScrollByActivity
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links