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 

L

LATITUDE_SPAN - Static variable in class com.dingi.dingisdk.constants.GeometryConstants
This constant represents the latitude span when representing a geolocation.
LatLng - Class in com.dingi.dingisdk.geometry
A geographical location which contains a single latitude, longitude pair, with optional altitude.
LatLng() - Constructor for class com.dingi.dingisdk.geometry.LatLng
Construct a new latitude, longitude point at (0, 0)
LatLng(double, double) - Constructor for class com.dingi.dingisdk.geometry.LatLng
Construct a new latitude, longitude point given double arguments
LatLng(double, double, double) - Constructor for class com.dingi.dingisdk.geometry.LatLng
Construct a new latitude, longitude, altitude point given double arguments
LatLng(Location) - Constructor for class com.dingi.dingisdk.geometry.LatLng
Construct a new latitude, longitude, altitude point given location argument
LatLng(LatLng) - Constructor for class com.dingi.dingisdk.geometry.LatLng
Construct a new latitude, longitude, altitude point given another latitude, longitude, altitude point.
LatLng(Parcel) - Constructor for class com.dingi.dingisdk.geometry.LatLng
Constructs a new latitude, longitude, altitude tuple given a parcel.
LatLngBounds - Class in com.dingi.dingisdk.geometry
A geographical area representing a latitude/longitude aligned rectangle.
latLngBounds - Variable in class com.dingi.dingisdk.geometry.VisibleRegion
The smallest bounding box that includes the visible region defined in this class.
LatLngBounds.Builder - Class in com.dingi.dingisdk.geometry
Builder for composing LatLngBounds objects.
latLngForPixel(PointF) - Method in class com.dingi.dingisdk.snapshotter.MapSnapshot
Calculate geographical coordinates from a point in pixels on the Image
LatLngQuad - Class in com.dingi.dingisdk.geometry
A geographical area representing a non-aligned quadrilateral
LatLngQuad(LatLng, LatLng, LatLng, LatLng) - Constructor for class com.dingi.dingisdk.geometry.LatLngQuad
Construct a new LatLngQuad based on its corners, in order top left, top right, bottom left, bottom right
LatLngSpan - Class in com.dingi.dingisdk.geometry
A geographical span defined by its latitude and longitude span.
LatLngSpan(double, double) - Constructor for class com.dingi.dingisdk.geometry.LatLngSpan
Creates a LatLgnSpan.
Layer - Class in com.dingi.dingisdk.style.layers
Base class for the different Layer types
Layer(long) - Constructor for class com.dingi.dingisdk.style.layers.Layer
 
Layer() - Constructor for class com.dingi.dingisdk.style.layers.Layer
 
