updateFeature

suspend fun updateFeature(feature: Feature): Result<Unit>

Updates a feature in the table. If you update a feature that contains a Geometry, the geometry becomes simplified. This may change a single part geometry to a multipart geometry, or round X, Y, Z, and M coordinate values that are above the resolution set by the SpatialReference.

Return

A Result that has no return value.

Since

200.1.0

Parameters

feature

the feature to update.

See also

FeatureServiceSessionType