- fadeCompassViewFacingNorth(boolean) - Method in class com.dingi.dingisdk.maps.widgets.CompassView
-
- farLeft - Variable in class com.dingi.dingisdk.geometry.VisibleRegion
-
LatLng object that defines the far left corner of the camera.
- farRight - Variable in class com.dingi.dingisdk.geometry.VisibleRegion
-
LatLng object that defines the far right corner of the camera.
- FileData - Class in com.dingi.dingisdk.module.telemetry
-
- FileSource - Class in com.dingi.dingisdk.storage
-
Holds a central reference to the core's DefaultFileSource for as long as
there are active mapviews / offline managers
- FileSource.ResourceTransformCallback - Interface in com.dingi.dingisdk.storage
-
This callback allows implementors to transform URLs before they are requested
from the internet.
- FileUtils - Class in com.dingi.dingisdk.utils
-
- FileUtils() - Constructor for class com.dingi.dingisdk.utils.FileUtils
-
- FileUtils.CheckFileReadPermissionTask - Class in com.dingi.dingisdk.utils
-
Task checking whether app's process can read a file.
- FileUtils.CheckFileWritePermissionTask - Class in com.dingi.dingisdk.utils
-
Task checking whether app's process can write to a file.
- FileUtils.OnCheckFileReadPermissionListener - Interface in com.dingi.dingisdk.utils
-
Interface definition for a callback invoked when checking file's read permissions.
- FileUtils.OnCheckFileWritePermissionListener - Interface in com.dingi.dingisdk.utils
-
Interface definition for a callback invoked when checking file's write permissions.
- FILL_EXTRUSION_TRANSLATE_ANCHOR_MAP - Static variable in class com.dingi.dingisdk.style.layers.Property
-
The fill extrusion is translated relative to the map.
- FILL_EXTRUSION_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.dingi.dingisdk.style.layers.Property
-
The fill extrusion is translated relative to the viewport.
- FILL_TRANSLATE_ANCHOR_MAP - Static variable in class com.dingi.dingisdk.style.layers.Property
-
The fill is translated relative to the map.
- FILL_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.dingi.dingisdk.style.layers.Property
-
The fill is translated relative to the viewport.
- fillAntialias(Boolean) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
Whether or not the fill should be antialiased.
- fillAntialias(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
Whether or not the fill should be antialiased.
- fillColor(int) - Method in class com.dingi.dingisdk.annotations.PolygonOptions
-
Specifies the polygon's fill color, as 32-bit ARGB.
- fillColor(int) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The color of the filled part of this layer.
- fillColor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The color of the filled part of this layer.
- fillColor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The color of the filled part of this layer.
- fillExtrusionBase(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The height with which to extrude the base of this layer.
- fillExtrusionBase(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The height with which to extrude the base of this layer.
- fillExtrusionColor(int) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The base color of the extruded fill.
- fillExtrusionColor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The base color of the extruded fill.
- fillExtrusionColor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The base color of the extruded fill.
- fillExtrusionHeight(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The height with which to extrude this layer.
- fillExtrusionHeight(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The height with which to extrude this layer.
- FillExtrusionLayer - Class in com.dingi.dingisdk.style.layers
-
An extruded (3D) polygon.
- FillExtrusionLayer(String, String) - Constructor for class com.dingi.dingisdk.style.layers.FillExtrusionLayer
-
Creates a FillExtrusionLayer.
- fillExtrusionOpacity(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The opacity of the entire fill extrusion layer.
- fillExtrusionOpacity(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The opacity of the entire fill extrusion layer.
- fillExtrusionPattern(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
Name of image in sprite to use for drawing images on extruded fills.
- fillExtrusionPattern(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
Name of image in sprite to use for drawing images on extruded fills.
- fillExtrusionTranslate(Float[]) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The geometry's offset.
- fillExtrusionTranslate(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The geometry's offset.
- fillExtrusionTranslateAnchor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
- fillExtrusionTranslateAnchor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
- FillLayer - Class in com.dingi.dingisdk.style.layers
-
A filled polygon with an optional stroked border.
- FillLayer(String, String) - Constructor for class com.dingi.dingisdk.style.layers.FillLayer
-
Creates a FillLayer.
- fillOpacity(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The opacity of the entire fill layer.
- fillOpacity(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The opacity of the entire fill layer.
- fillOutlineColor(int) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The outline color of the fill.
- fillOutlineColor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The outline color of the fill.
- fillOutlineColor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The outline color of the fill.
- fillPattern(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
Name of image in sprite to use for drawing image fills.
- fillPattern(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
Name of image in sprite to use for drawing image fills.
- fillTranslate(Float[]) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The geometry's offset.
- fillTranslate(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
The geometry's offset.
- fillTranslateAnchor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
- fillTranslateAnchor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
- finalize() - Method in class com.dingi.dingisdk.maps.renderer.MapRenderer
-
- finalize() - Method in class com.dingi.dingisdk.offline.OfflineManager
-
- finalize() - Method in class com.dingi.dingisdk.offline.OfflineRegion
-
- finalize() - Method in class com.dingi.dingisdk.snapshotter.MapSnapshot
-
- finalize() - Method in class com.dingi.dingisdk.snapshotter.MapSnapshotter
-
- finalize() - Method in class com.dingi.dingisdk.storage.FileSource
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.BackgroundLayer
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.CircleLayer
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.CustomLayer
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.FillExtrusionLayer
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.FillLayer
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.HeatmapLayer
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.HillshadeLayer
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.Layer
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.LineLayer
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.RasterLayer
-
- finalize() - Method in class com.dingi.dingisdk.style.layers.SymbolLayer
-
- finalize() - Method in class com.dingi.dingisdk.style.sources.CustomGeometrySource
-
- finalize() - Method in class com.dingi.dingisdk.style.sources.GeoJsonSource
-
- finalize() - Method in class com.dingi.dingisdk.style.sources.ImageSource
-
- finalize() - Method in class com.dingi.dingisdk.style.sources.RasterDemSource
-
- finalize() - Method in class com.dingi.dingisdk.style.sources.RasterSource
-
- finalize() - Method in class com.dingi.dingisdk.style.sources.UnknownSource
-
- finalize() - Method in class com.dingi.dingisdk.style.sources.VectorSource
-
- flat - Variable in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- flat(boolean) - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
-
Deprecated.
Set the flat state of the MarkerView.
- floor(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the largest integer that is less than or equal to the input.
- floor(Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns the largest integer that is less than or equal to the input.
- FocalPointChangeListener - Interface in com.dingi.dingisdk.maps
-
Interface definition of a callback that is invoked when the focal point will change.
- forceLocationUpdate(Location) - Method in class com.dingi.dingisdk.location.LocationComponent
-
Use to either force a location update or to manually control when the user location gets
updated.
- foregroundDrawable(int) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
-
Supply a Drawable that is to be rendered on top of all of the content in the Location Component layer stack.
- foregroundDrawable() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
-
Supply a Drawable that is to be rendered on top of all of the content in the Location LayerComponent layer stack.
- foregroundDrawableStale(int) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
-
Defines the drawable used for the stale foreground icon.
- foregroundDrawableStale() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
-
Defines the drawable used for the stale foreground icon.
- foregroundLoadColor(int) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
-
Set the MapView foreground color that is used when the map surface is being created.
- foregroundName(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_foregroundDrawable.
- foregroundName() - 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_foregroundDrawable.
- foregroundStaleName(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_foregroundDrawableStale.
- foregroundStaleName() - 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_foregroundDrawableStale.
- foregroundStaleTintColor(Integer) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
-
Defines the foreground stale color as an integer.
- foregroundStaleTintColor() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
-
Defines the foreground stale color as an integer.
- foregroundTintColor(Integer) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
-
Defines the foreground color as an integer.
- foregroundTintColor() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
-
Defines the foreground color as an integer.
- format(Expression.FormatEntry...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
Returns formatted text containing annotations for use in mixed-format text-field entries.
- formatEntry(Expression, Expression.FormatOption...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
- formatEntry(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
- formatEntry(String, Expression.FormatOption...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
- formatEntry(String) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
- formatFontScale(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression.FormatOption
-
If set, the font-scale argument specifies a scaling factor relative to the text-size
specified in the root layout properties.
- formatFontScale(double) - Static method in class com.dingi.dingisdk.style.expressions.Expression.FormatOption
-
If set, the font-scale argument specifies a scaling factor relative to the text-size
specified in the root layout properties.
- Formatted - Class in com.dingi.dingisdk.style.types
-
Represents a string broken into sections annotated with separate formatting options.
- Formatted(FormattedSection[]) - Constructor for class com.dingi.dingisdk.style.types.Formatted
-
Create a new formatted text.
- FormattedSection - Class in com.dingi.dingisdk.style.types
-
- FormattedSection(String, double, String[]) - Constructor for class com.dingi.dingisdk.style.types.FormattedSection
-
Creates a formatted section.
- FormattedSection(String, double) - Constructor for class com.dingi.dingisdk.style.types.FormattedSection
-
Creates a formatted section.
- formatTextFont(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression.FormatOption
-
If set, the text-font argument overrides the font specified by the root layout properties.
- formatTextFont(String[]) - Static method in class com.dingi.dingisdk.style.expressions.Expression.FormatOption
-
If set, the text-font argument overrides the font specified by the root layout properties.
- FRAG_ARG_DINGIMAPOPTIONS - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
Fragment Argument Key for DingiMapOptions
- from(double, double, double, double) - Static method in class com.dingi.dingisdk.geometry.LatLngBounds
-
Constructs a LatLngBounds from doubles representing a LatLng pair.
- from(int, int, int) - Static method in class com.dingi.dingisdk.geometry.LatLngBounds
-
Constructs a LatLngBounds from a Tile identifier.
- fromAsset(String) - Method in class com.dingi.dingisdk.annotations.IconFactory
-
Creates an Icon using the name of a Bitmap image in the assets directory.
- fromBitmap(Bitmap) - Method in class com.dingi.dingisdk.annotations.IconFactory
-
Creates an icon from a given Bitmap image.
- fromFile(String) - Method in class com.dingi.dingisdk.annotations.IconFactory
-
Create an Icon using the name of a Bitmap image file located in the internal storage.
- fromPath(String) - Method in class com.dingi.dingisdk.annotations.IconFactory
-
Creates an Icon using the absolute file path of a Bitmap image.
- fromPosition(float, float, float) - Static method in class com.dingi.dingisdk.style.light.Position
-
Returns a Position from a radial coordinate, an azimuthal angle and a polar angle
- fromResource(int) - Method in class com.dingi.dingisdk.annotations.IconFactory
-
Creates an icon using the resource ID of a Bitmap image.
- fromScreenLocation(PointF) - Method in class com.dingi.dingisdk.maps.Projection
-
Returns the geographic location that corresponds to a screen location.
- fromTransitionOptions(long, long) - Static method in class com.dingi.dingisdk.style.layers.TransitionOptions
-
Create a transition property based on duration and a delay.