Parse a GeoJSON string and return structured per-feature results including coordinates, offsets, counts, and geometry types.
This is useful when you need to iterate features individually while still benefitting from a single-pass parse.
Returns a SpatialErrorDetail if the input is not valid GeoJSON.
SpatialErrorDetail
Parse a GeoJSON string and return structured per-feature results including coordinates, offsets, counts, and geometry types.
This is useful when you need to iterate features individually while still benefitting from a single-pass parse.
Errors
Returns a
SpatialErrorDetailif the input is not valid GeoJSON.