- Main - Class in <Unnamed>
-
- Main() - Constructor for class Main
-
- main(String[]) - Static method in class Main
-
- MapFragment - Class in com.dingi.dingisdk.maps
-
Fragment wrapper around a map view.
- MapFragment() - Constructor for class com.dingi.dingisdk.maps.MapFragment
-
- MapFragment.OnMapViewReadyCallback - Interface in com.dingi.dingisdk.maps
-
Callback to be invoked when the map fragment has inflated its MapView.
- MapFragmentUtils - Class in com.dingi.dingisdk.utils
-
MapFragment utility class.
- MapFragmentUtils() - Constructor for class com.dingi.dingisdk.utils.MapFragmentUtils
-
- MapRenderer - Class in com.dingi.dingisdk.maps.renderer
-
- MapRenderer(Context, String) - Constructor for class com.dingi.dingisdk.maps.renderer.MapRenderer
-
- MapRendererScheduler - Interface in com.dingi.dingisdk.maps.renderer
-
Can be used to schedule work on the map renderer
thread or request a render.
- MapSnapshot - Class in com.dingi.dingisdk.snapshotter
-
A completed snapshot.
- MapSnapshotter - Class in com.dingi.dingisdk.snapshotter
-
The map snapshotter creates a large of the map, rendered
off the UI thread.
- MapSnapshotter(Context, MapSnapshotter.Options) - Constructor for class com.dingi.dingisdk.snapshotter.MapSnapshotter
-
Creates the Map snapshotter, but doesn't start rendering or
loading yet.
- MapSnapshotter.ErrorHandler - Interface in com.dingi.dingisdk.snapshotter
-
Can be used to get notified of errors
in snapshot generation
- MapSnapshotter.Options - Class in com.dingi.dingisdk.snapshotter
-
MapSnapshotter options
- MapSnapshotter.SnapshotReadyCallback - Interface in com.dingi.dingisdk.snapshotter
-
Get notified on snapshot completion.
- MapStrictMode - Class in com.dingi.dingisdk
-
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.dingi.dingisdk.MapStrictMode
-
- mapView - Variable in class com.dingi.dingisdk.annotations.Annotation
-
- MapView - Class in com.dingi.dingisdk.maps
-
A MapView
provides an embeddable map interface.
- MapView(Context) - Constructor for class com.dingi.dingisdk.maps.MapView
-
- MapView(Context, AttributeSet) - Constructor for class com.dingi.dingisdk.maps.MapView
-
- MapView(Context, AttributeSet, int) - Constructor for class com.dingi.dingisdk.maps.MapView
-
- MapView(Context, DingiMapOptions) - Constructor for class com.dingi.dingisdk.maps.MapView
-
- MapView.OnCameraDidChangeListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the map region did change.
- MapView.OnCameraIsChangingListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the camera is changing.
- MapView.OnCameraWillChangeListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the camera will change.
- MapView.OnDidFailLoadingMapListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the map is changing.
- MapView.OnDidFinishLoadingMapListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the map finished loading.
- MapView.OnDidFinishLoadingStyleListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the map has loaded the style.
- MapView.OnDidFinishRenderingFrameListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the map finished rendering a frame.
- MapView.OnDidFinishRenderingMapListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the map is changing.
- MapView.OnSourceChangedListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when a map source has changed.
- MapView.OnWillStartLoadingMapListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the map will start loading.
- MapView.OnWillStartRenderingFrameListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the map will start rendering a frame.
- MapView.OnWillStartRenderingMapListener - Interface in com.dingi.dingisdk.maps
-
Interface definition for a callback to be invoked when the map will start rendering the map.
- Marker - Class in com.dingi.dingisdk.annotations
-
Marker is an annotation that shows an icon image at a geographical location.
- Marker(BaseMarkerOptions) - Constructor for class com.dingi.dingisdk.annotations.Marker
-
Creates a instance of
Marker
using the builder of Marker.
- MarkerOptions - Class in com.dingi.dingisdk.annotations
-
Builder for composing
Marker
objects.
- MarkerOptions() - Constructor for class com.dingi.dingisdk.annotations.MarkerOptions
-
Defines options for a Marker.
- MarkerOptions(Parcel) - Constructor for class com.dingi.dingisdk.annotations.MarkerOptions
-
- MarkerView - Class in com.dingi.dingisdk.annotations
-
- MarkerView(BaseMarkerViewOptions) - Constructor for class com.dingi.dingisdk.annotations.MarkerView
-
Deprecated.
Creates a instance of MarkerView using the builder of MarkerView
- MarkerViewAdapter(Context, Class<U>) - Constructor for class com.dingi.dingisdk.maps.DingiMap.MarkerViewAdapter
-
Deprecated.
Create an instance of MarkerViewAdapter.
- MarkerViewManager - Class in com.dingi.dingisdk.annotations
-
Deprecated.
- MarkerViewManager(ViewGroup) - Constructor for class com.dingi.dingisdk.annotations.MarkerViewManager
-
Deprecated.
Creates an instance of MarkerViewManager.
- MarkerViewManager.OnMarkerViewAddedListener - Interface in com.dingi.dingisdk.annotations
-
Deprecated.
Interface definition invoked when the View of a MarkerView has been added to the map.
- MarkerViewOptions - Class in com.dingi.dingisdk.annotations
-
- MarkerViewOptions() - Constructor for class com.dingi.dingisdk.annotations.MarkerViewOptions
-
Deprecated.
Defines default options for a MarkerView.
- MarkerViewOptions(Parcel) - Constructor for class com.dingi.dingisdk.annotations.MarkerViewOptions
-
Deprecated.
- match(Expression...) - Static method in class com.dingi.dingisdk.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.dingi.dingisdk.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.dingi.dingisdk.utils
-
- MathUtils() - Constructor for class com.dingi.dingisdk.utils.MathUtils
-
- max(Expression...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the maximum value of the inputs.
- max(Number...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the maximum value of the inputs.
- MAX_LATITUDE - Static variable in class com.dingi.dingisdk.constants.GeometryConstants
-
This constant represents the highest latitude value available to represent a geolocation.
- MAX_LONGITUDE - Static variable in class com.dingi.dingisdk.constants.GeometryConstants
-
This constant represents the highest longitude value available to represent a geolocation.
- MAX_MERCATOR_LATITUDE - Static variable in class com.dingi.dingisdk.constants.GeometryConstants
-
Maximum latitude value in Mercator projection.
- MAXIMUM_ANGULAR_VELOCITY - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
Maximum angular velocity for rotation animation
- MAXIMUM_DIRECTION - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
The currently supported maximum direction
- MAXIMUM_SCALE_FACTOR_CLAMP - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
The currently used maximum scale factor to clamp to when a quick zoom gesture occurs
- MAXIMUM_TILT - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
The currently supported maximum tilt value.
- MAXIMUM_ZOOM - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
The currently supported maximum zoom level.
- maxZoom(double) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
-
Sets the maximum zoom level the map can be displayed at.
- maxZoom() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
-
The maximum zoom level the map can be displayed at.
- maxZoomIconScale(float) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
-
Sets the scale factor of the location icon when the map is zoomed in.
- maxZoomIconScale() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
-
The scale factor of the location icon when the map is zoomed in.
- maxZoomPreference(double) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
-
Specifies the used maximum zoom level for a map view.
- measure() - Method in class com.dingi.dingisdk.attribution.AttributionMeasure
-
- mergeBitmap(Bitmap, Bitmap) - Static method in class com.dingi.dingisdk.utils.BitmapUtils
-
Create a bitmap from a background and a foreground bitmap
- mergeOfflineRegions(String, OfflineManager.MergeOfflineRegionsCallback) - Method in class com.dingi.dingisdk.offline.OfflineManager
-
Merge offline regions from a secondary database into the main offline database.
- min(Expression...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the minimum value of the inputs.
- min(Number...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the minimum value of the inputs.
- MIN_LATITUDE - Static variable in class com.dingi.dingisdk.constants.GeometryConstants
-
This constant represents the lowest latitude value available to represent a geolocation.
- MIN_LONGITUDE - Static variable in class com.dingi.dingisdk.constants.GeometryConstants
-
This constant represents the lowest longitude value available to represent a geolocation.
- MIN_MERCATOR_LATITUDE - Static variable in class com.dingi.dingisdk.constants.GeometryConstants
-
Minimum latitude value in Mercator projection.
- MINIMUM_ANGULAR_VELOCITY - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
Minimum angular velocity for rotation animation
- MINIMUM_DIRECTION - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
The currently supported minimum direction
- MINIMUM_SCALE_FACTOR_CLAMP - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
The currently used minimum scale factor to clamp to when a quick zoom gesture occurs
- MINIMUM_TILT - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
The currently supported minimum tilt value.
- MINIMUM_ZOOM - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
The currently supported minimum zoom level.
- minZoom(double) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
-
Sets the minimum zoom level the map can be displayed at.
- minZoom() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
-
The minimum zoom level the map can be displayed at.
- minZoomIconScale(float) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
-
Sets the scale factor of the location icon when the map is zoomed out.
- minZoomIconScale() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
-
The scale factor of the location icon when the map is zoomed out.
- minZoomPreference(double) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
-
Specifies the used minimum zoom level for a map view.
- mod(Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the remainder after integer division of the first input by the second.
- mod(Number, Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the remainder after integer division of the first input by the second.
- ModuleProvider - Interface in com.dingi.dingisdk
-
Injects concrete instances of configurable abstractions
- ModuleProviderImpl - Class in com.dingi.dingisdk
-
- ModuleProviderImpl() - Constructor for class com.dingi.dingisdk.ModuleProviderImpl
-
- moveCamera(CameraUpdate) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Repositions the camera according to the instructions defined in the update.
- moveCamera(CameraUpdate, DingiMap.CancelableCallback) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Repositions the camera according to the instructions defined in the update.