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.dingi.dingisdk.style.expressions.Expression
Asserts that the input value is an object.
OfflineGeometryRegionDefinition - Class in com.dingi.dingisdk.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.dingi.dingisdk.offline.OfflineGeometryRegionDefinition
Constructor to create an OfflineGeometryRegionDefinition from parameters.
OfflineGeometryRegionDefinition(Parcel) - Constructor for class com.dingi.dingisdk.offline.OfflineGeometryRegionDefinition
Constructor to create an OfflineGeometryRegionDefinition from a Parcel.
OfflineManager - Class in com.dingi.dingisdk.offline
The offline manager is the main entry point for offline-related functionality.
OfflineManager.CreateOfflineRegionCallback - Interface in com.dingi.dingisdk.offline
This callback receives an asynchronous response containing the newly created OfflineRegion in the database or an error message otherwise.
OfflineManager.ListOfflineRegionsCallback - Interface in com.dingi.dingisdk.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.dingi.dingisdk.offline
This callback receives an asynchronous response containing a list of all OfflineRegion added to the database during the merge.
OfflineRegion - Class in com.dingi.dingisdk.offline
An offline region is the basic building block for offline mobile maps.
OfflineRegion.DownloadState - Annotation Type in com.dingi.dingisdk.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.dingi.dingisdk.offline
This callback receives an asynchronous response containing a notification when an offline region has been deleted, or a String error message otherwise.
OfflineRegion.OfflineRegionObserver - Interface in com.dingi.dingisdk.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.dingi.dingisdk.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.dingi.dingisdk.offline
This callback receives an asynchronous response containing the newly update OfflineMetadata in the database, or an error message otherwise.
OfflineRegionDefinition - Interface in com.dingi.dingisdk.offline
This is the interface that all Offline Region definitions have to implement.
OfflineRegionError - Class in com.dingi.dingisdk.offline
An Offline Region error
OfflineRegionError.ErrorReason - Annotation Type in com.dingi.dingisdk.offline
Error code, as a string, self-explanatory.
OfflineRegionStatus - Class in com.dingi.dingisdk.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.dingi.dingisdk.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.dingi.dingisdk.offline.OfflineTilePyramidRegionDefinition
Constructor to create an OfflineTilePyramidDefinition from parameters.
OfflineTilePyramidRegionDefinition(Parcel) - Constructor for class com.dingi.dingisdk.offline.OfflineTilePyramidRegionDefinition
Constructor to create an OfflineTilePyramidDefinition from a Parcel.
onAnimationEnd() - Method in interface com.dingi.dingisdk.utils.AnimatorUtils.OnAnimationEndListener
 
onAppUserTurnstileEvent() - Method in interface com.dingi.dingisdk.maps.TelemetryDefinition
Register the app user turnstile event
onAttach(Context) - Method in class com.dingi.dingisdk.maps.MapFragment
Called when the context attaches to this fragment.
onAttach(Context) - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Called when the context attaches to this fragment.
onCameraDidChange(boolean) - Method in interface com.dingi.dingisdk.maps.MapView.OnCameraDidChangeListener
Called when the camera did change.
onCameraIdle() - Method in interface com.dingi.dingisdk.maps.DingiMap.OnCameraIdleListener
Called when camera movement has ended.
onCameraIsChanging() - Method in interface com.dingi.dingisdk.maps.MapView.OnCameraIsChangingListener
Called when the camera is changing.
onCameraMove() - Method in interface com.dingi.dingisdk.maps.DingiMap.OnCameraMoveListener
Called repeatedly as the camera continues to move after an onCameraMoveStarted call.
onCameraMoveCanceled() - Method in interface com.dingi.dingisdk.maps.DingiMap.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.dingi.dingisdk.maps.DingiMap.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.dingi.dingisdk.location.OnCameraTrackingChangedListener
Invoked on every CameraMode change.
OnCameraTrackingChangedListener - Interface in com.dingi.dingisdk.location
Listener that gets invoked when camera tracking state changes.
onCameraTrackingDismissed() - Method in interface com.dingi.dingisdk.location.OnCameraTrackingChangedListener
Invoked whenever camera tracking is broken.
onCameraWillChange(boolean) - Method in interface com.dingi.dingisdk.maps.MapView.OnCameraWillChangeListener
Called when the camera region will change.
onCancel() - Method in interface com.dingi.dingisdk.maps.DingiMap.CancelableCallback
Invoked when a task is cancelled.
onCancelled() - Method in class com.dingi.dingisdk.utils.FileUtils.CheckFileReadPermissionTask
 
