- v(String, String) - Static method in class com.mapbox.mapboxsdk.log.Logger
-
Send a verbose log message.
- v(String, String, Throwable) - Static method in class com.mapbox.mapboxsdk.log.Logger
-
Send a verbose log message and log the exception.
- v(String, String) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
-
Send a verbose log message.
- v(String, String, Throwable) - Method in interface com.mapbox.mapboxsdk.log.LoggerDefinition
-
Send a verbose log message and log the exception.
- Value - Class in com.mapbox.mapboxsdk.maps
-
Wrapper class for value, complies to the mapbox type system.
- Value(double) - Constructor for class com.mapbox.mapboxsdk.maps.Value
-
Create a value from a double.
- Value(long) - Constructor for class com.mapbox.mapboxsdk.maps.Value
-
Create a value from a long.
- Value(boolean) - Constructor for class com.mapbox.mapboxsdk.maps.Value
-
Create a value from a boolean.
- Value(String) - Constructor for class com.mapbox.mapboxsdk.maps.Value
-
Create a value from a string.
- Value(ArrayList<Value>) - Constructor for class com.mapbox.mapboxsdk.maps.Value
-
Create a value from an list.
- Value(HashMap<String, Value>) - Constructor for class com.mapbox.mapboxsdk.maps.Value
-
Create a value from a map.
- value - Variable in class com.mapbox.mapboxsdk.style.layers.PropertyValue
-
- valueOf(String) - Static method in enum com.mapbox.mapboxsdk.maps.GlyphsRasterizationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.mapbox.mapboxsdk.maps.GlyphsRasterizationMode
-
Get GlyphsRasterizationMode from int value
- values() - Static method in enum com.mapbox.mapboxsdk.maps.GlyphsRasterizationMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- var(Expression) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
References variable bound using let.
- var(String) - Static method in class com.mapbox.mapboxsdk.style.expressions.Expression
-
References variable bound using let.
- VectorSource - Class in com.mapbox.mapboxsdk.style.sources
-
Vector source, allows the use of vector tiles.
- VectorSource(String, URL) - Constructor for class com.mapbox.mapboxsdk.style.sources.VectorSource
-
- VectorSource(String, Uri) - Constructor for class com.mapbox.mapboxsdk.style.sources.VectorSource
-
Create a vector source from an URI.
- VectorSource(String, String) - Constructor for class com.mapbox.mapboxsdk.style.sources.VectorSource
-
Create a vector source from an URI.
- VectorSource(String, TileSet) - Constructor for class com.mapbox.mapboxsdk.style.sources.VectorSource
-
Create a vector source from a tileset
- VELOCITY_THRESHOLD_IGNORE_FLING - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
Velocity threshold for a fling gesture
- VERBOSE - Static variable in class com.mapbox.mapboxsdk.log.Logger
-
Priority constant for the println method; use Logger.v
- view - Variable in class com.mapbox.mapboxsdk.annotations.InfoWindow
-
Deprecated.
- visibility(String) - Static method in class com.mapbox.mapboxsdk.style.layers.PropertyFactory
-
Set the property visibility.
- VISIBLE - Static variable in class com.mapbox.mapboxsdk.style.layers.Property
-
The layer is shown.
- VisibleRegion - Class in com.mapbox.mapboxsdk.geometry
-
Contains the four points defining the four-sided polygon that is visible in a map's camera.
- VisibleRegion(LatLng, LatLng, LatLng, LatLng, LatLngBounds) - Constructor for class com.mapbox.mapboxsdk.geometry.VisibleRegion
-
Creates a VisibleRegion given the four corners of the camera.
- VisibleRegionTest - Class in com.mapbox.mapboxsdk.geometry
-
- VisibleRegionTest() - Constructor for class com.mapbox.mapboxsdk.geometry.VisibleRegionTest
-