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

lastKnownCompassAccuracyStatusValue() - Method in class com.mapbox.mapboxsdk.location.CompassEngineTest
 
lastKnownCompassBearingAccuracyDefault() - Method in class com.mapbox.mapboxsdk.location.CompassEngineTest
 
latitiudeSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
LATITUDE_SPAN - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
This constant represents the latitude span when representing a geolocation.
LatLng - Class in com.mapbox.mapboxsdk.geometry
A geographical location which contains a single latitude, longitude pair, with optional altitude.
LatLng() - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Construct a new latitude, longitude point at (0, 0)
LatLng(double, double) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Construct a new latitude, longitude point given double arguments
LatLng(double, double, double) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Construct a new latitude, longitude, altitude point given double arguments
LatLng(Location) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Construct a new latitude, longitude, altitude point given location argument
LatLng(LatLng) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Construct a new latitude, longitude, altitude point given another latitude, longitude, altitude point.
LatLng(Parcel) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLng
Constructs a new latitude, longitude, altitude tuple given a parcel.
LatLngBounds - Class in com.mapbox.mapboxsdk.geometry
A geographical area representing a latitude/longitude aligned rectangle.
latLngBounds - Variable in class com.mapbox.mapboxsdk.geometry.VisibleRegion
The smallest bounding box that includes the visible region defined in this class.
LatLngBounds.Builder - Class in com.mapbox.mapboxsdk.geometry
Builder for composing LatLngBounds objects.
LatLngBoundsTest - Class in com.mapbox.mapboxsdk.geometry
 
LatLngBoundsTest() - Constructor for class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
LatLngBoundsZoom - Class in com.mapbox.mapboxsdk.geometry
A geographical area representing a latitude/longitude aligned rectangle and the zoom level.
latLngForPixel(PointF) - Method in class com.mapbox.mapboxsdk.snapshotter.MapSnapshot
Calculate geographical coordinates from a point in pixels on the Image
LatLngQuad - Class in com.mapbox.mapboxsdk.geometry
A geographical area representing a non-aligned quadrilateral
LatLngQuad(LatLng, LatLng, LatLng, LatLng) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLngQuad
Construct a new LatLngQuad based on its corners, in order top left, top right, bottom left, bottom right
LatLngSpan - Class in com.mapbox.mapboxsdk.geometry
A geographical span defined by its latitude and longitude span.
LatLngSpan(double, double) - Constructor for class com.mapbox.mapboxsdk.geometry.LatLngSpan
Creates a LatLgnSpan.
LatLngSpanTest - Class in com.mapbox.mapboxsdk.geometry
 
LatLngSpanTest() - Constructor for class com.mapbox.mapboxsdk.geometry.LatLngSpanTest
 
LatLngTest - Class in com.mapbox.mapboxsdk.geometry
 
LatLngTest() - Constructor for class com.mapbox.mapboxsdk.geometry.LatLngTest
 
Layer - Class in com.mapbox.mapboxsdk.style.layers
Base class for the different Layer types
Layer(long) - Constructor for class com.mapbox.mapboxsdk.style.layers.Layer
 
Layer() - Constructor for class com.mapbox.mapboxsdk.style.layers.Layer
 
LAYER_ID_ANNOTATIONS - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
Layer Id of annotations layer
layerAbove(String) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets the id of the layer that's referenced when placing the component on the map using Style.addLayerAbove(Layer, String).
layerAbove() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Gets the id of the layer that's referenced when placing the component on the map using Style.addLayerAbove(Layer, String).
layerBelow(String) - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions.Builder
Sets the id of the layer that's referenced when placing the component on the map using Style.addLayerBelow(Layer, String).
layerBelow() - Method in class com.mapbox.mapboxsdk.location.LocationComponentOptions
Gets the id of the layer that's referenced when placing the component on the map using Style.addLayerBelow(Layer, String).
layerHidden_renderModeChanged_layerShown_foregroundIconUpdated() - Method in class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
LayoutPropertyValue<T> - Class in com.mapbox.mapboxsdk.style.layers
 
LayoutPropertyValue(String, T) - Constructor for class com.mapbox.mapboxsdk.style.layers.LayoutPropertyValue
 
