query Rendered Raster Values
abstract fun queryRenderedRasterValues(coordinate: ScreenCoordinate, options: RenderedRasterQueryOptions, callback: QueryRenderedRasterValuesCallback): Cancelable
Queries the map for rendered raster values at a specific coordinate.
Return
A cancelable object that could be used to cancel the pending query.
Parameters
coordinate
The position on the screen to query.
options
The options for configuring the rendered raster value query.
callback
Callback called when the query completes.