- abs(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the absolute value of the input.
- abs(Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the absolute value of the input.
- accuracyAlpha() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
-
Set the opacity of the accuracy view to a value from 0 to 1, where 0 means the accuracy view is
completely transparent and 1 means the view is completely opaque.
- accuracyAlpha(float) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
-
Set the opacity of the accuracy view to a value from 0 to 1, where 0 means the accuracy view
is completely transparent and 1 means the view is completely opaque.
- accuracyColor() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
-
Solid color to use as the accuracy view color property.
- accuracyColor(int) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
-
Solid color to use as the accuracy view color property.
- acos(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the arccosine of the input.
- acos(Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the arccosine of the input.
- activate() - Method in class com.dingi.dingisdk.net.ConnectivityReceiver
-
Activates the connectivity receiver.
- activate() - Method in class com.dingi.dingisdk.storage.FileSource
-
- activateLocationComponent(Context) - Method in class com.dingi.dingisdk.location.LocationComponent
-
This method initializes the component and needs to be called before any other operations are performed.
- activateLocationComponent(Context, boolean) - Method in class com.dingi.dingisdk.location.LocationComponent
-
This method initializes the component and needs to be called before any other operations are performed.
- activateLocationComponent(Context, int) - Method in class com.dingi.dingisdk.location.LocationComponent
-
This method initializes the component and needs to be called before any other operations are performed.
- activateLocationComponent(Context, LocationComponentOptions) - Method in class com.dingi.dingisdk.location.LocationComponent
-
This method initializes the component and needs to be called before any other operations are performed.
- activateLocationComponent(Context, LocationEngine, int) - Method in class com.dingi.dingisdk.location.LocationComponent
-
This method initializes the component and needs to be called before any other operations are performed.
- activateLocationComponent(Context, LocationEngine) - Method in class com.dingi.dingisdk.location.LocationComponent
-
This method will show the location icon and enable the camera tracking the location.
- activateLocationComponent(Context, LocationEngine, LocationComponentOptions) - Method in class com.dingi.dingisdk.location.LocationComponent
-
This method initializes the component and needs to be called before any other operations are performed.
- add(LatLng) - Method in class com.dingi.dingisdk.annotations.PolygonOptions
-
Adds a vertex to the outline of the polygon being built.
- add(LatLng...) - Method in class com.dingi.dingisdk.annotations.PolygonOptions
-
Adds vertices to the outline of the polygon being built.
- add(LatLng) - Method in class com.dingi.dingisdk.annotations.PolylineOptions
-
Adds a vertex to the end of the polyline being built.
- add(LatLng...) - Method in class com.dingi.dingisdk.annotations.PolylineOptions
-
Adds vertices to the end of the polyline being built.
- addAll(Iterable<LatLng>) - Method in class com.dingi.dingisdk.annotations.PolygonOptions
-
Adds vertices to the outline of the polygon being built.
- addAll(Iterable<LatLng>) - Method in class com.dingi.dingisdk.annotations.PolylineOptions
-
Adds vertices to the end of the polyline being built.
- addAllHoles(Iterable<List<LatLng>>) - Method in class com.dingi.dingisdk.annotations.PolygonOptions
-
Adds holes to the outline of the polygon being built.
- addCompassListener(CompassListener) - Method in interface com.dingi.dingisdk.location.CompassEngine
-
Adds a
CompassListener
that can be used to
receive heading and state changes.
- addCompassListener(CompassListener) - Method in class com.dingi.dingisdk.location.LocationComponent
-
Add a compass listener to get heading updates every second.
- addHole(List<LatLng>) - Method in class com.dingi.dingisdk.annotations.PolygonOptions
-
Adds a hole to the outline of the polygon being built.
- addHole(List<LatLng>...) - Method in class com.dingi.dingisdk.annotations.PolygonOptions
-
Adds holes to the outline of the polygon being built.
- addImage(String, Bitmap) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds an image to be used in the map's style
- addImage(String, Bitmap, boolean) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds an image to be used in the map's style
- addImages(HashMap<String, Bitmap>) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds an images to be used in the map's style
- addLayer(Layer) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds the layer to the map.
- addLayerAbove(Layer, String) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds the layer to the map.
- addLayerAt(Layer, int) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds the layer to the map at the specified index.
- addLayerBelow(Layer, String) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds the layer to the map.
- addListener(ConnectivityListener) - Method in class com.dingi.dingisdk.net.ConnectivityReceiver
-
Add a listener to be notified
- addMarker(MarkerOptions) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a marker to this map.
- addMarker(BaseMarkerOptions) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a marker to this map.
- addMarker(BaseMarkerViewOptions) - Method in class com.dingi.dingisdk.maps.DingiMap
-
- addMarker(BaseMarkerViewOptions, MarkerViewManager.OnMarkerViewAddedListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
- addMarkers(List<? extends BaseMarkerOptions>) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds multiple markers to this map.
- addMarkerViewAdapter(DingiMap.MarkerViewAdapter) - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
-
Deprecated.
Add a MarkerViewAdapter to the MarkerViewManager.
- addMarkerViews(List<? extends BaseMarkerViewOptions>) - Method in class com.dingi.dingisdk.maps.DingiMap
-
- addOnCameraDidChangeListener(MapView.OnCameraDidChangeListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the camera region did change.
- addOnCameraIdleListener(DingiMap.OnCameraIdleListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that is invoked when camera movement has ended.
- addOnCameraIsChangingListener(MapView.OnCameraIsChangingListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the camera is changing.
- addOnCameraMoveCancelListener(DingiMap.OnCameraMoveCanceledListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that is invoked when camera movement was cancelled.
- addOnCameraMoveListener(DingiMap.OnCameraMoveListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that is invoked when camera position changes.
- addOnCameraMoveStartedListener(DingiMap.OnCameraMoveStartedListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that is invoked when camera movement has started.
- addOnCameraTrackingChangedListener(OnCameraTrackingChangedListener) - Method in class com.dingi.dingisdk.location.LocationComponent
-
Adds a listener that gets invoked when camera tracking state changes.
- addOnCameraWillChangeListener(MapView.OnCameraWillChangeListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the camera region will change.
- addOnDidFailLoadingMapListener(MapView.OnDidFailLoadingMapListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the map failed to load.
- addOnDidFinishLoadingMapListener(MapView.OnDidFinishLoadingMapListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the map has finished loading.
- addOnDidFinishLoadingStyleListener(MapView.OnDidFinishLoadingStyleListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the style has finished loading.
- addOnDidFinishRenderingFrameListener(MapView.OnDidFinishRenderingFrameListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the map has finished rendering a frame.
- addOnDidFinishRenderingMapListener(MapView.OnDidFinishRenderingMapListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the map has finished rendering.
- addOnFlingListener(DingiMap.OnFlingListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that's invoked when the map is flinged.
- addOnLocationClickListener(OnLocationClickListener) - Method in class com.dingi.dingisdk.location.LocationComponent
-
Adds a listener that gets invoked when the user clicks the displayed location.
- addOnLocationLongClickListener(OnLocationLongClickListener) - Method in class com.dingi.dingisdk.location.LocationComponent
-
Adds a listener that gets invoked when the user long clicks the displayed location.
- addOnLocationStaleListener(OnLocationStaleListener) - Method in class com.dingi.dingisdk.location.LocationComponent
-
Adds the passed listener that gets invoked when user updates have stopped long enough for the last update
to be considered stale.
- addOnMapClickListener(DingiMap.OnMapClickListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that's invoked when the user clicks on the map view.
- addOnMapLongClickListener(DingiMap.OnMapLongClickListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that's invoked when the user long clicks on the map view.
- addOnMarkerViewAddedListener(MarkerView, MarkerViewManager.OnMarkerViewAddedListener) - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
-
Deprecated.
- addOnMoveListener(DingiMap.OnMoveListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that's invoked when the map is moved.
- addOnRotateListener(DingiMap.OnRotateListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that's invoked when the map is rotated.
- addOnScaleListener(DingiMap.OnScaleListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that's invoked when the map is scaled.
- addOnShoveListener(DingiMap.OnShoveListener) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a callback that's invoked when the map is tilted.
- addOnSourceChangedListener(MapView.OnSourceChangedListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when a map source has changed.
- addOnWillStartLoadingMapListener(MapView.OnWillStartLoadingMapListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the map will start loading.
- addOnWillStartRenderingFrameListener(MapView.OnWillStartRenderingFrameListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the map will start rendering a frame.
- addOnWillStartRenderingMapListener(MapView.OnWillStartRenderingMapListener) - Method in class com.dingi.dingisdk.maps.MapView
-
Set a callback that's invoked when the map will start rendering.
- addOverlay(MapSnapshot) - Method in class com.dingi.dingisdk.snapshotter.MapSnapshotter
-
Draw an overlay on the map snapshot.
- addPoint(LatLng) - Method in class com.dingi.dingisdk.annotations.BasePointCollection
-
Add a point to the polyline.
- addPolygon(PolygonOptions) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a polygon to this map.
- addPolygons(List<PolygonOptions>) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds multiple polygons to this map.
- addPolyline(PolylineOptions) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds a polyline to this map.
- addPolylines(List<PolylineOptions>) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds multiple polylines to this map.
- addSource(Source) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Adds the source to the map.
- all(Expression...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns `true` if all the inputs are `true`, `false` otherwise.
- alpha - Variable in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- alpha(float) - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- alpha(float) - Method in class com.dingi.dingisdk.annotations.PolygonOptions
-
Set the alpha value of the polyline.
- alpha(float) - Method in class com.dingi.dingisdk.annotations.PolylineOptions
-
Set the alpha value of the polyline.
- alpha(View, float, AnimatorUtils.OnAnimationEndListener) - Static method in class com.dingi.dingisdk.utils.AnimatorUtils
-
Animate a view alpha property to a value.
- alpha(View, float) - Static method in class com.dingi.dingisdk.utils.AnimatorUtils
-
Animate a view alpha property to a value.
- anchor(float, float) - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- ANCHOR_MAP - Static variable in class com.dingi.dingisdk.style.layers.Property
-
The position of the light source is aligned to the rotation of the map.
- ANCHOR_VIEWPORT - Static variable in class com.dingi.dingisdk.style.layers.Property
-
The position of the light source is aligned to the rotation of the viewport.
- anchorU - Variable in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- anchorV - Variable in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- animate(View, int, AnimatorUtils.OnAnimationEndListener) - Static method in class com.dingi.dingisdk.utils.AnimatorUtils
-
Animate a view from an animator resource.
- animate(View, int, int, AnimatorUtils.OnAnimationEndListener) - Static method in class com.dingi.dingisdk.utils.AnimatorUtils
-
Animate a view from an animator resource.
- animate(View, int) - Static method in class com.dingi.dingisdk.utils.AnimatorUtils
-
Animate a view from an animator resource.
- animate(View, int, int) - Static method in class com.dingi.dingisdk.utils.AnimatorUtils
-
Animate a view from an animator resource.
- animateAlpha(MarkerView, float) - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
-
Deprecated.
Animate a MarkerView to a given alpha value.
- animateCamera(CameraUpdate) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Animate the camera to a new location defined within
CameraUpdate
using a transition
animation that evokes powered flight.
- animateCamera(CameraUpdate, DingiMap.CancelableCallback) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Animate the camera to a new location defined within
CameraUpdate
using a transition
animation that evokes powered flight.
- animateCamera(CameraUpdate, int) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Animate the camera to a new location defined within
CameraUpdate
using a transition
animation that evokes powered flight.
- animateCamera(CameraUpdate, int, DingiMap.CancelableCallback) - Method in class com.dingi.dingisdk.maps.DingiMap
-
Animate the camera to a new location defined within
CameraUpdate
using a transition
animation that evokes powered flight.
- animateRotation(MarkerView, float) - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
-
Deprecated.
Animate a MarkerView to a given rotation.
- animateRotationBy(MarkerView, float) - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
-
Deprecated.
Animate a MarkerView with a given rotation.
- animateVisible(MarkerView, boolean) - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
-
Deprecated.
Animate a MarkerVIew to be visible or invisible
- ANIMATION_DURATION - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
Default animation time
- ANIMATION_DURATION_FLING_BASE - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
Animation time of a fling gesture
- ANIMATION_DURATION_SHORT - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
Default short animation time
- AnimatorUtils - Class in com.dingi.dingisdk.utils
-
Animator utility class.
- AnimatorUtils() - Constructor for class com.dingi.dingisdk.utils.AnimatorUtils
-
- AnimatorUtils.OnAnimationEndListener - Interface in com.dingi.dingisdk.utils
-
An interface definition that is invoked when an animation ends.
- Annotation - Class in com.dingi.dingisdk.annotations
-
Annotation is an overlay on top of a Map.
- Annotation() - Constructor for class com.dingi.dingisdk.annotations.Annotation
-
- any(Expression...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns `true` if any of the inputs are `true`, `false` otherwise.
- apiBaseUrl(String) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
-
Specifies the URL used for API endpoint.
- applyStyle(Context, int) - Method in class com.dingi.dingisdk.location.LocationComponent
-
Apply a new component style with a style resource.
- applyStyle(LocationComponentOptions) - Method in class com.dingi.dingisdk.location.LocationComponent
-
Apply a new component style with location component options.
- array(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Asserts that the input is an array (optionally with a specific item type and length).
- Array() - Constructor for class com.dingi.dingisdk.style.expressions.Expression.Array
-
- asin(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the arcsine of the input.
- asin(Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the arcsine of the input.
- at(Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Retrieves an item from an array.
- at(Number, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Retrieves an item from an array.
- atan(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the arctangent of the input.
- atan(Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the arctangent of the input.
- Attribution - Class in com.dingi.dingisdk.attribution
-
- AttributionDialogManager - Class in com.dingi.dingisdk.maps
-
Responsible for managing attribution interactions on the map.
- AttributionDialogManager(Context, DingiMap) - Constructor for class com.dingi.dingisdk.maps.AttributionDialogManager
-
- attributionEnabled(boolean) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
-
Specifies the visibility state of a attribution for a map view.
- attributionGravity(int) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
-
Specifies the gravity state of attribution for a map view.
- AttributionLayout - Class in com.dingi.dingisdk.attribution
-
- AttributionLayout(Bitmap, PointF, boolean) - Constructor for class com.dingi.dingisdk.attribution.AttributionLayout
-
- attributionMargins(int[]) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
-
Specifies the margin state of attribution for a map view
- AttributionMeasure - Class in com.dingi.dingisdk.attribution
-
- AttributionMeasure.Builder - Class in com.dingi.dingisdk.attribution
-
- AttributionMeasure.Command - Interface in com.dingi.dingisdk.attribution
-
- AttributionParser - Class in com.dingi.dingisdk.attribution
-
Responsible for parsing attribution data coming from Sources and MapSnapshot.
- AttributionParser.Options - Class in com.dingi.dingisdk.attribution
-
Builder to configure using an AttributionParser.
- attributionTintColor(int) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
-
Specifies the tint color of the attribution for a map view