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 

G

GeoJsonOptions - Class in com.dingi.dingisdk.style.sources
Builder class for composing GeoJsonSource objects.
GeoJsonOptions() - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonOptions
 
GeoJsonSource - Class in com.dingi.dingisdk.style.sources
GeoJson source, allows using FeatureCollections from Json.
GeoJsonSource(String) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create an empty GeoJsonSource
GeoJsonSource(String, GeoJsonOptions) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create an empty GeoJsonSource with non-default GeoJsonOptions.
GeoJsonSource(String, String) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a raw json string
GeoJsonSource(String, String, GeoJsonOptions) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a raw json string and non-default GeoJsonOptions
GeoJsonSource(String, URL) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a remote geo json file
GeoJsonSource(String, URL, GeoJsonOptions) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a remote geo json file and non-default GeoJsonOptions
GeoJsonSource(String, FeatureCollection) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a FeatureCollection.
GeoJsonSource(String, FeatureCollection, GeoJsonOptions) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a FeatureCollection and non-default GeoJsonOptions.
GeoJsonSource(String, Feature) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a Feature
GeoJsonSource(String, Feature, GeoJsonOptions) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a Feature and non-default GeoJsonOptions
GeoJsonSource(String, Geometry) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a Geometry
GeoJsonSource(String, Geometry, GeoJsonOptions) - Constructor for class com.dingi.dingisdk.style.sources.GeoJsonSource
Create a GeoJsonSource from a Geometry and non-default GeoJsonOptions
GeometryConstants - Class in com.dingi.dingisdk.constants
Contains constants used throughout the sdk classes.
GeometryTileProvider - Interface in com.dingi.dingisdk.style.sources
Interface that defines methods for working with CustomGeometrySource.
geometryType() - Static method in class com.dingi.dingisdk.style.expressions.Expression
Gets the feature's geometry type: Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon.
get(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Retrieves a property value from the current feature's properties, or from another object if a second argument is provided.
get(String) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Retrieves a property value from the current feature's properties, or from another object if a second argument is provided.
get(Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Retrieves a property value from another object.
get(String, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Retrieves a property value from another object.
getAccentColor(Context) - Static method in class com.dingi.dingisdk.utils.ColorUtils
Returns a color integer associated as accent color from a theme based on a Context.
getAccessToken() - Static method in class com.dingi.dingisdk.Dingi
Access token for this application.
getAccessToken() - Method in class com.dingi.dingisdk.storage.FileSource
 
getAlpha() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the alpha of the MarkerView.
getAlpha() - Method in class com.dingi.dingisdk.annotations.BasePointCollection
Value between 0 and 1 defining the polyline alpha.
getAlpha() - Method in class com.dingi.dingisdk.annotations.MarkerView
Deprecated.
Get the alpha value of the MarkerView.
getAlpha() - Method in class com.dingi.dingisdk.annotations.PolygonOptions
Gets the alpha set for this PolygonOptions object.
getAlpha() - Method in class com.dingi.dingisdk.annotations.PolylineOptions
Gets the alpha set for this PolylineOptions object.
getAltitude() - Method in class com.dingi.dingisdk.geometry.LatLng
Get the altitude, in meters.
getAnchor() - Method in class com.dingi.dingisdk.style.light.Light
Get the Anchor property.
getAnchorPoint() - Method in class com.dingi.dingisdk.attribution.AttributionLayout
 
getAnchorU() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the u-value of the MarkerView anchor.
getAnchorU() - Method in class com.dingi.dingisdk.annotations.MarkerView
Deprecated.
Get the horizontal distance, normalized to [0, 1], of the anchor from the left edge.
getAnchorV() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the v-value of the MarkerView anchor.
getAnchorV() - Method in class com.dingi.dingisdk.annotations.MarkerView
Deprecated.
Get the vertical distance, normalized to [0, 1], of the anchor from the top edge.
getAnnotation(long) - Method in class com.dingi.dingisdk.maps.DingiMap
Return a annotation based on its id.
getAnnotations() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns a list of all the annotations on the map.
getApiBaseUrl() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured API endpoint base URL.
getApplicationContext() - Static method in class com.dingi.dingisdk.Dingi
Application context
getArrowDirection() - Method in class com.dingi.dingisdk.annotations.BubbleLayout
Get the arrow direction.
getArrowHeight() - Method in class com.dingi.dingisdk.annotations.BubbleLayout
Get the arrow height
getArrowPosition() - Method in class com.dingi.dingisdk.annotations.BubbleLayout
Get the arrow position.
getArrowWidth() - Method in class com.dingi.dingisdk.annotations.BubbleLayout
Get the arrow width.
getAttribution() - Method in class com.dingi.dingisdk.style.sources.Source
Retrieve the source attribution.
getAttribution() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getAttributionDialogManager() - Method in class com.dingi.dingisdk.maps.UiSettings
Get the custom attribution dialog manager.
getAttributionEnabled() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured visibility state for attribution for a map view.
getAttributionGravity() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured gravity state for attribution for a map view.
getAttributionGravity() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the gravity value of the logo
getAttributionMarginBottom() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the bottom side margin of the logo
getAttributionMarginLeft() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the left side margin of the attribution view.
getAttributionMarginRight() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the right side margin of the attribution view.
getAttributionMargins() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured margins for attribution for a map view.
getAttributionMarginTop() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the top side margin of the attribution view.
getAttributions() - Method in class com.dingi.dingisdk.attribution.AttributionParser
Get parsed attributions.
getAttributions() - Method in class com.dingi.dingisdk.snapshotter.MapSnapshot
 
getAttributionTintColor() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured tint color for attribution for a map view.
getBackgroundColor() - Method in class com.dingi.dingisdk.style.layers.BackgroundLayer
Get the BackgroundColor property
getBackgroundColorAsInt() - Method in class com.dingi.dingisdk.style.layers.BackgroundLayer
The color with which the background will be drawn.
getBackgroundColorTransition() - Method in class com.dingi.dingisdk.style.layers.BackgroundLayer
Get the BackgroundColor property transition options
getBackgroundOpacity() - Method in class com.dingi.dingisdk.style.layers.BackgroundLayer
Get the BackgroundOpacity property
getBackgroundOpacityTransition() - Method in class com.dingi.dingisdk.style.layers.BackgroundLayer
Get the BackgroundOpacity property transition options
getBackgroundPattern() - Method in class com.dingi.dingisdk.style.layers.BackgroundLayer
Get the BackgroundPattern property
getBackgroundPatternTransition() - Method in class com.dingi.dingisdk.style.layers.BackgroundLayer
Get the BackgroundPattern property transition options
getBitmap() - Method in class com.dingi.dingisdk.annotations.Icon
Get the bitmap being used for this icon.
getBitmap() - Method in class com.dingi.dingisdk.snapshotter.MapSnapshot
 
getBitmapFromDrawable(Drawable) - Static method in class com.dingi.dingisdk.utils.BitmapUtils
Extract an underlying bitmap from a drawable
getBottomLeft() - Method in class com.dingi.dingisdk.geometry.LatLngQuad
 
getBottomRight() - Method in class com.dingi.dingisdk.geometry.LatLngQuad
 
getBounds() - Method in class com.dingi.dingisdk.offline.OfflineGeometryRegionDefinition
Calculates the bounding box for the Geometry it contains to retain backwards compatibility
getBounds() - Method in interface com.dingi.dingisdk.offline.OfflineRegionDefinition
Gets the bounds of the OfflineRegion.
getBounds() - Method in class com.dingi.dingisdk.offline.OfflineTilePyramidRegionDefinition
 
getBounds() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getBubbleColor() - Method in class com.dingi.dingisdk.annotations.BubbleLayout
Get the bubble color.
getByteArrayFromDrawable(Drawable) - Static method in class com.dingi.dingisdk.utils.BitmapUtils
Create a byte array out of drawable
getCachePath(Context) - Static method in class com.dingi.dingisdk.storage.FileSource
getCamera() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured initial camera position for a map view.
getCameraForGeometry(Geometry) - Method in class com.dingi.dingisdk.maps.DingiMap
Get a camera position that fits a provided shape.
getCameraForGeometry(Geometry, int[]) - Method in class com.dingi.dingisdk.maps.DingiMap
Get a camera position that fits a provided shape and padding.
getCameraForGeometry(Geometry, double, double) - Method in class com.dingi.dingisdk.maps.DingiMap
Get a camera position that fits a provided shape with a given bearing and tilt.
getCameraForGeometry(Geometry, int[], double, double) - Method in class com.dingi.dingisdk.maps.DingiMap
Get a camera position that fits a provided shape with a given padding, bearing and tilt.
getCameraForGeometry(Geometry, double, int[]) - Method in class com.dingi.dingisdk.maps.DingiMap
Deprecated.
getCameraForLatLngBounds(LatLngBounds) - Method in class com.dingi.dingisdk.maps.DingiMap
Get a camera position that fits a provided bounds and the current camera tilt and bearing.
getCameraForLatLngBounds(LatLngBounds, int[]) - Method in class com.dingi.dingisdk.maps.DingiMap
Get a camera position that fits a provided bounds and padding and the current camera tilt and bearing.
getCameraForLatLngBounds(LatLngBounds, double, double) - Method in class com.dingi.dingisdk.maps.DingiMap
Get a camera position that fits a provided bounds, bearing and tilt.
getCameraForLatLngBounds(LatLngBounds, int[], double, double) - Method in class com.dingi.dingisdk.maps.DingiMap
Get a camera position that fits a provided bounds, padding, bearing and tilt.
getCameraMode() - Method in class com.dingi.dingisdk.location.LocationComponent
Provides the current camera mode being used to track the location or compass updates.
getCameraPosition(DingiMap) - Method in interface com.dingi.dingisdk.camera.CameraUpdate
Get the camera position from the camera update.
getCameraPosition() - Method in class com.dingi.dingisdk.maps.DingiMap
Gets the current position of the camera.
getCameraPosition() - Method in class com.dingi.dingisdk.snapshotter.MapSnapshotter.Options
 
getCenter() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Calculates the centerpoint of this LatLngBounds by simple interpolation and returns it as a point.
getCenter() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getCircleBlur() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleBlur property
getCircleBlurTransition() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleBlur property transition options
getCircleColor() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleColor property
getCircleColorAsInt() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
The fill color of the circle.
getCircleColorTransition() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleColor property transition options
getCircleOpacity() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleOpacity property
getCircleOpacityTransition() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleOpacity property transition options
getCirclePitchAlignment() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CirclePitchAlignment property
getCirclePitchScale() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CirclePitchScale property
getCircleRadius() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleRadius property
getCircleRadiusTransition() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleRadius property transition options
getCircleStrokeColor() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleStrokeColor property
getCircleStrokeColorAsInt() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
The stroke color of the circle.
getCircleStrokeColorTransition() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleStrokeColor property transition options
getCircleStrokeOpacity() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleStrokeOpacity property
getCircleStrokeOpacityTransition() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleStrokeOpacity property transition options
getCircleStrokeWidth() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleStrokeWidth property
getCircleStrokeWidthTransition() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleStrokeWidth property transition options
getCircleTranslate() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleTranslate property
getCircleTranslateAnchor() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleTranslateAnchor property
getCircleTranslateTransition() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the CircleTranslate property transition options
getColor() - Method in class com.dingi.dingisdk.annotations.Polyline
Gets the color of this polyline.
getColor() - Method in class com.dingi.dingisdk.annotations.PolylineOptions
Gets the color set for this PolylineOptions object.
getColor() - Method in class com.dingi.dingisdk.style.light.Light
Get the Color property.
getColorInt() - Method in class com.dingi.dingisdk.style.layers.PropertyValue
Get the color int value of the property if the value is a color.
getColorTransition() - Method in class com.dingi.dingisdk.style.light.Light
Get the Color property transition options.
getCompassEnabled() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured visibility state for compass_icon for a map view.
getCompassEngine() - Method in class com.dingi.dingisdk.location.LocationComponent
Returns the compass engine used to provide compass heading values.
getCompassFadeFacingNorth() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured state for fading the compass_icon when facing north.
getCompassGravity() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured gravity state for compass_icon for a map view.
getCompassGravity() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the gravity value of the CompassView
getCompassImage() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured CompassView image.
getCompassImage() - Method in class com.dingi.dingisdk.maps.UiSettings
Get the current configured CompassView image.
getCompassImage() - Method in class com.dingi.dingisdk.maps.widgets.CompassView
Get the current configured CompassView image.
getCompassMarginBottom() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the bottom side margin of CompassView
getCompassMarginLeft() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the left side margin of CompassView
getCompassMarginRight() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the right side margin of CompassView
getCompassMargins() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured margins for compass_icon for a map view.
getCompassMarginTop() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the top side margin of CompassView
getCompletedResourceCount() - Method in class com.dingi.dingisdk.offline.OfflineRegionStatus
Get the number of resources (inclusive of tiles) that have been fully downloaded and are ready for offline access.
getCompletedResourceSize() - Method in class com.dingi.dingisdk.offline.OfflineRegionStatus
The cumulative size, in bytes, of all resources (inclusive of tiles) that have been fully downloaded.
getCompletedTileCount() - Method in class com.dingi.dingisdk.offline.OfflineRegionStatus
Get the number of tiles that have been fully downloaded and are ready for offline access.
getCompletedTileSize() - Method in class com.dingi.dingisdk.offline.OfflineRegionStatus
Get the cumulative size, in bytes, of all tiles that have been fully downloaded.
getContext() - Method in class com.dingi.dingisdk.maps.DingiMap.MarkerViewAdapter
Deprecated.
Returns the context associated to the hosting MapView.
getCornersRadius() - Method in class com.dingi.dingisdk.annotations.BubbleLayout
Get the corner radius
getCrossSourceCollisions() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Check whether cross-source symbol collision detection is enabled.
getData() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getDebugActive() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured debug state for a map view.
getDefinition() - Method in class com.dingi.dingisdk.offline.OfflineRegion
 
getDelay() - Method in class com.dingi.dingisdk.style.layers.TransitionOptions
Get the transition delay.
getDescription() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getDingiMap() - Method in class com.dingi.dingisdk.annotations.Annotation
Gets the hosting dingi map.
getDoubleTapGesturesEnabled() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured double tap gesture state for a map view.
getDownloadState() - Method in class com.dingi.dingisdk.offline.OfflineRegionStatus
Returns the download state.
getDrawableFromByteArray(Context, byte[]) - Static method in class com.dingi.dingisdk.utils.BitmapUtils
Decode byte array to drawable object
getDuration() - Method in class com.dingi.dingisdk.style.layers.TransitionOptions
Get the transition duration.
getEasting() - Method in class com.dingi.dingisdk.geometry.ProjectedMeters
Get projected meters in east direction.
getEncoding() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getExpression() - Method in class com.dingi.dingisdk.style.layers.PropertyValue
Get the expression of the property.
getFeaturesForBounds(LatLngBounds, int) - Method in interface com.dingi.dingisdk.style.sources.GeometryTileProvider
Interface method called by CustomGeometrySource to request features for a tile.
getFilePath() - Method in class com.dingi.dingisdk.module.telemetry.FileData
 
getFillAntialias() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillAntialias property
getFillColor() - Method in class com.dingi.dingisdk.annotations.Polygon
Get the color of the fill region of the polygon.
getFillColor() - Method in class com.dingi.dingisdk.annotations.PolygonOptions
Gets the fill color set for this PolygonOptions object.
getFillColor() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillColor property
getFillColorAsInt() - Method in class com.dingi.dingisdk.style.layers.FillLayer
The color of the filled part of this layer.
getFillColorTransition() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillColor property transition options
getFillExtrusionBase() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionBase property
getFillExtrusionBaseTransition() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionBase property transition options
getFillExtrusionColor() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionColor property
getFillExtrusionColorAsInt() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
The base color of the extruded fill.
getFillExtrusionColorTransition() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionColor property transition options
getFillExtrusionHeight() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionHeight property
getFillExtrusionHeightTransition() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionHeight property transition options
getFillExtrusionOpacity() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionOpacity property
getFillExtrusionOpacityTransition() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionOpacity property transition options
getFillExtrusionPattern() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionPattern property
getFillExtrusionPatternTransition() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionPattern property transition options
getFillExtrusionTranslate() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionTranslate property
getFillExtrusionTranslateAnchor() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionTranslateAnchor property
getFillExtrusionTranslateTransition() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the FillExtrusionTranslate property transition options
getFillOpacity() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillOpacity property
getFillOpacityTransition() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillOpacity property transition options
getFillOutlineColor() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillOutlineColor property
getFillOutlineColorAsInt() - Method in class com.dingi.dingisdk.style.layers.FillLayer
The outline color of the fill.
getFillOutlineColorTransition() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillOutlineColor property transition options
getFillPattern() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillPattern property
getFillPatternTransition() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillPattern property transition options
getFillTranslate() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillTranslate property
getFillTranslateAnchor() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillTranslateAnchor property
getFillTranslateTransition() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the FillTranslate property transition options
getFilter() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get a single expression filter.
getFilter() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get a single expression filter.
getFilter() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get a single expression filter.
getFilter() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get a single expression filter.
getFilter() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get a single expression filter.
getFilter() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get a single expression filter.
getFocalPoint() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the gesture focal point
getFontScale() - Method in class com.dingi.dingisdk.style.types.FormattedSection
Returns displayed text's font scale.
getFontStack() - Method in class com.dingi.dingisdk.style.types.FormattedSection
Returns the font stack with main and fallback fonts.
getForegroundLoadColor() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Returns the current configured foreground color that is used during map creation.
getFormattedSections() - Method in class com.dingi.dingisdk.style.types.Formatted
Returns sections with separate formatting options that are a part of this formatted text.
getFormattedTextField() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextField property as Formatted object
getGeometry() - Method in class com.dingi.dingisdk.offline.OfflineGeometryRegionDefinition
 
getGesturesManager() - Method in class com.dingi.dingisdk.maps.DingiMap
Get current AndroidGesturesManager that handles MotionEvents registered by the MapView
getGrids() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getHeatmapColor() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get the HeatmapColor property
getHeatmapColorAsInt() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Defines the color of each pixel based on its density value in a heatmap.
getHeatmapIntensity() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get the HeatmapIntensity property
getHeatmapIntensityTransition() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get the HeatmapIntensity property transition options
getHeatmapOpacity() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get the HeatmapOpacity property
getHeatmapOpacityTransition() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get the HeatmapOpacity property transition options
getHeatmapRadius() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get the HeatmapRadius property
getHeatmapRadiusTransition() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get the HeatmapRadius property transition options
getHeatmapWeight() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get the HeatmapWeight property
getHeight() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns the measured height of the Map.
getHeight() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the measured height of the MapView
getHeight() - Method in class com.dingi.dingisdk.snapshotter.MapSnapshotter.Options
 
getHillshadeAccentColor() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the HillshadeAccentColor property
getHillshadeAccentColorAsInt() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
The shading color used to accentuate rugged terrain like sharp cliffs and gorges.
getHillshadeAccentColorTransition() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the HillshadeAccentColor property transition options
getHillshadeExaggeration() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the HillshadeExaggeration property
getHillshadeExaggerationTransition() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the HillshadeExaggeration property transition options
getHillshadeHighlightColor() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the HillshadeHighlightColor property
getHillshadeHighlightColorAsInt() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
The shading color of areas that faces towards the light source.
getHillshadeHighlightColorTransition() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the HillshadeHighlightColor property transition options
getHillshadeIlluminationAnchor() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the HillshadeIlluminationAnchor property
getHillshadeIlluminationDirection() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the HillshadeIlluminationDirection property
getHillshadeShadowColor() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the HillshadeShadowColor property
getHillshadeShadowColorAsInt() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
The shading color of areas that face away from the light source.
getHillshadeShadowColorTransition() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the HillshadeShadowColor property transition options
getHoles() - Method in class com.dingi.dingisdk.annotations.Polygon
Returns a copy of the holes.
getHoles() - Method in class com.dingi.dingisdk.annotations.PolygonOptions
Gets the holes set for this PolygonOptions object.
getIcon() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the icon of the MarkerView.
getIcon() - Method in class com.dingi.dingisdk.annotations.Marker
Gets the Icon currently used for the marker.
getIcon() - Method in class com.dingi.dingisdk.annotations.MarkerOptions
Gets the custom icon set for this MarkerOptions object.
getIcon() - Method in class com.dingi.dingisdk.annotations.MarkerView
Deprecated.
Get the icon of the MarkerView.
getIconAllowOverlap() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconAllowOverlap property
getIconAnchor() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconAnchor property
getIconColor() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconColor property
getIconColorAsInt() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
The color of the icon.
getIconColorTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconColor property transition options
getIconHaloBlur() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconHaloBlur property
getIconHaloBlurTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconHaloBlur property transition options
getIconHaloColor() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconHaloColor property
getIconHaloColorAsInt() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
The color of the icon's halo.
getIconHaloColorTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconHaloColor property transition options
getIconHaloWidth() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconHaloWidth property
getIconHaloWidthTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconHaloWidth property transition options
getIconIgnorePlacement() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconIgnorePlacement property
getIconImage() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconImage property
getIconKeepUpright() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconKeepUpright property
getIconOffset() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconOffset property
getIconOpacity() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconOpacity property
getIconOpacityTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconOpacity property transition options
getIconOptional() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconOptional property
getIconPadding() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconPadding property
getIconPitchAlignment() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconPitchAlignment property
getIconRotate() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconRotate property
getIconRotationAlignment() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconRotationAlignment property
getIconSize() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconSize property
getIconTextFit() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconTextFit property
getIconTextFitPadding() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconTextFitPadding property
getIconTranslate() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconTranslate property
getIconTranslateAnchor() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconTranslateAnchor property
getIconTranslateTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the IconTranslate property transition options
getId() - Method in class com.dingi.dingisdk.annotations.Annotation
Gets the annotation's unique ID.
getId() - Method in class com.dingi.dingisdk.annotations.Icon
String identifier for this icon.
getID() - Method in class com.dingi.dingisdk.offline.OfflineRegion
 
getId() - Method in class com.dingi.dingisdk.style.layers.Layer
 
getId() - Method in class com.dingi.dingisdk.style.sources.Source
Retrieve the source id
getIdentifier() - Static method in class com.dingi.dingisdk.http.HttpIdentifier
Returns the application identifier, consisting out the package name, version name and version code.
getImage(String) - Method in class com.dingi.dingisdk.maps.DingiMap
 
getInfoWindow() - Method in class com.dingi.dingisdk.annotations.Marker
Gets the InfoWindow the marker is using.
getInfoWindow(Marker) - Method in interface com.dingi.dingisdk.maps.DingiMap.InfoWindowAdapter
Called when an info window will be shown as a result of a marker click.
getInfoWindowAdapter() - Method in class com.dingi.dingisdk.maps.DingiMap
Gets the callback to be invoked when an info window will be shown.
getInfoWindowAnchorU() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the u-value of the MarkerView InfoWindow anchor.
getInfoWindowAnchorU() - Method in class com.dingi.dingisdk.annotations.MarkerView
Deprecated.
Get the horizontal distance, normalized to [0, 1], of the info window anchor from the left edge.
getInfoWindowAnchorV() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the v-value of the MarkerView InfoWindow anchor.
getInfoWindowAnchorV() - Method in class com.dingi.dingisdk.annotations.MarkerView
Deprecated.
Get the vertical distance, normalized to [0, 1], of the info window anchor from the top edge.
getInstance(Context) - Static method in class com.dingi.dingisdk.annotations.IconFactory
Get a single instance of IconFactory.
getInstance(Context, String) - Static method in class com.dingi.dingisdk.Dingi
Get an instance of Dingi.
getInstance(Context) - Static method in class com.dingi.dingisdk.offline.OfflineManager
Get the single instance of offline manager.
getInstance(Context) - Static method in class com.dingi.dingisdk.storage.FileSource
Get the single instance of FileSource.
getIntensity() - Method in class com.dingi.dingisdk.style.light.Light
Get the Intensity property.
getIntensityTransition() - Method in class com.dingi.dingisdk.style.light.Light
Get the Intensity property transition options.
getInternalCachePath(Context) - Static method in class com.dingi.dingisdk.storage.FileSource
Get internal cache path for a context.
getLastAccuracySensorStatus() - Method in interface com.dingi.dingisdk.location.CompassEngine
Provides the last know accuracy status from the sensor manager.
getLastHeading() - Method in interface com.dingi.dingisdk.location.CompassEngine
Returns the last heading value produced and pushed via a compass listener.
getLastKnownCompassAccuracyStatus() - Method in class com.dingi.dingisdk.location.LocationComponent
Return the last known CompassEngine accuracy status of the location component.
getLastKnownLocation() - Method in class com.dingi.dingisdk.location.LocationComponent
Get the last know location of the location component.
getLatitude() - Method in class com.dingi.dingisdk.geometry.LatLng
Get the latitude, in degrees.
getLatitudeSpan() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the absolute distance, in degrees, between the north and south boundaries of this LatLngBounds
getLatitudeSpan() - Method in class com.dingi.dingisdk.geometry.LatLngSpan
Returns the latitude span.
getLatLngForProjectedMeters(ProjectedMeters) - Method in class com.dingi.dingisdk.maps.Projection
Returns the LatLng for a spherical Mercator projected meters.
getLatNorth() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the north latitude value of this bounds.
getLatSouth() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the south latitude value of this bounds.
getLayer(String) - Method in class com.dingi.dingisdk.maps.DingiMap
Get the layer by id
getLayerAs(String) - Method in class com.dingi.dingisdk.maps.DingiMap
Tries to cast the Layer to T, throws ClassCastException if it's another type.
getLayers() - Method in class com.dingi.dingisdk.maps.DingiMap
Retrieve all the layers in the style
getLegend() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getLight() - Method in class com.dingi.dingisdk.maps.DingiMap
Get the global light source used to change lighting conditions on extruded fill layers.
getLineBlur() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineBlur property
getLineBlurTransition() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineBlur property transition options
getLineCap() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineCap property
getLineColor() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineColor property
getLineColorAsInt() - Method in class com.dingi.dingisdk.style.layers.LineLayer
The color with which the line will be drawn.
getLineColorTransition() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineColor property transition options
getLineDasharray() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineDasharray property
getLineDasharrayTransition() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineDasharray property transition options
getLineGapWidth() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineGapWidth property
getLineGapWidthTransition() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineGapWidth property transition options
getLineGradient() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineGradient property
getLineGradientAsInt() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Defines a gradient with which to color a line feature.
getLineJoin() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineJoin property
getLineMiterLimit() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineMiterLimit property
getLineOffset() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineOffset property
getLineOffsetTransition() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineOffset property transition options
getLineOpacity() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineOpacity property
getLineOpacityTransition() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineOpacity property transition options
getLinePattern() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LinePattern property
getLinePatternTransition() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LinePattern property transition options
getLineRoundLimit() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineRoundLimit property
getLineTranslate() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineTranslate property
getLineTranslateAnchor() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineTranslateAnchor property
getLineTranslateTransition() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineTranslate property transition options
getLineWidth() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineWidth property
getLineWidthTransition() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the LineWidth property transition options
getLocalIdeographFontFamily() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Returns the font-family for locally overriding generation of glyphs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.
getLocationComponent() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns the LocationComponent that can be used to display user's location on the map.
getLocationComponentOptions() - Method in class com.dingi.dingisdk.location.LocationComponent
Returns the current location options being used.
getLocationEngine() - Method in class com.dingi.dingisdk.location.LocationComponent
Returns the current LocationEngine being used for updating the user location.
getLogo() - Method in class com.dingi.dingisdk.attribution.AttributionLayout
 
getLogoEnabled() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured visibility state for compass_icon for a map view.
getLogoGravity() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured gravity state for logo for a map view.
getLogoGravity() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the gravity value of the logo
getLogoMarginBottom() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the bottom side margin of the logo
getLogoMarginLeft() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the left side margin of the logo
getLogoMarginRight() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the right side margin of the logo
getLogoMargins() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured margins for logo for a map view.
getLogoMarginTop() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the top side margin of the logo
getLonEast() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the east longitude value of this bounds.
getLongitude() - Method in class com.dingi.dingisdk.geometry.LatLng
Get the longitude, in degrees.
getLongitudeSpan() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the absolute distance, in degrees, between the west and east boundaries of this LatLngBounds
getLongitudeSpan() - Method in class com.dingi.dingisdk.geometry.LatLngSpan
Returns to longitude span.
getLonWest() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the west longitude value of this bounds.
getMapAsync(OnMapReadyCallback) - Method in class com.dingi.dingisdk.maps.MapFragment
Sets a callback object which will be triggered when the DingiMap instance is ready to be used.
getMapAsync(OnMapReadyCallback) - Method in class com.dingi.dingisdk.maps.MapView
Sets a callback object which will be triggered when the DingiMap instance is ready to be used.
getMapAsync(OnMapReadyCallback) - Method in class com.dingi.dingisdk.maps.SupportMapFragment
Sets a callback object which will be triggered when the DingiMap instance is ready to be used.
getMapView() - Method in class com.dingi.dingisdk.annotations.Annotation
Gets the hosting map view.
getMarker() - Method in class com.dingi.dingisdk.annotations.BaseMarkerOptions
Get the Marker.
getMarker() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the MarkerView.
getMarker() - Method in class com.dingi.dingisdk.annotations.MarkerOptions
Do not use this method.
getMarker() - Method in class com.dingi.dingisdk.annotations.MarkerViewOptions
Deprecated.
Get the MarkerView.
getMarkerClass() - Method in class com.dingi.dingisdk.maps.DingiMap.MarkerViewAdapter
Deprecated.
Returns the generic type of the used MarkerView.
getMarkers() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns a list of all the markers on the map.
getMarkerViewAdapters() - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
Deprecated.
Get all MarkerViewAdapters associated with this MarkerViewManager.
getMarkerViewContainer() - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
Deprecated.
 
getMarkerViewManager() - Method in class com.dingi.dingisdk.maps.DingiMap
Get the MarkerViewManager associated to the MapView.
getMarkerViewsInRect(RectF) - Method in class com.dingi.dingisdk.maps.DingiMap
Deprecated.
Use a SymbolLayer instead
getMaxZoom() - Method in class com.dingi.dingisdk.offline.OfflineGeometryRegionDefinition
 
getMaxZoom() - Method in interface com.dingi.dingisdk.offline.OfflineRegionDefinition
Gets the maximum zoom level the OfflineRegion map can be displayed at.
getMaxZoom() - Method in class com.dingi.dingisdk.offline.OfflineTilePyramidRegionDefinition
 
getMaxZoom() - Method in class com.dingi.dingisdk.style.layers.Layer
 
getMaxZoom() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getMaxZoomLevel() - Method in class com.dingi.dingisdk.maps.DingiMap
Gets the maximum zoom level the map can be displayed at.
getMaxZoomPreference() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured maximum zoom for a map view.
getMessage() - Method in class com.dingi.dingisdk.offline.OfflineRegionError
 
getMetadata() - Method in class com.dingi.dingisdk.offline.OfflineRegion
 
getMetersPerPixelAtLatitude(double) - Method in class com.dingi.dingisdk.maps.Projection
Returns the distance spanned by one pixel at the specified latitude and current zoom level.
getMinZoom() - Method in class com.dingi.dingisdk.offline.OfflineGeometryRegionDefinition
 
getMinZoom() - Method in interface com.dingi.dingisdk.offline.OfflineRegionDefinition
Gets the minimum zoom level the OfflineRegion map can be displayed at.
getMinZoom() - Method in class com.dingi.dingisdk.offline.OfflineTilePyramidRegionDefinition
 
getMinZoom() - Method in class com.dingi.dingisdk.style.layers.Layer
 
getMinZoom() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getMinZoomLevel() - Method in class com.dingi.dingisdk.maps.DingiMap
Gets the minimum zoom level the map can be displayed at.
getMinZoomPreference() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured min zoom for a map view.
getModuleProvider() - Static method in class com.dingi.dingisdk.Dingi
Get the module provider
getName() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getNativePtr() - Method in class com.dingi.dingisdk.style.layers.Layer
 
getNativePtr() - Method in class com.dingi.dingisdk.style.sources.Source
Internal use
getNorthEast() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the latitude-longitude paur if the north east corner of this bounds.
getNorthing() - Method in class com.dingi.dingisdk.geometry.ProjectedMeters
Get projected meters in north direction.
getNorthWest() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the latitude-longitude pair of the north west corner of this bounds.
getOnInfoWindowClickListener() - Method in class com.dingi.dingisdk.maps.DingiMap
Return the InfoWindow click listener
getOnInfoWindowCloseListener() - Method in class com.dingi.dingisdk.maps.DingiMap
Return the InfoWindow close listener
getOnInfoWindowLongClickListener() - Method in class com.dingi.dingisdk.maps.DingiMap
Return the InfoWindow long click listener
getPadding() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns the current configured content padding on map view.
getPixelRatio() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Return the custom configured pixel ratio, returns 0 if not configured.
getPixelRatio() - Method in class com.dingi.dingisdk.offline.OfflineGeometryRegionDefinition
 
getPixelRatio() - Method in interface com.dingi.dingisdk.offline.OfflineRegionDefinition
Gets the pixel ratio of the OfflineRegion map.
getPixelRatio() - Method in class com.dingi.dingisdk.offline.OfflineTilePyramidRegionDefinition
 
getPixelRatio() - Method in class com.dingi.dingisdk.snapshotter.MapSnapshotter.Options
 
getPoints() - Method in class com.dingi.dingisdk.annotations.BasePointCollection
Returns a copy of the points.
getPoints() - Method in class com.dingi.dingisdk.annotations.PolygonOptions
Gets the points set for this PolygonOptions object.
getPoints() - Method in class com.dingi.dingisdk.annotations.PolylineOptions
Gets the points set for this PolylineOptions object.
getPolygon() - Method in class com.dingi.dingisdk.annotations.PolygonOptions
Do not use this method.
getPolygons() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns a list of all the polygons on the map.
getPolyline() - Method in class com.dingi.dingisdk.annotations.PolylineOptions
Do not use this method.
getPolylines() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns a list of all the polylines on the map.
getPosition() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the geographical location of the MarkerView.
getPosition() - Method in class com.dingi.dingisdk.annotations.Marker
Returns the position of the marker.
getPosition() - Method in class com.dingi.dingisdk.annotations.MarkerOptions
Returns the position set for this MarkerOptions object.
getPosition() - Method in class com.dingi.dingisdk.style.light.Light
Get the Position property.
getPositionTransition() - Method in class com.dingi.dingisdk.style.light.Light
Get the Position property transition options.
getPrefetchesTiles() - Method in class com.dingi.dingisdk.maps.DingiMap
Check whether tile pre-fetching is enabled or not.
getPrefetchesTiles() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Check whether tile pre-fetching is enabled.
getPrimaryColor(Context) - Static method in class com.dingi.dingisdk.utils.ColorUtils
Returns a color integer associated as primary color from a theme based on a Context.
getPrimaryDarkColor(Context) - Static method in class com.dingi.dingisdk.utils.ColorUtils
Returns a color integer associated as primary dark color from a theme based on a Context.
getProjectedMetersForLatLng(LatLng) - Method in class com.dingi.dingisdk.maps.Projection
Returns the spherical Mercator projected meters for a LatLng.
getProjection() - Method in class com.dingi.dingisdk.maps.DingiMap
Get the Projection object that you can use to convert between screen coordinates and latitude/longitude coordinates.
getRasterBrightnessMax() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterBrightnessMax property
getRasterBrightnessMaxTransition() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterBrightnessMax property transition options
getRasterBrightnessMin() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterBrightnessMin property
getRasterBrightnessMinTransition() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterBrightnessMin property transition options
getRasterContrast() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterContrast property
getRasterContrastTransition() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterContrast property transition options
getRasterFadeDuration() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterFadeDuration property
getRasterHueRotate() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterHueRotate property
getRasterHueRotateTransition() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterHueRotate property transition options
getRasterOpacity() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterOpacity property
getRasterOpacityTransition() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterOpacity property transition options
getRasterResampling() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterResampling property
getRasterSaturation() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterSaturation property
getRasterSaturationTransition() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the RasterSaturation property transition options
getReason() - Method in class com.dingi.dingisdk.offline.OfflineRegionError
 
getRegion() - Method in class com.dingi.dingisdk.snapshotter.MapSnapshotter.Options
 
getRenderMode() - Method in class com.dingi.dingisdk.location.LocationComponent
Provides the current render mode being used to show the location and/or compass updates on the map.
getRenderSurfaceOnTop() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the flag to render the map surface on top of another surface.
getRequiredResourceCount() - Method in class com.dingi.dingisdk.offline.OfflineRegionStatus
Get the number of resources that are known to be required for this region.
getResourcesCachePath(Context) - Static method in class com.dingi.dingisdk.storage.FileSource
Get files directory path for a context.
getRotateGesturesEnabled() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured rotate gesture state for a map view.
getRotation() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the rotation of the MarkerView.
getRotation() - Method in class com.dingi.dingisdk.annotations.MarkerView
Deprecated.
Get the rotation value of the MarkerView.
getScale() - Method in class com.dingi.dingisdk.annotations.Icon
Get the icon bitmap scale.
getScheme() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getScrollGesturesEnabled() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured scroll gesture state for a map view.
getSelectedMarkers() - Method in class com.dingi.dingisdk.maps.DingiMap
Gets the currently selected marker.
getSelector(int) - Static method in class com.dingi.dingisdk.utils.ColorUtils
Returns a color state list associated with a theme based on a Context.
getSnippet() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the snippet of the MarkerView.
getSnippet() - Method in class com.dingi.dingisdk.annotations.Marker
Gets the snippet of the marker.
getSnippet() - Method in class com.dingi.dingisdk.annotations.MarkerOptions
Gets the snippet set for this MarkerOptions object.
getSource(String) - Method in class com.dingi.dingisdk.maps.DingiMap
Retrieve a source by id
getSourceAs(String) - Method in class com.dingi.dingisdk.maps.DingiMap
Tries to cast the Source to T, returns null if it's another type.
getSourceId() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the source id.
getSourceId() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the source id.
getSourceId() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the source id.
getSourceId() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get the source id.
getSourceId() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
Get the source id.
getSourceId() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the source id.
getSourceId() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
Get the source id.
getSourceId() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the source id.
getSourceLayer() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
Get the source layer.
getSourceLayer() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
Get the source layer.
getSourceLayer() - Method in class com.dingi.dingisdk.style.layers.FillLayer
Get the source layer.
getSourceLayer() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
Get the source layer.
getSourceLayer() - Method in class com.dingi.dingisdk.style.layers.LineLayer
Get the source layer.
getSourceLayer() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the source layer.
getSources() - Method in class com.dingi.dingisdk.maps.DingiMap
Retrieve all the sources in the style
getSouthEast() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the latitude-longitude pair of the south east corner of this bounds.
getSouthWest() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the latitude-longitude pair of the south west corner of this bounds.
getSpan() - Method in class com.dingi.dingisdk.geometry.LatLngBounds
Get the area spanned by this LatLngBounds
getStatus(OfflineRegion.OfflineRegionStatusCallback) - Method in class com.dingi.dingisdk.offline.OfflineRegion
Retrieve the current status of the region.
getStrokeColor() - Method in class com.dingi.dingisdk.annotations.BubbleLayout
Get the stroke color.
getStrokeColor() - Method in class com.dingi.dingisdk.annotations.Polygon
Get the color of the stroke of the polygon.
getStrokeColor() - Method in class com.dingi.dingisdk.annotations.PolygonOptions
Gets the stroke color set for this PolygonOptions object.
getStrokeWidth() - Method in class com.dingi.dingisdk.annotations.BubbleLayout
Get stroke width.
getStyleJson() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns the map style json currently displayed in the map view.
getStyleJson() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured styleJson for a map view.
getStyleUrl() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns the map style url currently displayed in the map view.
getStyleUrl() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured styleUrl url for a map view.
getStyleURL() - Method in class com.dingi.dingisdk.offline.OfflineGeometryRegionDefinition
 
getStyleURL() - Method in interface com.dingi.dingisdk.offline.OfflineRegionDefinition
Returns the map style url of the OfflineRegion.
getStyleURL() - Method in class com.dingi.dingisdk.offline.OfflineTilePyramidRegionDefinition
 
getStyleUrl() - Method in class com.dingi.dingisdk.snapshotter.MapSnapshotter.Options
 
getSymbolAvoidEdges() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the SymbolAvoidEdges property
getSymbolPlacement() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the SymbolPlacement property
getSymbolSpacing() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the SymbolSpacing property
getSymbolZOrder() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the SymbolZOrder property
getTelemetry() - Static method in class com.dingi.dingisdk.Dingi
Get an instance of Telemetry if initialised
getTemplate() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getText() - Method in class com.dingi.dingisdk.style.types.FormattedSection
Returns the displayed text.
getTextAllowOverlap() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextAllowOverlap property
getTextAnchor() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextAnchor property
getTextColor() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextColor property
getTextColorAsInt() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
The color with which the text will be drawn.
getTextColorTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextColor property transition options
getTextField() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextField property
getTextFont() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextFont property
getTextHaloBlur() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextHaloBlur property
getTextHaloBlurTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextHaloBlur property transition options
getTextHaloColor() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextHaloColor property
getTextHaloColorAsInt() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
The color of the text's halo, which helps it stand out from backgrounds.
getTextHaloColorTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextHaloColor property transition options
getTextHaloWidth() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextHaloWidth property
getTextHaloWidthTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextHaloWidth property transition options
getTextIgnorePlacement() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextIgnorePlacement property
getTextJustify() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextJustify property
getTextKeepUpright() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextKeepUpright property
getTextLetterSpacing() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextLetterSpacing property
getTextLineHeight() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextLineHeight property
getTextMaxAngle() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextMaxAngle property
getTextMaxWidth() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextMaxWidth property
getTextOffset() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextOffset property
getTextOpacity() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextOpacity property
getTextOpacityTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextOpacity property transition options
getTextOptional() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextOptional property
getTextPadding() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextPadding property
getTextPitchAlignment() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextPitchAlignment property
getTextRotate() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextRotate property
getTextRotationAlignment() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextRotationAlignment property
getTextSize() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextSize property
getTextTransform() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextTransform property
getTextTranslate() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextTranslate property
getTextTranslateAnchor() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextTranslateAnchor property
getTextTranslateTransition() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
Get the TextTranslate property transition options
getTextureMode() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Returns true if TextureView is being used the render view.
getTextView() - Method in class com.dingi.dingisdk.attribution.AttributionMeasure
 
getThis() - Method in class com.dingi.dingisdk.annotations.BaseMarkerOptions
Get the instance of the object for which this method was called.
getThis() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the instance of the object for which this method was called.
getThis() - Method in class com.dingi.dingisdk.annotations.MarkerOptions
 
getThis() - Method in class com.dingi.dingisdk.annotations.MarkerViewOptions
Deprecated.
Get the instance of the object for which this method was called.
getTilejson() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getTiles() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getTiltGesturesEnabled() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured tilt gesture state for a map view.
getTitle() - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
Deprecated.
Get the title of the MarkerView.
getTitle() - Method in class com.dingi.dingisdk.annotations.Marker
Gets the snippet of the marker.
getTitle() - Method in class com.dingi.dingisdk.annotations.MarkerOptions
Gets the title set for this MarkerOptions object.
getTitle() - Method in class com.dingi.dingisdk.attribution.Attribution
 
getTitleAbbreviated() - Method in class com.dingi.dingisdk.attribution.Attribution
 
getTopLeft() - Method in class com.dingi.dingisdk.geometry.LatLngQuad
 
getTopRight() - Method in class com.dingi.dingisdk.geometry.LatLngQuad
 
getTransitionDelay() - Method in class com.dingi.dingisdk.maps.DingiMap
Get the animation delay for style changes.
getTransitionDuration() - Method in class com.dingi.dingisdk.maps.DingiMap
Get the animation duration for style changes.
getTranslucentTextureSurface() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
 
getType() - Method in class com.dingi.dingisdk.module.telemetry.FileData
 
getType() - Method in class com.dingi.dingisdk.offline.OfflineGeometryRegionDefinition
 
getType() - Method in interface com.dingi.dingisdk.offline.OfflineRegionDefinition
Gest the type of the OfflineRegionDefinition for telemetry ("tileregion", "shaperegion").
getType() - Method in class com.dingi.dingisdk.offline.OfflineTilePyramidRegionDefinition
 
getUiSettings() - Method in class com.dingi.dingisdk.maps.DingiMap
Gets the user interface settings for the map.
getUrl() - Method in class com.dingi.dingisdk.attribution.Attribution
 
getUrl() - Method in class com.dingi.dingisdk.style.sources.GeoJsonSource
 
getUrl() - Method in class com.dingi.dingisdk.style.sources.ImageSource
 
getUrl() - Method in class com.dingi.dingisdk.style.sources.RasterDemSource
 
getUrl() - Method in class com.dingi.dingisdk.style.sources.RasterSource
 
getUrl() - Method in class com.dingi.dingisdk.style.sources.VectorSource
 
getValue() - Method in class com.dingi.dingisdk.style.layers.PropertyValue
Get the value of the property.
getVersion() - Method in class com.dingi.dingisdk.style.sources.TileSet
 
getView() - Method in class com.dingi.dingisdk.annotations.InfoWindow
Retrieve this InfoWindow's current view being used.
getView(MarkerView) - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
Deprecated.
Get view representation from a MarkerView.
getView(U, View, ViewGroup) - Method in class com.dingi.dingisdk.maps.DingiMap.MarkerViewAdapter
Deprecated.
Called when an MarkerView will be added to the MapView.
getViewAdapter(MarkerView) - Method in class com.dingi.dingisdk.annotations.MarkerViewManager
Deprecated.
Get the view adapter for a marker.
getViewContent() - Method in class com.dingi.dingisdk.maps.MapView
 
getViewReusePool() - Method in class com.dingi.dingisdk.maps.DingiMap.MarkerViewAdapter
Deprecated.
Returns the pool used to store reusable Views.
getVisibility() - Method in class com.dingi.dingisdk.style.layers.Layer
 
getVisibleRegion() - Method in class com.dingi.dingisdk.maps.Projection
Gets a projection of the viewing frustum for converting between screen coordinates and geo-latitude/longitude coordinates.
getVisibleRegion(boolean) - Method in class com.dingi.dingisdk.maps.Projection
Gets a projection of the viewing frustum for converting between screen coordinates and geo-latitude/longitude coordinates.
getWidth() - Method in class com.dingi.dingisdk.annotations.Polyline
Gets the width of this polyline.
getWidth() - Method in class com.dingi.dingisdk.annotations.PolylineOptions
Gets the width set for this PolylineOptions object.
getWidth() - Method in class com.dingi.dingisdk.maps.DingiMap
Returns the measured width of the Map.
getWidth() - Method in class com.dingi.dingisdk.maps.UiSettings
Returns the measured width of the MapView
getWidth() - Method in class com.dingi.dingisdk.snapshotter.MapSnapshotter.Options
 
getZoomGesturesEnabled() - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Get the current configured zoom gesture state for a map view.
GLSurfaceViewMapRenderer - Class in com.dingi.dingisdk.maps.renderer.glsurfaceview
The GLSurfaceViewMapRenderer encapsulates the GL thread and GLSurfaceView specifics to render the map.
GLSurfaceViewMapRenderer(Context, GLSurfaceView, String) - Constructor for class com.dingi.dingisdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
 
GLYPHS - Static variable in class com.dingi.dingisdk.storage.Resource
 
GPS - Static variable in class com.dingi.dingisdk.location.modes.RenderMode
Tracking the user location with bearing considered from Location.
gpsDrawable(int) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
Defines the drawable used for the navigation state icon.
gpsDrawable() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
Defines the drawable used for the navigation state icon.
gpsName(String) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
Given a String image name, identical to one used in the first parameter of DingiMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default dingi_gpsDrawable.
gpsName() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
String image name, identical to one used in the first parameter of DingiMap.addImage(String, Bitmap), the component, will used this image in place of the provided or default dingi_gpsDrawable.
gt(Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is strictly greater than the second, false otherwise.
gt(Expression, Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is strictly greater than the second, false otherwise.
gt(Expression, Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is strictly greater than the second, false otherwise.
gt(Expression, String) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is strictly greater than the second, false otherwise.
gt(Expression, String, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is strictly greater than the second, false otherwise.
gte(Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is greater than or equal to the second, false otherwise.
gte(Expression, Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is greater than or equal to the second, false otherwise.
gte(Expression, Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is greater than or equal to the second, false otherwise.
gte(Expression, String) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is greater than or equal to the second, false otherwise.
gte(Expression, String, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is greater than or equal to the second, false otherwise.
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