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 

I

i(String, String) - Static method in class com.dingi.dingisdk.log.Logger
Send an info log message.
i(String, String, Throwable) - Static method in class com.dingi.dingisdk.log.Logger
Send an info log message and log the exception.
i(String, String) - Method in interface com.dingi.dingisdk.log.LoggerDefinition
Send an info log message.
i(String, String, Throwable) - Method in interface com.dingi.dingisdk.log.LoggerDefinition
Send an info log message and log the exception.
icon - Variable in class com.dingi.dingisdk.annotations.BaseMarkerOptions
 
icon(Icon) - Method in class com.dingi.dingisdk.annotations.BaseMarkerOptions
Set the icon of the Marker.
icon - Variable in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
 
icon(Icon) - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the icon of the MarkerView.
Icon - Class in com.dingi.dingisdk.annotations
Icon is the visual representation of a Marker on a MapView.
ICON_ANCHOR_BOTTOM - Static variable in class com.dingi.dingisdk.style.layers.Property
The bottom of the icon is placed closest to the anchor.
ICON_ANCHOR_BOTTOM_LEFT - Static variable in class com.dingi.dingisdk.style.layers.Property
The bottom left corner of the icon is placed closest to the anchor.
ICON_ANCHOR_BOTTOM_RIGHT - Static variable in class com.dingi.dingisdk.style.layers.Property
The bottom right corner of the icon is placed closest to the anchor.
ICON_ANCHOR_CENTER - Static variable in class com.dingi.dingisdk.style.layers.Property
The center of the icon is placed closest to the anchor.
ICON_ANCHOR_LEFT - Static variable in class com.dingi.dingisdk.style.layers.Property
The left side of the icon is placed closest to the anchor.
ICON_ANCHOR_RIGHT - Static variable in class com.dingi.dingisdk.style.layers.Property
The right side of the icon is placed closest to the anchor.
ICON_ANCHOR_TOP - Static variable in class com.dingi.dingisdk.style.layers.Property
The top of the icon is placed closest to the anchor.
ICON_ANCHOR_TOP_LEFT - Static variable in class com.dingi.dingisdk.style.layers.Property
The top left corner of the icon is placed closest to the anchor.
ICON_ANCHOR_TOP_RIGHT - Static variable in class com.dingi.dingisdk.style.layers.Property
The top right corner of the icon is placed closest to the anchor.
ICON_MARKERVIEW_BITMAP - Static variable in class com.dingi.dingisdk.annotations.IconFactory
 
ICON_MARKERVIEW_ID - Static variable in class com.dingi.dingisdk.annotations.IconFactory
 