onCancelled() - Method in class com.dingi.dingisdk.utils.FileUtils.CheckFileWritePermissionTask
 
onClick(View) - Method in class com.dingi.dingisdk.maps.AttributionDialogManager
 
onClick(DialogInterface, int) - Method in class com.dingi.dingisdk.maps.AttributionDialogManager
 
onClickMarkerView(MarkerView) - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
Deprecated.
When the provided MarkerView is clicked on by a user, we check if a custom click event has been created and if not, display a InfoWindow.
onCompassAccuracyChange(int) - Method in interface com.dingi.dingisdk.location.CompassListener
This gets invoked when the compass accuracy status changes from one value to another.
onCompassAnimation() - Method in interface com.dingi.dingisdk.maps.DingiMap.OnCompassAnimationListener
Called repeatedly as the compass continues to move after clicking on it.
onCompassAnimationFinished() - Method in interface com.dingi.dingisdk.maps.DingiMap.OnCompassAnimationListener
Called when compass animation has ended.
onCompassChanged(float) - Method in interface com.dingi.dingisdk.location.CompassListener
Callback's invoked when a new compass update occurs.
onCreate(Bundle) - Method in class com.dingi.dingisdk.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.dingi.dingisdk.offline.OfflineManager.CreateOfflineRegionCallback
Receives the newly created offline region.
onCreateOfflineRegion(OfflineRegionDefinition) - Method in interface com.dingi.dingisdk.maps.TelemetryDefinition
Register an end-user offline download event.
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.dingi.dingisdk.maps.MapFragment
Creates the fragment view hierarchy.
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Creates the fragment view hierarchy.
onDelete() - Method in interface com.dingi.dingisdk.offline.OfflineRegion.OfflineRegionDeleteCallback
Receives the delete notification
onDeselect(U, View) - Method in class com.dingi.dingisdk.maps.DingiMap.MarkerViewAdapter
Deprecated.
Called when a MarkerView is deselected from the MapView.
onDestroy() - Method in class com.dingi.dingisdk.location.LocationComponent
Internal use.
onDestroy() - Method in class com.dingi.dingisdk.maps.MapView
You must call this method from the parent's Activity#onDestroy() or Fragment#onDestroyView().
onDestroy() - Method in class com.dingi.dingisdk.maps.renderer.MapRenderer
 
onDestroy() - Method in class com.dingi.dingisdk.maps.renderer.textureview.TextureViewMapRenderer
onDestroyView() - Method in class com.dingi.dingisdk.maps.MapFragment
Called when the fragment is view hiearchy is being destroyed.
onDestroyView() - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Called when the fragment is view hiearchy is being destroyed.
onDidFailLoadingMap(String) - Method in interface com.dingi.dingisdk.maps.MapView.OnDidFailLoadingMapListener
Called when the map failed to load.
onDidFinishLoadingMap() - Method in interface com.dingi.dingisdk.maps.MapView.OnDidFinishLoadingMapListener
Called when the map has finished loading.
onDidFinishLoadingStyle() - Method in interface com.dingi.dingisdk.maps.MapView.OnDidFinishLoadingStyleListener
Called when a style has finished loading.
onDidFinishRenderingFrame(boolean) - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
Deprecated.
 
