Share via


SpatialFeatureCollection type

Um GeoJSON FeatureCollection cujas funcionalidades especificam uma geometryId nas respetivas propriedades.

type SpatialFeatureCollection = FeatureCollection<LineString | MultiLineString | Polygon | MultiPolygon | Point | MultiPoint, [key: string]: any>