BufferRequestBody interface
An object with a FeatureCollection and a list of distances. All the feature's properties should
contain geometryId, which is used for identifying the geometry and is case-sensitive.
Properties
| distances | List of the distances to compute the buffer for, one-to-one per Feature in the collection, or one for all Features in the collection. |
| geometries |
Property Details
distances
List of the distances to compute the buffer for, one-to-one per Feature in the collection, or one for all Features in the collection.
distances?: number[]
Property Value
number[]