layerBelow(String) - Method in class com.dingi.dingisdk.location.LocationComponentOptions.Builder
Sets the layer id to set the location component below to.
layerBelow() - Method in class com.dingi.dingisdk.location.LocationComponentOptions
Gets the id of the layer to add the location component above to.
length(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Gets the length of an array or string.
length(String) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Gets the length of an array or string.
let(Expression...) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Binds input to named variables, which can then be referenced in the result expression using Expression.var(String) or Expression.var(Expression).
LibraryLoader - Class in com.dingi.dingisdk
Loads the dingi-gl shared library
LibraryLoader() - Constructor for class com.dingi.dingisdk.LibraryLoader
 
Light - Class in com.dingi.dingisdk.style.light
The global light source.
LINE_CAP_BUTT - Static variable in class com.dingi.dingisdk.style.layers.Property
A cap with a squared-off end which is drawn to the exact endpoint of the line.
LINE_CAP_ROUND - Static variable in class com.dingi.dingisdk.style.layers.Property
A cap with a rounded end which is drawn beyond the endpoint of the line at a radius of one-half of the line's width and centered on the endpoint of the line.
LINE_CAP_SQUARE - Static variable in class com.dingi.dingisdk.style.layers.Property
A cap with a squared-off end which is drawn beyond the endpoint of the line at a distance of one-half of the line's width.
LINE_JOIN_BEVEL - Static variable in class com.dingi.dingisdk.style.layers.Property
A join with a squared-off end which is drawn beyond the endpoint of the line at a distance of one-half of the line's width.
LINE_JOIN_MITER - Static variable in class com.dingi.dingisdk.style.layers.Property
A join with a sharp, angled corner which is drawn with the outer sides beyond the endpoint of the path until they meet.
LINE_JOIN_ROUND - Static variable in class com.dingi.dingisdk.style.layers.Property
A join with a rounded end which is drawn beyond the endpoint of the line at a radius of one-half of the line's width and centered on the endpoint of the line.
LINE_TRANSLATE_ANCHOR_MAP - Static variable in class com.dingi.dingisdk.style.layers.Property
The line is translated relative to the map.
LINE_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.dingi.dingisdk.style.layers.Property
The line is translated relative to the viewport.
linear() - Static method in class com.dingi.dingisdk.style.expressions.Expression
interpolates linearly between the pair of stops just less than and just greater than the input.
lineBlur(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Blur applied to the line, in density-independent pixels.
lineBlur(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Blur applied to the line, in density-independent pixels.
lineCap(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The display of line endings.
lineCap(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The display of line endings.
lineColor(int) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The color with which the line will be drawn.
lineColor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The color with which the line will be drawn.
lineColor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The color with which the line will be drawn.
lineDasharray(Float[]) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Specifies the lengths of the alternating dashes and gaps that form the dash pattern.
lineDasharray(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Specifies the lengths of the alternating dashes and gaps that form the dash pattern.
lineGapWidth(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Draws a line casing outside of a line's actual path.
lineGapWidth(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Draws a line casing outside of a line's actual path.
lineGradient(int) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Defines a gradient with which to color a line feature.
lineGradient(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Defines a gradient with which to color a line feature.
lineGradient(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Defines a gradient with which to color a line feature.
lineJoin(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The display of lines when joining.
lineJoin(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The display of lines when joining.
LineLayer - Class in com.dingi.dingisdk.style.layers
A stroked line.
LineLayer(String, String) - Constructor for class com.dingi.dingisdk.style.layers.LineLayer
Creates a LineLayer.
lineMiterLimit(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Used to automatically convert miter joins to bevel joins for sharp angles.
lineMiterLimit(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Used to automatically convert miter joins to bevel joins for sharp angles.
lineOffset(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The line's offset.
lineOffset(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The line's offset.
lineOpacity(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The opacity at which the line will be drawn.
lineOpacity(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The opacity at which the line will be drawn.
linePattern(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing image lines.
linePattern(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing image lines.
lineProgress() - Static method in class com.dingi.dingisdk.style.expressions.Expression
Gets the progress along a gradient line.
lineRoundLimit(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Used to automatically convert round joins to miter joins for shallow angles.
lineRoundLimit(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Used to automatically convert round joins to miter joins for shallow angles.
lineTranslate(Float[]) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The geometry's offset.
lineTranslate(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
The geometry's offset.
lineTranslateAnchor(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.lineTranslate(java.lang.Float[]).
lineTranslateAnchor(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.lineTranslate(java.lang.Float[]).
lineWidth(Float) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Stroke thickness.
lineWidth(Expression) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
Stroke thickness.
listOfflineRegions(OfflineManager.ListOfflineRegionsCallback) - Method in class com.dingi.dingisdk.offline.OfflineManager
Retrieve all regions in the offline database.
literal - Variable in class com.dingi.dingisdk.style.expressions.Expression.ExpressionLiteral
 
literal(Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Create a literal number expression.
literal(String) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Create a literal string expression.
literal(boolean) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Create a literal boolean expression.
literal(Object) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Create a literal object expression.
literal(Object[]) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Create a literal array expression
ln(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the natural logarithm of the input.
ln(Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the natural logarithm of the input.
ln2() - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns mathematical constant ln(2).
load() - Static method in class com.dingi.dingisdk.LibraryLoader
Loads "libdingi-gl.so" native shared library.
load(String) - Method in class com.dingi.dingisdk.LibraryLoader
 
LocalGlyphRasterizer - Class in com.dingi.dingisdk.text
LocalGlyphRasterizer is the Android-specific platform implementation used by the portable local_glyph_rasterizer.hpp
localIdeographFontFamily(String) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Set the font family for generating glyphs locally for ideographs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.
LocationComponent - Class in com.dingi.dingisdk.location
The Location Component provides location awareness to your mobile application.
LocationComponent(DingiMap) - Constructor for class com.dingi.dingisdk.location.LocationComponent
Internal use.
LocationComponentOptions - Class in com.dingi.dingisdk.location
This class exposes options for the Location Component.
LocationComponentOptions(float, int, int, String, int, String, int, String, int, String, int, String, int, String, Integer, Integer, Integer, Integer, Integer, float, boolean, long, int[], double, double, float, float, boolean, float, float, String, float) - Constructor for class com.dingi.dingisdk.location.LocationComponentOptions
 
LocationComponentOptions.Builder - Class in com.dingi.dingisdk.location
Builder class for constructing a new instance of LocationComponentOptions.
log(int, String) - Static method in class com.dingi.dingisdk.http.HttpLogger
 
log(int, String, String) - Static method in class com.dingi.dingisdk.log.Logger
Send a log message based on severity.
log10(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the base-ten logarithm of the input.
log10(Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the base-ten logarithm of the input.
log2(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the base-two logarithm of the input.
log2(Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns the base-two logarithm of the input.
logEnabled - Static variable in class com.dingi.dingisdk.http.HttpLogger
 
logFailure(int, String, String) - Static method in class com.dingi.dingisdk.http.HttpLogger
 
Logger - Class in com.dingi.dingisdk.log
Logger for the Dingi Maps SDK for Android
Logger() - Constructor for class com.dingi.dingisdk.log.Logger
 
LoggerDefinition - Interface in com.dingi.dingisdk.log
Definition of a logger for the Dingi Maps SDK for Android.
logoEnabled(boolean) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Specifies the visibility state of a logo for a map view.
logoGravity(int) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Specifies the gravity state of logo for a map view.
logoMargins(int[]) - Method in class com.dingi.dingisdk.maps.DingiMapOptions
Specifies the margin state of logo for a map view
logRequestUrl - Static variable in class com.dingi.dingisdk.http.HttpLogger
 
LONGITUDE_SPAN - Static variable in class com.dingi.dingisdk.constants.GeometryConstants
This constant represents the longitude span when representing a geolocation.
lt(Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is strictly less than the second, false otherwise.
lt(Expression, Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is strictly less than the second, false otherwise.
lt(Expression, Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is strictly less than the second, false otherwise.
lt(Expression, String) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is strictly less than the second, false otherwise.
lt(Expression, String, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is strictly less than the second, false otherwise.
lte(Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is less than or equal to the second, false otherwise.
lte(Expression, Expression, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is less than or equal to the second, false otherwise.
lte(Expression, Number) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is less than or equal to the second, false otherwise.
lte(Expression, String) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is less than or equal to the second, false otherwise.
lte(Expression, String, Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
Returns true if the first input is less 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