querySourceFeatures method
- String sourceId,
- SourceQueryOptions options
Queries the source identified by sourceId for features matching the
given query options.
Implementation
Future<List<QueriedSourceFeature?>> querySourceFeatures(
String sourceId,
SourceQueryOptions options,
) => _impl.querySourceFeatures(sourceId, options);