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

O

object(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Asserts that the input value is an object.
ObservableEvent - Class in com.mapbox.mapboxsdk.maps
Generic Event type used to notify Observer.
ObservableEvent(String, Date, Date, Value) - Constructor for class com.mapbox.mapboxsdk.maps.ObservableEvent
 
Observer - Class in com.mapbox.mapboxsdk.maps
Observer interface used to subscribe for an Observable events.
Observer() - Constructor for class com.mapbox.mapboxsdk.maps.Observer
 
obtain(Parcelable) - Static method in class com.mapbox.mapboxsdk.utils.MockParcel
 
obtain(Parcelable, int) - Static method in class com.mapbox.mapboxsdk.utils.MockParcel
 
obtainTelemetry() - Method in interface com.mapbox.mapboxsdk.ModuleProvider
Get the concrete implementation of TelemetryDefinition
obtainTelemetry() - Method in class com.mapbox.mapboxsdk.ModuleProviderImpl
 
OfflineDownloadEndEvent - Class in com.mapbox.mapboxsdk.module.telemetry
Event will be sent while offline download end.
OfflineDownloadStartEvent - Class in com.mapbox.mapboxsdk.module.telemetry
Event will be sent while offline download start.
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(String, Geometry, double, double, float, boolean) - 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.FileSourceCallback - Interface in com.mapbox.mapboxsdk.offline
This callback receives an asynchronous response indicating if an operation has succeeded or failed.
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.
OfflineManager.PrefetchAmbientCacheCallback - Interface in com.mapbox.mapboxsdk.offline
This callback receives an asynchronous response containing a the request ID of the prefetch ambient cache request.
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.OfflineRegionInvalidateCallback - Interface in com.mapbox.mapboxsdk.offline
This callback receives an asynchronous response containing a notification when an offline region has been invalidated, 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(String, LatLngBounds, double, double, float, boolean) - 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.
onAttachedToWindow() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.MapboxGLSurfaceView
This method is used as part of the View class and is not normally called or subclassed by clients of GLSurfaceView.
onCameraDidChange(boolean) - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnCameraDidChangeListener
Called when the camera did change.
onCameraDidChange(boolean) - Method in class com.mapbox.mapboxsdk.maps.Transform
 
onCameraIdle() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnCameraIdleListener
Called when camera movement has ended.
onCameraIsChanging() - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnCameraIsChangingListener
Called when the camera is changing.
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.
onCameraWillChange(boolean) - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnCameraWillChangeListener
Called when the camera region will change.
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
 
onCanRemoveUnusedStyleImage(String) - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnCanRemoveUnusedStyleImageListener
Called when the map needs to release unused image resources.
onClick(View) - Method in class com.mapbox.mapboxsdk.maps.AttributionDialogManager
 
onClick(DialogInterface, int) - Method in class com.mapbox.mapboxsdk.maps.AttributionDialogManager
 
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.
onCreateOfflineRegion(OfflineRegionDefinition) - Method in interface com.mapbox.mapboxsdk.maps.TelemetryDefinition
Register an end-user offline download event.
onCreateOfflineRegion(OfflineRegionDefinition) - Method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Register an offline region creation event.
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
onDestroy() - Method in class com.mapbox.mapboxsdk.location.LocationComponent
Internal use.
onDestroy() - Method in class com.mapbox.mapboxsdk.maps.MapFragment
Called when the fragment is destroyed.
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.glsurfaceview.GLSurfaceViewMapRenderer
 
onDestroy() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
onDestroy() - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
onDestroy() - Method in class com.mapbox.mapboxsdk.maps.SupportMapFragment
Called when the fragment is destroyed.
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 hierarchy is being destroyed.
onDetachedFromWindow() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.MapboxGLSurfaceView
 
onDeveloperAnimationStarted() - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnDeveloperAnimationListener
Notifies listener when a developer invoked animation is about to start.
onDidBecomeIdle() - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnDidBecomeIdleListener
Called when the map has entered the idle state.
onDidFailLoadingMap(String) - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnDidFailLoadingMapListener
Called when the map failed to load.
onDidFailLoadingStyle(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Called by JNI peer when snapshot style is ready.
onDidFinishLoadingMap() - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnDidFinishLoadingMapListener
Called when the map has finished loading.
onDidFinishLoadingStyle() - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnDidFinishLoadingStyleListener
Called when a style has finished loading.
onDidFinishLoadingStyle() - Method in interface com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Observer
Called when snapshotter finishes loading its style.
onDidFinishLoadingStyle() - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Called by JNI peer when snapshot style is loaded.
onDidFinishRenderingFrame(boolean) - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnDidFinishRenderingFrameListener
Called when the map has finished rendering a frame
onDidFinishRenderingMap(boolean) - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnDidFinishRenderingMapListener
Called when the map has finished rendering.
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
oneLatLngs() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
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.FileSourceCallback
Receives an error message if an operation was not successful
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(long, String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.PrefetchAmbientCacheCallback
Receives the error message.
onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionDeleteCallback
Receives the error message
onError(String) - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionInvalidateCallback
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(String) - Method in interface com.mapbox.mapboxsdk.storage.FileSource.ResourcesCachePathChangeCallback
Receives an error message if setting the path was not successful
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.
onFlingListenerTest() - Method in class com.mapbox.mapboxsdk.maps.MapTouchListenersTest
 
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
Deprecated.
since 7.5.0, this event is no longer supported
onGestureInteraction(String, double, double, double) - Method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Deprecated.
since 7.5.0, this event is no longer supported
onGLSurfaceViewDetached() - Method in interface com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.MapboxGLSurfaceView.OnGLSurfaceViewDetachedListener
Called when a MapboxGLSurfaceView is detached from window.
onIndicatorPositionChanged(Point) - Method in interface com.mapbox.mapboxsdk.location.OnIndicatorPositionChangedListener
This method is called on each position change of the location indicator, including each animation frame.
OnIndicatorPositionChangedListener - Interface in com.mapbox.mapboxsdk.location
Listener that gets invoked when indicator position changes.
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.
onInitialization_accuracyLayerIsAdded() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onInitialization_backgroundLayerIsAdded() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onInitialization_bearingLayerIsAdded() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onInitialization_foregroundLayerIsAdded() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onInitialization_locationSourceIsAdded() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onInitialization_numberOfCachedLayerIdsIsConstant() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onInitialization_pulsingCircleLayerIsAdded() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onInitialization_shadowLayerIsAdded() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onInvalidate() - Method in interface com.mapbox.mapboxsdk.offline.OfflineRegion.OfflineRegionInvalidateCallback
Receives the invalidate notification
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
Deprecated.
 
onList(OfflineRegion[]) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.ListOfflineRegionsCallback
Receives the list of offline regions.
onLocationCameraTransitionCanceled(int) - Method in interface com.mapbox.mapboxsdk.location.OnLocationCameraTransitionListener
Invoked when the camera mode transition animation has been canceled.
onLocationCameraTransitionFinished(int) - Method in interface com.mapbox.mapboxsdk.location.OnLocationCameraTransitionListener
Invoked when the camera mode transition animation has been finished.
OnLocationCameraTransitionListener - Interface in com.mapbox.mapboxsdk.location
Callback for CameraMode transition state.
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.
onMapClick(LatLng) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMapClickListener
Called when the user clicks on the map view.
onMapClickListenerTest() - Method in class com.mapbox.mapboxsdk.maps.MapTouchListenersTest
 
onMapLongClick(LatLng) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMapLongClickListener
Called when the user long clicks on the map view.
onMapLongClickListenerTest() - Method in class com.mapbox.mapboxsdk.maps.MapTouchListenersTest
 
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
Deprecated.
Called when the user clicks on a marker.
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
 
onMove_cancellingTransitionWhileBearing() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onMove_cancellingTransitionWhileGps() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onMove_notCancellingTransitionWhileNone() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onMoveBegin(MoveGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMoveListener
 
onMoveEnd(MoveGestureDetector) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnMoveListener
 
onMoveListenerTest() - Method in class com.mapbox.mapboxsdk.maps.MapTouchListenersTest
 
onNeTiltValue_cameraIsUpdated() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNetworkStateChanged(boolean) - Method in interface com.mapbox.mapboxsdk.net.ConnectivityListener
 
onNewAccuracyRadiusValue_locationFeatureIsUpdated() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onNewAccuracyRadiusValue_updateIgnoredWithInvalidRenderMode() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onNewCompassBearingValue_cameraModeNoneCompassUpdatesBearing() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewCompassBearingValue_cameraModeNoneIgnored() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewCompassBearingValue_cameraModeTrackingCompassUpdatesBearing() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewCompassBearingValue_locationFeatureIsUpdated() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onNewCompassBearingValue_updateIgnoredWithInvalidRenderMode() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onNewGpsBearingValue_cameraModeNoneGpsUpdatesBearing() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewGpsBearingValue_cameraModeNoneIgnored() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewGpsBearingValue_cameraModeTrackingGpsUpdatesBearing() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewGpsBearingValue_cameraModeTrackingNorthBearingZeroIgnored() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewGpsBearingValue_cameraModeTrackingNorthUpdatesBearing() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewGpsBearingValue_locationFeatureIsUpdated() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onNewGpsBearingValue_updateIgnoredWithInvalidRenderMode() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onNewLatLngValue_cameraModeNoneIgnored() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewLatLngValue_cameraModeTrackingCompassUpdatesLatLng() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewLatLngValue_cameraModeTrackingGpsNorthUpdatesLatLng() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewLatLngValue_cameraModeTrackingGpsUpdatesLatLng() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewLatLngValue_cameraModeTrackingUpdatesLatLng() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewLatLngValue_focalPointIsAdjusted() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
onNewLatLngValue_locationFeatureIsUpdated() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
onNewZoomValue_cameraIsUpdated() - Method in class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
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.glsurfaceview.GLSurfaceViewMapRenderer
 
onPause() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.MapboxGLSurfaceView
Pause the rendering thread, optionally tearing down the EGL context depending upon the value of MapboxGLSurfaceView.setPreserveEGLContextOnPause(boolean).
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.
onPerformanceEvent(Bundle) - Method in interface com.mapbox.mapboxsdk.maps.TelemetryDefinition
Register a performance event.
onPerformanceEvent(Bundle) - Method in class com.mapbox.mapboxsdk.module.telemetry.TelemetryImpl
Register a performance event
onPolygonClick(Polygon) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnPolygonClickListener
Deprecated.
Called when the user clicks on a polygon.
onPolylineClick(Polyline) - Method in interface com.mapbox.mapboxsdk.maps.MapboxMap.OnPolylineClickListener
Deprecated.
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
onRenderModeChanged(int) - Method in interface com.mapbox.mapboxsdk.location.OnRenderModeChangedListener
Invoked on every RenderMode change.
OnRenderModeChangedListener - Interface in com.mapbox.mapboxsdk.location
Listener that gets invoked when layer render mode changes.
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.glsurfaceview.GLSurfaceViewMapRenderer
 
onResume() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.MapboxGLSurfaceView
Resumes the rendering thread, re-creating the OpenGL context if necessary.
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
 
onRotateListenerTest() - Method in class com.mapbox.mapboxsdk.maps.MapTouchListenersTest
 
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
 
onScaleListenerTest() - Method in class com.mapbox.mapboxsdk.maps.MapTouchListenersTest
 
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
 
onShoveListenerTest() - Method in class com.mapbox.mapboxsdk.maps.MapTouchListenersTest
 
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.
onSourceChangedListener(String) - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnSourceChangedListener
Called when a map source has changed.
onStaleStateChange(boolean) - Method in interface com.mapbox.mapboxsdk.location.OnLocationStaleListener
Called when the stale state changes.
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 class com.mapbox.mapboxsdk.location.LocationComponent
Internal use.
onStop() - Method in class com.mapbox.mapboxsdk.maps.AttributionDialogManager
 
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.
onStyleImageMissing(String) - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnStyleImageMissingListener
Called when the map is missing an icon.The icon should be added synchronously with Style.addImage(String, Bitmap) to be rendered on the current zoom level.
onStyleImageMissing(String) - Method in interface com.mapbox.mapboxsdk.snapshotter.MapSnapshotter.Observer
Called when the map is missing an icon.The icon should be added synchronously with MapSnapshotter.addImage(String, Bitmap, boolean) to be rendered on the current zoom level.
onStyleImageMissing(String) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshotter
Called by JNI peer when snapshot style image is missing.
onStyleLoaded(Style) - Method in interface com.mapbox.mapboxsdk.maps.Style.OnStyleLoaded
Invoked when a style has finished loading.
onSuccess() - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.FileSourceCallback
Receives the success of an operation
onSuccess(long) - Method in interface com.mapbox.mapboxsdk.offline.OfflineManager.PrefetchAmbientCacheCallback
Receives request Id of the prefetch ambient cache request.
onSuccess(String) - Method in interface com.mapbox.mapboxsdk.storage.FileSource.ResourcesCachePathChangeCallback
Receives the new database path
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
onSurfaceDestroyed() - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onSurfaceDestroyed() - Method in class com.mapbox.mapboxsdk.maps.renderer.MapRenderer
 
onSurfaceDestroyed() - 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.
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.
onWillStartLoadingMap() - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnWillStartLoadingMapListener
Called when the map will start loading.
onWillStartRenderingFrame() - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnWillStartRenderingFrameListener
Called when the map will start rendering a frame.
onWillStartRenderingMap() - Method in interface com.mapbox.mapboxsdk.maps.MapView.OnWillStartRenderingMapListener
Called when the map will start rendering.
onWritePermissionGranted() - Method in interface com.mapbox.mapboxsdk.utils.FileUtils.OnCheckFileWritePermissionListener
Invoked when app's process has a permission to write to a file.
Options(Context) - 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.maps.Style
Outdoors: A general-purpose style tailored to outdoor activities.
outerUnion() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
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