query Features In Box
suspend fun queryFeaturesInBox(boxTopLeft: ScreenCoordinate, boxBottomRight: ScreenCoordinate, vectorLayerList: List<VectorTileLayer>, onTouch: Boolean = true): <Error class: unknown class><String, FeatureQueryResult>?
Queries features within a rectangular area.
Parameters
box Top Left
The top-left screen coordinate of the rectangle.
box Bottom Right
The bottom-right screen coordinate of the rectangle.