queryRenderedFeaturesInRect method
Query rendered (i.e. visible) features in a Rect in screen coordinates
Implementation
Future<List> queryRenderedFeaturesInRect(
Rect rect, List<String> layerIds, String? filter) async {
return _vietmapGLPlatform.queryRenderedFeaturesInRect(
rect, layerIds, filter);
}