- queryRenderedFeatures(PointF, String...) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Queries the map for rendered features.
- queryRenderedFeatures(PointF, Expression, String...) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Queries the map for rendered features
- queryRenderedFeatures(RectF, String...) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Queries the map for rendered features
- queryRenderedFeatures(RectF, Expression, String...) - Method in class com.mapbox.mapboxsdk.maps.MapboxMap
-
Queries the map for rendered features
- querySourceFeatures(Expression) - Method in class com.mapbox.mapboxsdk.style.sources.CustomGeometrySource
-
Queries the source for features.
- querySourceFeatures(Expression) - Method in class com.mapbox.mapboxsdk.style.sources.GeoJsonSource
-
Queries the source for features.
- querySourceFeatures(String[], Expression) - Method in class com.mapbox.mapboxsdk.style.sources.VectorSource
-
Queries the source for features.
- queueEvent(Runnable) - Method in class com.mapbox.mapboxsdk.maps.MapView
-
Queue a runnable to be executed on the map renderer thread.
- queueEvent(Runnable) - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.GLSurfaceViewMapRenderer
-
May be called from any thread.
- queueEvent(Runnable) - Method in class com.mapbox.mapboxsdk.maps.renderer.glsurfaceview.MapboxGLSurfaceView
-
Queue a runnable to be run on the GL rendering thread.
- queueEvent(Runnable) - Method in interface com.mapbox.mapboxsdk.maps.renderer.MapRendererScheduler
-
- queueEvent(Runnable) - Method in class com.mapbox.mapboxsdk.maps.renderer.textureview.TextureViewMapRenderer
- QUICK_ZOOM_MAX_ZOOM_CHANGE - Static variable in class com.mapbox.mapboxsdk.constants.MapboxConstants
-
Maximum possible zoom change during the quick zoom gesture executed across the whole screen
- quickZoomGesturesEnabled(boolean) - Method in class com.mapbox.mapboxsdk.maps.MapboxMapOptions
-
Specifies whether the user may zoom the map by tapping twice, holding and moving the pointer up and down.