length(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the length of an array or string.
length(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the length of an array or string.
let(Expression...) - Static method in class com.mapbox.mapboxsdk.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.mapbox.mapboxsdk
Loads the mapbox-gl shared library
LibraryLoader() - Constructor for class com.mapbox.mapboxsdk.LibraryLoader
 
LibraryLoaderProvider - Interface in com.mapbox.mapboxsdk
Injects the default library loader.
LibraryLoaderProviderImpl - Class in com.mapbox.mapboxsdk.module.loader
Concrete implementation of a native library loader.
LibraryLoaderProviderImpl() - Constructor for class com.mapbox.mapboxsdk.module.loader.LibraryLoaderProviderImpl
 
LIGHT - Static variable in class com.mapbox.mapboxsdk.maps.Style
Light: Subtle light backdrop for data visualizations.
Light - Class in com.mapbox.mapboxsdk.style.light
The global light source.
LINE_CAP_BUTT - Static variable in class com.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.style.layers.Property
The line is translated relative to the map.
LINE_TRANSLATE_ANCHOR_VIEWPORT - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
The line is translated relative to the viewport.
linear() - Static method in class com.mapbox.mapboxsdk.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.mapbox.mapboxsdk.style.layers.PropertyFactory
Blur applied to the line, in density-independent pixels.
lineBlur(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Blur applied to the line, in density-independent pixels.
lineCap(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The display of line endings.
lineCap(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The display of line endings.
lineColor(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the line will be drawn.
lineColor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the line will be drawn.
lineColor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The color with which the line will be drawn.
lineDasharray(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Specifies the lengths of the alternating dashes and gaps that form the dash pattern.
lineDasharray(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Specifies the lengths of the alternating dashes and gaps that form the dash pattern.
lineGapWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Draws a line casing outside of a line's actual path.
lineGapWidth(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Draws a line casing outside of a line's actual path.
lineGradient(int) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Defines a gradient with which to color a line feature.
lineGradient(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Defines a gradient with which to color a line feature.
lineGradient(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Defines a gradient with which to color a line feature.
lineJoin(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The display of lines when joining.
lineJoin(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The display of lines when joining.
LineLayer - Class in com.mapbox.mapboxsdk.style.layers
A stroked line.
LineLayer(String, String) - Constructor for class com.mapbox.mapboxsdk.style.layers.LineLayer
Creates a LineLayer.
lineMiterLimit(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Used to automatically convert miter joins to bevel joins for sharp angles.
lineMiterLimit(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Used to automatically convert miter joins to bevel joins for sharp angles.
lineOffset(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The line's offset.
lineOffset(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The line's offset.
lineOpacity(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the line will be drawn.
lineOpacity(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The opacity at which the line will be drawn.
linePattern(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing image lines.
linePattern(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Name of image in sprite to use for drawing image lines.
lineProgress() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Gets the progress along a gradient line.
lineRoundLimit(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Used to automatically convert round joins to miter joins for shallow angles.
lineRoundLimit(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Used to automatically convert round joins to miter joins for shallow angles.
lineSortKey(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Sorts features in ascending order based on this value.
lineSortKey(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Sorts features in ascending order based on this value.
lineTranslate(Float[]) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The geometry's offset.
lineTranslate(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
The geometry's offset.
lineTranslateAnchor(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.lineTranslate(java.lang.Float[]).
lineTranslateAnchor(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Controls the frame of reference for PropertyFactory.lineTranslate(java.lang.Float[]).
lineWidth(Float) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Stroke thickness.
lineWidth(Expression) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
Stroke thickness.
listener_registerOnAdd() - Method in class com.mapbox.mapboxsdk.location.CompassEngineTest
 
listener_unregisterOnRemove() - Method in class com.mapbox.mapboxsdk.location.CompassEngineTest
 
listOfflineRegions(OfflineManager.ListOfflineRegionsCallback) - Method in class com.mapbox.mapboxsdk.offline.OfflineManager
Retrieve all regions in the offline database.
literal - Variable in class com.mapbox.mapboxsdk.style.expressions.Expression.ExpressionLiteral
 
literal(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Create a literal number expression.
literal(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Create a literal string expression.
literal(boolean) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Create a literal boolean expression.
literal(Object) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Create a literal object expression.
literal(Object[]) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Create a literal array expression
ln(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the natural logarithm of the input.
ln(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the natural logarithm of the input.
ln2() - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns mathematical constant ln(2).
load() - Static method in class com.mapbox.mapboxsdk.LibraryLoader
Loads "libmapbox-gl.so" native shared library.
load(String) - Method in class com.mapbox.mapboxsdk.LibraryLoader
 
locale(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression.NumberFormatOption
Number formatting option for specifying the locale to use, as a BCP 47 language tag.
locale(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression.NumberFormatOption
Number formatting option for specifying the locale to use, as a BCP 47 language tag.
localIdeographFontFamily(String) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Set the font family for generating glyphs locally for ideographs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.
localIdeographFontFamily(String...) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Set a font family from range of font families for generating glyphs locally for ideographs in the 'CJK Unified Ideographs' and 'Hangul Syllables' ranges.
localIdeographFontFamilyEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Enable local ideograph font family, defaults to true.
location(Location) - Method in class com.mapbox.mapboxsdk.location.LocationUpdate.Builder
Target location.
LOCATION_SOURCE - Static variable in class com.mapbox.mapboxsdk.location.LocationComponentConstants
Source ID of the location's GeoJsonSource.
LocationCameraControllerTest - Class in com.mapbox.mapboxsdk.location
 
LocationCameraControllerTest() - Constructor for class com.mapbox.mapboxsdk.location.LocationCameraControllerTest
 
LocationComponent - Class in com.mapbox.mapboxsdk.location
The Location Component provides location awareness to your mobile application.
LocationComponent(MapboxMap, Transform, List<MapboxMap.OnDeveloperAnimationListener>) - Constructor for class com.mapbox.mapboxsdk.location.LocationComponent
Internal use.
locationComponent_exceptionThrownWithDefaultLocationEngineButNotFullyLoadedStyle() - Method in class com.mapbox.mapboxsdk.location.LocationComponentActivationOptionsTest
 
LocationComponentActivationOptions - Class in com.mapbox.mapboxsdk.location
A class which holds the various options for activating the Maps SDK's LocationComponent to eventually show the device location on the map.
LocationComponentActivationOptions.Builder - Class in com.mapbox.mapboxsdk.location
Builder class for constructing a new instance of LocationComponentActivationOptions.
LocationComponentActivationOptionsTest - Class in com.mapbox.mapboxsdk.location
 
LocationComponentActivationOptionsTest() - Constructor for class com.mapbox.mapboxsdk.location.LocationComponentActivationOptionsTest
 
LocationComponentConstants - Class in com.mapbox.mapboxsdk.location
Contains all the constants being used for the LocationComponent.
locationComponentOptions(LocationComponentOptions) - Method in class com.mapbox.mapboxsdk.location.LocationComponentActivationOptions.Builder
 
locationComponentOptions() - Method in class com.mapbox.mapboxsdk.location.LocationComponentActivationOptions
A built LocationComponentOptions object, which holds the various LocationComponent styling options
LocationComponentOptions - Class in com.mapbox.mapboxsdk.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[], float, float, boolean, float, float, RectF, String, String, float, boolean, boolean, Boolean, Boolean, Integer, float, float, float, Interpolator) - Constructor for class com.mapbox.mapboxsdk.location.LocationComponentOptions
 
LocationComponentOptions(Parcel) - Constructor for class com.mapbox.mapboxsdk.location.LocationComponentOptions
 
LocationComponentOptions.Builder - Class in com.mapbox.mapboxsdk.location
Builder class for constructing a new instance of LocationComponentOptions.
LocationComponentOptionsTest - Class in com.mapbox.mapboxsdk.location
 
LocationComponentOptionsTest() - Constructor for class com.mapbox.mapboxsdk.location.LocationComponentOptionsTest
 
locationEngine(LocationEngine) - Method in class com.mapbox.mapboxsdk.location.LocationComponentActivationOptions.Builder
Deliver your own LocationEngine to the LocationComponent.
locationEngine() - Method in class com.mapbox.mapboxsdk.location.LocationComponentActivationOptions
The LocationEngine which the LocationComponent should use
locationEngineRequest(LocationEngineRequest) - Method in class com.mapbox.mapboxsdk.location.LocationComponentActivationOptions.Builder
 
locationEngineRequest() - Method in class com.mapbox.mapboxsdk.location.LocationComponentActivationOptions
The location request which the LocationComponent should use
LocationLayerControllerTest - Class in com.mapbox.mapboxsdk.location
 
LocationLayerControllerTest() - Constructor for class com.mapbox.mapboxsdk.location.LocationLayerControllerTest
 
LocationUpdate - Class in com.mapbox.mapboxsdk.location
A class that contains the location update configuration.
LocationUpdate.Builder - Class in com.mapbox.mapboxsdk.location
 
log(int, String) - Static method in class com.mapbox.mapboxsdk.http.HttpLogger
 
log(int, String, String) - Static method in class com.mapbox.mapboxsdk.log.Logger
Send a log message based on severity.
log10(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the base-ten logarithm of the input.
log10(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the base-ten logarithm of the input.
log2(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the base-two logarithm of the input.
log2(Number) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
Returns the base-two logarithm of the input.
logEnabled - Static variable in class com.mapbox.mapboxsdk.http.HttpLogger
 
logFailure(int, String, String) - Static method in class com.mapbox.mapboxsdk.http.HttpLogger
 
Logger - Class in com.mapbox.mapboxsdk.log
Logger for the Mapbox Maps SDK for Android
Logger() - Constructor for class com.mapbox.mapboxsdk.log.Logger
 
Logger.LogLevel - Annotation Type in com.mapbox.mapboxsdk.log
Log level indicates which logs are allowed to be emitted by the Mapbox Maps SDK for Android.
LoggerDefinition - Interface in com.mapbox.mapboxsdk.log
Definition of a logger for the Mapbox Maps SDK for Android.
logoEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the visibility state of a logo for a map view.
logoGravity(int) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the gravity state of logo for a map view.
logoMargins(int[]) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
Specifies the margin state of logo for a map view
logRequestUrl - Static variable in class com.mapbox.mapboxsdk.http.HttpLogger
 
LONGITUDE_SPAN - Static variable in class com.mapbox.mapboxsdk.constants.GeometryConstants
This constant represents the longitude span when representing a geolocation.
longitudeSpan() - Method in class com.mapbox.mapboxsdk.geometry.LatLngBoundsTest
 
lt(Expression, Expression) - Static method in class com.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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.mapbox.mapboxsdk.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