queryExtent

suspend fun queryExtent(queryParameters: QueryParameters): Result<Envelope>

Determines the minimum bounding envelope that contains features satisfying the provided query parameters. If no features meet the query criteria, an empty envelope is returned.

Return

A task that represents the asynchronous query of feature extent. The value of the task result contains an Envelope object.

See also

FeatureServiceSessionType