onDidFinishRenderingFrame(boolean) - Method in interface com.dingi.dingisdk.maps.MapView.OnDidFinishRenderingFrameListener
Called when the map has finished rendering a frame
onDidFinishRenderingMap(boolean) - Method in interface com.dingi.dingisdk.maps.MapView.OnDidFinishRenderingMapListener
Called when the map has finished rendering.
onDrawFrame(GL10) - Method in class com.dingi.dingisdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onDrawFrame(GL10) - Method in class com.dingi.dingisdk.maps.renderer.MapRenderer
 
onDrawFrame(GL10) - Method in class com.dingi.dingisdk.maps.renderer.textureview.TextureViewMapRenderer
Overridden to provide package access
onError(String) - Method in interface com.dingi.dingisdk.offline.OfflineManager.CreateOfflineRegionCallback
Receives the error message.
onError(String) - Method in interface com.dingi.dingisdk.offline.OfflineManager.ListOfflineRegionsCallback
Receives the error message.
onError(String) - Method in interface com.dingi.dingisdk.offline.OfflineManager.MergeOfflineRegionsCallback
Receives the error message.
onError(String) - Method in interface com.dingi.dingisdk.offline.OfflineRegion.OfflineRegionDeleteCallback
Receives the error message
onError(OfflineRegionError) - Method in interface com.dingi.dingisdk.offline.OfflineRegion.OfflineRegionObserver
Implement this method to be notified of errors encountered while downloading regional resources.
onError(String) - Method in interface com.dingi.dingisdk.offline.OfflineRegion.OfflineRegionStatusCallback
Receives the error message
onError(String) - Method in interface com.dingi.dingisdk.offline.OfflineRegion.OfflineRegionUpdateMetadataCallback
Receives the error message.
onError(String) - Method in interface com.dingi.dingisdk.snapshotter.MapSnapshotter.ErrorHandler
Called on error.
onError() - Method in interface com.dingi.dingisdk.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.dingi.dingisdk.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.dingi.dingisdk.maps.DingiMap.CancelableCallback
Invoked when a task is complete.
onFinishLoadingStyle() - Method in class com.dingi.dingisdk.location.LocationComponent
Internal use.
onFling() - Method in interface com.dingi.dingisdk.maps.DingiMap.OnFlingListener
Called when the map is flinged.
onFocalPointChanged(PointF) - Method in interface com.dingi.dingisdk.maps.FocalPointChangeListener
 
onFpsChanged(double) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnFpsChangedListener
Called for every frame rendered to the map view.
onGenericMotionEvent(MotionEvent) - Method in class com.dingi.dingisdk.maps.MapView
 
onGestureInteraction(String, double, double, double) - Method in interface com.dingi.dingisdk.maps.TelemetryDefinition
Register an end-user gesture interaction event.
onInflate(Context, AttributeSet, Bundle) - Method in class com.dingi.dingisdk.maps.MapFragment
Called when this fragment is inflated, parses XML tag attributes.
onInflate(Context, AttributeSet, Bundle) - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Called when this fragment is inflated, parses XML tag attributes.
onInfoWindowClick(Marker) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnInfoWindowClickListener
Called when the user clicks on an info window.
onInfoWindowClose(Marker) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnInfoWindowCloseListener
Called when the marker's info window is closed.
onInfoWindowLongClick(Marker) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnInfoWindowLongClickListener
Called when the user makes a long-press gesture on the marker's info window.
onKeyDown(int, KeyEvent) - Method in class com.dingi.dingisdk.maps.MapView
 
onKeyLongPress(int, KeyEvent) - Method in class com.dingi.dingisdk.maps.MapView
 
onKeyUp(int, KeyEvent) - Method in class com.dingi.dingisdk.maps.MapView
 
onLayout(boolean, int, int, int, int) - Method in class com.dingi.dingisdk.annotations.BubbleLayout
 
