- v(String, String) - Static method in class com.dingi.dingisdk.log.Logger
-
Send a verbose log message.
- v(String, String, Throwable) - Static method in class com.dingi.dingisdk.log.Logger
-
Send a verbose log message and log the exception.
- v(String, String) - Method in interface com.dingi.dingisdk.log.LoggerDefinition
-
Send a verbose log message.
- v(String, String, Throwable) - Method in interface com.dingi.dingisdk.log.LoggerDefinition
-
Send a verbose log message and log the exception.
- value - Variable in class com.dingi.dingisdk.style.layers.PropertyValue
-
- var(Expression) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
References variable bound using let.
- var(String) - Static method in class com.dingi.dingisdk.style.expressions.Expression
-
References variable bound using let.
- VectorSource - Class in com.dingi.dingisdk.style.sources
-
Vector source, allows the use of vector tiles.
- VectorSource(String, URL) - Constructor for class com.dingi.dingisdk.style.sources.VectorSource
-
Create a vector source from a remote url pointing to a TileJSON resource
- VectorSource(String, String) - Constructor for class com.dingi.dingisdk.style.sources.VectorSource
-
Create a vector source from a remote url
- VectorSource(String, TileSet) - Constructor for class com.dingi.dingisdk.style.sources.VectorSource
-
Create a vector source from a tilset
- VELOCITY_THRESHOLD_IGNORE_FLING - Static variable in class com.dingi.dingisdk.constants.DingiConstants
-
Velocity threshold for a fling gesture
- view - Variable in class com.dingi.dingisdk.annotations.InfoWindow
-
- visibility(String) - Static method in class com.dingi.dingisdk.style.layers.PropertyFactory
-
Set the property visibility.
- visible - Variable in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- visible(boolean) - Method in class com.dingi.dingisdk.annotations.BaseMarkerViewOptions
-
Deprecated.
- VISIBLE - Static variable in class com.dingi.dingisdk.style.layers.Property
-
The layer is shown.
- VisibleRegion - Class in com.dingi.dingisdk.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.dingi.dingisdk.geometry.VisibleRegion
-
Creates a VisibleRegion given the four corners of the camera.