queryExtent

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

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

FeatureServiceSessionType