onList(OfflineRegion[]) - Method in interface com.dingi.dingisdk.offline.OfflineManager.ListOfflineRegionsCallback
Receives the list of offline regions.
OnLocationClickListener - Interface in com.dingi.dingisdk.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.dingi.dingisdk.location.OnLocationClickListener
Called whenever user clicks on the location layer drawn on the map.
onLocationComponentLongClick() - Method in interface com.dingi.dingisdk.location.OnLocationLongClickListener
Called whenever user long clicks on the location layer drawn on the map.
OnLocationLongClickListener - Interface in com.dingi.dingisdk.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.dingi.dingisdk.location
Listener that can be added as a callback when the last location update is considered stale.
onLowMemory() - Method in class com.dingi.dingisdk.maps.MapFragment
Called when the fragment receives onLowMemory call from the hosting Activity.
onLowMemory() - Method in class com.dingi.dingisdk.maps.MapView
You must call this method from the parent's Activity#onLowMemory() or Fragment#onLowMemory().
onLowMemory() - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Called when the fragment receives onLowMemory call from the hosting Activity.
onMapClick(LatLng) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnMapClickListener
Called when the user clicks on the map view.
onMapLongClick(LatLng) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnMapLongClickListener
Called when the user long clicks on the map view.
onMapReady(DingiMap) - Method in class com.dingi.dingisdk.maps.MapFragment
Called when the style of the map has successfully loaded.
onMapReady(DingiMap) - Method in interface com.dingi.dingisdk.maps.OnMapReadyCallback
Called when the map is ready to be used.
onMapReady(DingiMap) - Method in class com.dingi.dingisdk.maps.SupportMapFragment
 
