query Extent
suspend fun queryExtent(queryParameters: QueryParameters): Result<Geometry>
Content copied to clipboard
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 a Geometry object.
See also
Feature Service Session Type