ICON_PITCH_ALIGNMENT_AUTO - Static variable in class com.dingi.dingisdk.style.layers.Property
Automatically matches the value of Property.ICON_ROTATION_ALIGNMENT.
ICON_PITCH_ALIGNMENT_MAP - Static variable in class com.dingi.dingisdk.style.layers.Property
The icon is aligned to the plane of the map.
ICON_PITCH_ALIGNMENT_VIEWPORT - Static variable in class com.dingi.dingisdk.style.layers.Property
The icon is aligned to the plane of the viewport.
ICON_ROTATION_ALIGNMENT_AUTO - Static variable in class com.dingi.dingisdk.style.layers.Property
ICON_ROTATION_ALIGNMENT_MAP - Static variable in class com.dingi.dingisdk.style.layers.Property
When Property.SYMBOL_PLACEMENT is set to Property.SYMBOL_PLACEMENT_POINT, aligns icons east-west.
ICON_ROTATION_ALIGNMENT_VIEWPORT - Static variable in class com.dingi.dingisdk.style.layers.Property
Produces icons whose x-axes are aligned with the x-axis of the viewport, regardless of the value of Property.SYMBOL_PLACEMENT.
ICON_TEXT_FIT_BOTH - Static variable in class com.dingi.dingisdk.style.layers.Property
The icon is scaled in both x- and y-dimensions.
ICON_TEXT_FIT_HEIGHT - Static variable in class com.dingi.dingisdk.style.layers.Property
The icon is scaled in the y-dimension to fit the height of the text.
ICON_TEXT_FIT_NONE - Static variable in class com.dingi.dingisdk.style.layers.Property
The icon is displayed at its intrinsic aspect ratio.
ICON_TEXT_FIT_WIDTH - Static variable in class com.dingi.dingisdk.style.layers.Property
The icon is scaled in the x-dimension to fit the width of the text.
ICON_TRANSLATE_ANCHOR_MAP - Static variable in class com.dingi.dingisdk.style.layers.Property
Icons are translated relative to the map.
ICON_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.dingi.dingisdk.style.layers.Property
Icons are translated relative to the viewport.
iconAllowOverlap(Boolean) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
If true, the icon will be visible even if it collides with other previously drawn symbols.
iconAllowOverlap(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
If true, the icon will be visible even if it collides with other previously drawn symbols.
iconAnchor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Part of the icon placed closest to the anchor.
iconAnchor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Part of the icon placed closest to the anchor.
IconBitmapChangedException - Exception in com.dingi.dingisdk.exceptions
An IconBitmapChangedException is thrown by MapView when a Marker is added that has an Icon with a Bitmap that has been modified since the creation of the Icon.
IconBitmapChangedException() - Constructor for exception com.dingi.dingisdk.exceptions.IconBitmapChangedException
 
iconColor(int) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The color of the icon.
iconColor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The color of the icon.
iconColor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The color of the icon.
IconFactory - Class in com.dingi.dingisdk.annotations
Factory for creating Icons from bitmap images.
iconHaloBlur(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Fade out the halo towards the outside.
iconHaloBlur(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Fade out the halo towards the outside.
iconHaloColor(int) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The color of the icon's halo.
iconHaloColor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The color of the icon's halo.
iconHaloColor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The color of the icon's halo.
iconHaloWidth(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Distance of halo to the icon outline.
iconHaloWidth(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Distance of halo to the icon outline.
iconIgnorePlacement(Boolean) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
If true, other symbols can be visible even if they collide with the icon.
iconIgnorePlacement(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
If true, other symbols can be visible even if they collide with the icon.
iconImage(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing an image background.
iconImage(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing an image background.
iconKeepUpright(Boolean) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
If true, the icon may be flipped to prevent it from being rendered upside-down.
iconKeepUpright(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
If true, the icon may be flipped to prevent it from being rendered upside-down.
iconOffset(Float[]) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Offset distance of icon from its anchor.
iconOffset(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Offset distance of icon from its anchor.
iconOpacity(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The opacity at which the icon will be drawn.
iconOpacity(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The opacity at which the icon will be drawn.
iconOptional(Boolean) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
iconOptional(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
If true, text will display without their corresponding icons when the icon collides with other symbols and the text does not.
iconPadding(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Size of the additional area around the icon bounding box used for detecting symbol collisions.
iconPadding(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Size of the additional area around the icon bounding box used for detecting symbol collisions.
iconPitchAlignment(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Orientation of icon when map is pitched.
iconPitchAlignment(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Orientation of icon when map is pitched.
iconRotate(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Rotates the icon clockwise.
iconRotate(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Rotates the icon clockwise.
iconRotationAlignment(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
In combination with Property.SYMBOL_PLACEMENT, determines the rotation behavior of icons.
iconRotationAlignment(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
In combination with Property.SYMBOL_PLACEMENT, determines the rotation behavior of icons.
iconSize(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Scales the original size of the icon by the provided factor.
iconSize(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Scales the original size of the icon by the provided factor.
iconTextFit(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Scales the icon to fit around the associated text.
iconTextFit(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Scales the icon to fit around the associated text.
iconTextFitPadding(Float[]) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Size of the additional area added to dimensions determined by Property.ICON_TEXT_FIT, in clockwise order: top, right, bottom, left.
iconTextFitPadding(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Size of the additional area added to dimensions determined by Property.ICON_TEXT_FIT, in clockwise order: top, right, bottom, left.
iconTranslate(Float[]) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Distance that the icon's anchor is moved from its original placement.
iconTranslate(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Distance that the icon's anchor is moved from its original placement.
iconTranslateAnchor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.iconTranslate(java.lang.Float[]).
iconTranslateAnchor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.iconTranslate(java.lang.Float[]).
id() - Static method in class com.dingi.dingisdk.style.expressions.Expression
Gets the feature's id, if it has one.
ImageSource - Class in com.dingi.dingisdk.style.sources
Image source, allows a georeferenced raster image to be shown on the map.
ImageSource(String, LatLngQuad, URL) - Constructor for class com.dingi.dingisdk.style.sources.ImageSource
Create an ImageSource from coordinates and an image URL
ImageSource(String, LatLngQuad, Bitmap) - Constructor for class com.dingi.dingisdk.style.sources.ImageSource
Create an ImageSource from coordinates and a bitmap image
ImageSource(String, LatLngQuad, int) - Constructor for class com.dingi.dingisdk.style.sources.ImageSource
Create an ImageSource from coordinates and a bitmap image resource
include(LatLng) - Method in class com.dingi.dingisdk.geometry.LatLngBounds.Builder
Adds a LatLng object to the LatLngBounds.Builder.
include(LatLng) - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Constructs a LatLngBounds from current bounds with an additional latitude-longitude pair.
includes(List<LatLng>) - Method in class com.dingi.dingisdk.geometry.LatLngBounds.Builder
Adds a LatLng object to the LatLngBounds.Builder.
InfoWindow - Class in com.dingi.dingisdk.annotations
InfoWindow is a tooltip shown when a Marker or MarkerView is tapped.
infoWindowAnchor(float, float) - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Set the InfoWindow anchor of the MarkerView.
infoWindowAnchorU - Variable in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
 
infoWindowAnchorV - Variable in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
 
initialize(Context, DingiMapOptions) - Method in class com.dingi.dingisdk.maps.MapView
 
initialize(String) - Method in class com.dingi.dingisdk.style.layers.BackgroundLayer
 
initialize(String, String) - Method in class com.dingi.dingisdk.style.layers.CircleLayer
 
initialize(String, long) - Method in class com.dingi.dingisdk.style.layers.CustomLayer
 
initialize(String, String) - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
 
initialize(String, String) - Method in class com.dingi.dingisdk.style.layers.FillLayer
 
initialize(String, String) - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
 
initialize(String, String) - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
 
initialize(String, String) - Method in class com.dingi.dingisdk.style.layers.LineLayer
 
initialize(String, String) - Method in class com.dingi.dingisdk.style.layers.RasterLayer
 
initialize(String, String) - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
 
initialize(String, Object) - Method in class com.dingi.dingisdk.style.sources.CustomGeometrySource
 
initialize(String, Object) - Method in class com.dingi.dingisdk.style.sources.GeoJsonSource
 
initialize(String, LatLngQuad) - Method in class com.dingi.dingisdk.style.sources.ImageSource
 
initialize(String, Object, int) - Method in class com.dingi.dingisdk.style.sources.RasterDemSource
 
initialize(String, Object, int) - Method in class com.dingi.dingisdk.style.sources.RasterSource
 
initialize() - Method in class com.dingi.dingisdk.style.sources.UnknownSource
 
initialize(String, Object) - Method in class com.dingi.dingisdk.style.sources.VectorSource
 
initializeFileDirsPaths(Context) - Static method in class com.dingi.dingisdk.storage.FileSource
Initializes file directories paths.
injectCompassAnimationListener(DingiMap.OnCompassAnimationListener) - Method in class com.dingi.dingisdk.maps.widgets.CompassView
 
instance(Context) - Static method in class com.dingi.dingisdk.net.ConnectivityReceiver
Get a single instance of ConnectivityReceiver.
interpolate(Expression.Interpolator, Expression, Expression...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Produces continuous, smooth results by interpolating between pairs of input and output values (\"stops\").
interpolate(Expression.Interpolator, Expression, Expression.Stop...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Produces continuous, smooth results by interpolating between pairs of input and output values (\"stops\").
intersect(LatLngBounds) - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Returns a new LatLngBounds that is the intersection of this with another box
intersect(double, double, double, double) - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Returns a new LatLngBounds that is the intersection of this with another LatLngBounds
invalidate() - Method in class com.dingi.dingisdk.maps.UiSettings
Invalidates the ViewSettings instances shown on top of the MapView
invalidateContentPadding() - Method in class com.dingi.dingisdk.maps.Projection
 
invalidateRegion(LatLngBounds) - Method in class com.dingi.dingisdk.style.sources.CustomGeometrySource
Invalidate previously provided features within a given bounds at all zoom levels.
invalidateTile(int, int, int) - Method in class com.dingi.dingisdk.style.sources.CustomGeometrySource
Invalidate the geometry contents of a specific tile.
invalidateViewMarkersInVisibleRegion() - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
Deprecated.
Invalidate the ViewMarkers found in the viewport.
InvalidLatLngBoundsException - Exception in com.dingi.dingisdk.exceptions
An InvalidLatLngBoundsException is thrown by LatLngBounds when there aren't enough LatLng to create a bounds.
InvalidLatLngBoundsException(int) - Constructor for exception com.dingi.dingisdk.exceptions.InvalidLatLngBoundsException
 
InvalidMarkerPositionException - Exception in com.dingi.dingisdk.exceptions
A InvalidMarkerPositionException is thrown when a Marker object is created with an invalid LatLng position.
InvalidMarkerPositionException() - Constructor for exception com.dingi.dingisdk.exceptions.InvalidMarkerPositionException
Creates a invalid marker position exception thrown when a Marker object is created with an invalid LatLng position.
isAccessTokenValid(String) - Static method in class com.dingi.dingisdk.Dingi
Runtime validation of Dingi access token
isActivated() - Method in class com.dingi.dingisdk.storage.FileSource
 
isAllowConcurrentMultipleOpenInfoWindows() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns whether the map allows concurrent multiple infowindows to be shown.
isAnimating(boolean) - Method in class com.dingi.dingisdk.maps.widgets.CompassView
 
isAttributionEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether the attribution is enabled.
isCompassEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether the compass is enabled.
isCompassFadeWhenFacingNorth() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether the compass performs a fading animation out when facing north.
isComplete() - Method in class com.dingi.dingisdk.offline.OfflineRegionStatus
Validates if the region download has completed
isConnected() - Static method in class com.dingi.dingisdk.Dingi
Determines whether we have an internet connection available.
isConnected(Context) - Method in class com.dingi.dingisdk.net.ConnectivityReceiver
Get current connectivity state
isDebugActive() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns whether the map debug information is currently shown.
isDeliveringInactiveMessages() - Method in class com.dingi.dingisdk.offline.OfflineRegion
Gets whether or not the `OfflineRegionObserver` will continue to deliver messages even if the region state has been set as STATE_INACTIVE.
isDeselectMarkersOnTap() - Method in class com.dingi.dingisdk.maps.UiSettings
Gets whether the markers are automatically deselected (and therefore, their infowindows closed) when a map tap is detected.
isDestroyed() - Method in class com.dingi.dingisdk.maps.MapView
Returns if the map has been destroyed.
isDoubleTapGesturesEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether the user may zoom the map with a double tap.
isEmptySpan() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Validate if LatLngBounds is empty, determined if absolute distance is
isExpression() - Method in class com.dingi.dingisdk.style.layers.PropertyValue
Returns if this is a expression.
isExternalStorageReadable() - Static method in class com.dingi.dingisdk.storage.FileSource
Checks if external storage is available to at least read.
isFacingNorth() - Method in class com.dingi.dingisdk.maps.widgets.CompassView
 
isFadeCompassViewFacingNorth() - Method in class com.dingi.dingisdk.maps.widgets.CompassView
 
isFlat() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the flat state of the MarkerView.
isFlat() - Method in class com.dingi.dingisdk.annotations.MarkerView
Deprecated.
Get the flat state of a MarkerView.
isFlingVelocityAnimationEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether fling velocity animation should execute after users finishes a gesture.
isHidden() - Method in class com.dingi.dingisdk.maps.widgets.CompassView
 
isIncreaseRotateThresholdWhenScaling() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether rotation threshold should be increase whenever scale is detected.
isIncreaseScaleThresholdWhenRotating() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether scale threshold should be increase whenever rotation is detected.
isInfoWindowShown() - Method in class com.dingi.dingisdk.annotations.Marker
Do not use this method, used internally by the SDK.
isLocationComponentEnabled() - Method in class com.dingi.dingisdk.location.LocationComponent
Returns whether the plugin is enabled, meaning that location can be displayed and camera modes can be used.
isLogoEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether the logo is enabled.
isNull() - Method in class com.dingi.dingisdk.style.layers.PropertyValue
Returns if this is null
isRequiredResourceCountPrecise() - Method in class com.dingi.dingisdk.offline.OfflineRegionStatus
Returns when the value of requiredResourceCount is a precise count of the number of required resources, and false when it is merely a lower bound.
isRotateGesturesEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether the user may rotate the map.
isRotateVelocityAnimationEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether rotate velocity animation should execute after users finishes a gesture.
isScaleVelocityAnimationEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether scale velocity animation should execute after users finishes a gesture.
isScrollGesturesEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether the user may scroll around the map.
isSelected() - Method in class com.dingi.dingisdk.annotations.MarkerView
Deprecated.
Determine if the MarkerView is selected or not.
isShortText() - Method in class com.dingi.dingisdk.attribution.AttributionLayout
 
isSupportedScript(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the input string is expected to render legibly.
isSupportedScript(String) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the input string is expected to render legibly.
isTiltGesturesEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether the user may tilt the map.
isTranslucentSurface() - Method in class com.dingi.dingisdk.maps.renderer.textureview.TextureViewMapRenderer
 
isValue() - Method in class com.dingi.dingisdk.style.layers.PropertyValue
Returns if this is a value.
isVisible() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the visibility state of the MarkerView.
isVisible() - Method in class com.dingi.dingisdk.annotations.MarkerView
Deprecated.
Returns the visible state of the MarkerView.
isZoomGesturesEnabled() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns whether the user may zoom the map.
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