OnMapReadyCallback - Interface in com.dingi.dingisdk.maps
Interface definition for a callback to be invoked when the map is ready to be used.
onMapViewReady(MapView) - Method in interface com.dingi.dingisdk.maps.MapFragment.OnMapViewReadyCallback
Called when the map has been created.
onMarkerClick(Marker) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnMarkerClickListener
Called when the user clicks on a marker.
onMarkerClick(Marker, View, DingiMap.MarkerViewAdapter) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnMarkerViewClickListener
Called when the user clicks on a MarkerView.
onMerge(OfflineRegion[]) - Method in interface com.dingi.dingisdk.offline.OfflineManager.MergeOfflineRegionsCallback
Receives the list of merged offline regions.
onMove(MoveGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnMoveListener
 
onMoveBegin(MoveGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnMoveListener
 
onMoveEnd(MoveGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnMoveListener
 
onNetworkStateChanged(boolean) - Method in interface com.dingi.dingisdk.net.ConnectivityListener
 
onPause() - Method in class com.dingi.dingisdk.maps.MapFragment
Called when the fragment is pausing.
onPause() - Method in class com.dingi.dingisdk.maps.MapView
You must call this method from the parent's Activity#onPause() or Fragment#onPause().
onPause() - Method in class com.dingi.dingisdk.maps.renderer.MapRenderer
 
onPause() - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Called when the fragment is pausing.
onPolygonClick(Polygon) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnPolygonClickListener
Called when the user clicks on a polygon.
onPolylineClick(Polyline) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnPolylineClickListener
Called when the user clicks on a polyline.
onPostExecute(Boolean) - Method in class com.dingi.dingisdk.utils.FileUtils.CheckFileReadPermissionTask
 
onPostExecute(Boolean) - Method in class com.dingi.dingisdk.utils.FileUtils.CheckFileWritePermissionTask
 
onReadPermissionGranted() - Method in interface com.dingi.dingisdk.utils.FileUtils.OnCheckFileReadPermissionListener
Invoked when app's process has a permission to read a file.
onReceive(Context, Intent) - Method in class com.dingi.dingisdk.net.ConnectivityReceiver
onResponse(int, String, String, String, String, String, String, byte[]) - Method in interface com.dingi.dingisdk.http.HttpResponder
Invoked when a resource has finished.
onResponse(int, String, String, String, String, String, String, byte[]) - Method in class com.dingi.dingisdk.http.NativeHttpRequest
 
onResume() - Method in class com.dingi.dingisdk.maps.MapFragment
Called when the fragment is ready to be interacted with.
onResume() - Method in class com.dingi.dingisdk.maps.MapView
You must call this method from the parent's Activity#onResume() or Fragment#onResume().
onResume() - Method in class com.dingi.dingisdk.maps.renderer.MapRenderer
 
onResume() - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Called when the fragment is ready to be interacted with.
onRotate(RotateGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnRotateListener
 
onRotateBegin(RotateGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnRotateListener
 
onRotateEnd(RotateGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnRotateListener
 
onSaveInstanceState(Bundle) - Method in class com.dingi.dingisdk.maps.MapFragment
Called when the fragment state needs to be saved.
onSaveInstanceState(Bundle) - Method in class com.dingi.dingisdk.maps.MapView
You must call this method from the parent's Activity#onSaveInstanceState(Bundle) or Fragment#onSaveInstanceState(Bundle).
onSaveInstanceState(Bundle) - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Called when the fragment state needs to be saved.
onScale(StandardScaleGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnScaleListener
 
onScaleBegin(StandardScaleGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnScaleListener
 
onScaleEnd(StandardScaleGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnScaleListener
 
onSelect(U, View, boolean) - Method in class com.dingi.dingisdk.maps.DingiMap.MarkerViewAdapter
Deprecated.
Called when a MarkerView is selected from the MapView.
onShove(ShoveGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnShoveListener
 
onShoveBegin(ShoveGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnShoveListener
 
onShoveEnd(ShoveGestureDetector) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnShoveListener
 
onSizeChanged(int, int, int, int) - Method in class com.dingi.dingisdk.maps.MapView
 
onSnapshotFailed(String) - Method in class com.dingi.dingisdk.snapshotter.MapSnapshotter
Called by JNI peer when snapshot has failed.
onSnapshotReady(Bitmap) - Method in interface com.dingi.dingisdk.maps.DingiMap.SnapshotReadyCallback
Invoked when the snapshot has been taken.
onSnapshotReady(MapSnapshot) - Method in class com.dingi.dingisdk.snapshotter.MapSnapshotter
Called by JNI peer when snapshot is ready.
onSnapshotReady(MapSnapshot) - Method in interface com.dingi.dingisdk.snapshotter.MapSnapshotter.SnapshotReadyCallback
Called when the snapshot is complete.
onSourceChangedListener(String) - Method in interface com.dingi.dingisdk.maps.MapView.OnSourceChangedListener
Called when a map source has changed.
onStaleStateChange(boolean) - Method in interface com.dingi.dingisdk.location.OnLocationStaleListener
Called when the stale state changes.
onStart() - Method in interface com.dingi.dingisdk.location.CompassEngine
Lifecycle method that can be used for adding or releasing resources.
onStart() - Method in class com.dingi.dingisdk.location.LocationComponent
Internal use.
onStart() - Method in class com.dingi.dingisdk.maps.MapFragment
Called when the fragment is visible for the users.
onStart() - Method in class com.dingi.dingisdk.maps.MapView
You must call this method from the parent's Activity#onStart() or Fragment#onStart()
onStart() - Method in class com.dingi.dingisdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onStart() - Method in class com.dingi.dingisdk.maps.renderer.MapRenderer
 
onStart() - Method in class com.dingi.dingisdk.maps.renderer.textureview.TextureViewMapRenderer
onStart() - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Called when the fragment is visible for the users.
onStartLoadingMap() - Method in class com.dingi.dingisdk.location.LocationComponent
Internal use.
onStatus(OfflineRegionStatus) - Method in interface com.dingi.dingisdk.offline.OfflineRegion.OfflineRegionStatusCallback
Receives the status
onStatusChanged(OfflineRegionStatus) - Method in interface com.dingi.dingisdk.offline.OfflineRegion.OfflineRegionObserver
Implement this method to be notified of a change in the status of an offline region.
onStop() - Method in interface com.dingi.dingisdk.location.CompassEngine
Lifecycle method that can be used for adding or releasing resources.
onStop() - Method in class com.dingi.dingisdk.location.LocationComponent
Internal use.
onStop() - Method in class com.dingi.dingisdk.maps.MapFragment
Called when the fragment is no longer visible for the user.
onStop() - Method in class com.dingi.dingisdk.maps.MapView
You must call this method from the parent's Activity#onStop() or Fragment#onStop().
onStop() - Method in class com.dingi.dingisdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onStop() - Method in class com.dingi.dingisdk.maps.renderer.MapRenderer
 
onStop() - Method in class com.dingi.dingisdk.maps.renderer.textureview.TextureViewMapRenderer
onStop() - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Called when the fragment is no longer visible for the user.
onStyleLoaded(String) - Method in interface com.dingi.dingisdk.maps.DingiMap.OnStyleLoadedListener
Invoked when the style has finished loading
onSurfaceChanged(GL10, int, int) - Method in class com.dingi.dingisdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onSurfaceChanged(GL10, int, int) - Method in class com.dingi.dingisdk.maps.renderer.MapRenderer
 
onSurfaceChanged(GL10, int, int) - Method in class com.dingi.dingisdk.maps.renderer.textureview.TextureViewMapRenderer
Overridden to provide package access
onSurfaceCreated(GL10, EGLConfig) - Method in class com.dingi.dingisdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
onSurfaceCreated(GL10, EGLConfig) - Method in class com.dingi.dingisdk.maps.renderer.MapRenderer
 
onSurfaceCreated(GL10, EGLConfig) - Method in class com.dingi.dingisdk.maps.renderer.textureview.TextureViewMapRenderer
Overridden to provide package access
onTouchEvent(MotionEvent) - Method in class com.dingi.dingisdk.maps.MapView
 
onTrackballEvent(MotionEvent) - Method in class com.dingi.dingisdk.maps.MapView
 
onUpdate(byte[]) - Method in interface com.dingi.dingisdk.offline.OfflineRegion.OfflineRegionUpdateMetadataCallback
Receives the newly update offline region metadata.
onURL(int, String) - Method in interface com.dingi.dingisdk.storage.FileSource.ResourceTransformCallback
Called whenever a URL needs to be transformed.
onViewAdded(MarkerView) - Method in interface com.dingi.dingisdk.annotations.MarkerViewManager.OnMarkerViewAddedListener
Deprecated.
Invoked when the View of a MarkerView has been added to the Map.
onViewCreated(View, Bundle) - Method in class com.dingi.dingisdk.maps.MapFragment
Called when the fragment view hierarchy is created.
onViewCreated(View, Bundle) - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Called when the fragment view hierarchy is created.
onWillStartLoadingMap() - Method in interface com.dingi.dingisdk.maps.MapView.OnWillStartLoadingMapListener
Called when the map will start loading.
onWillStartRenderingFrame() - Method in interface com.dingi.dingisdk.maps.MapView.OnWillStartRenderingFrameListener
Called when the map will start rendering a frame.
onWillStartRenderingMap() - Method in interface com.dingi.dingisdk.maps.MapView.OnWillStartRenderingMapListener
Called when the map will start rendering.
onWritePermissionGranted() - Method in interface com.dingi.dingisdk.utils.FileUtils.OnCheckFileWritePermissionListener
Invoked when app's process has a permission to write to a file.
Options() - Constructor for class com.dingi.dingisdk.attribution.AttributionParser.Options
 
Options(int, int) - Constructor for class com.dingi.dingisdk.snapshotter.MapSnapshotter.Options
 
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