query Features
suspend fun queryFeatures(parameters: QueryParameters): Result<FeatureQueryResult>
Content copied to clipboard
Submits a query against the table.
Return
A Result that returns a FeatureQueryResult type.
See also
Feature Service Session Type