include/geokit@geojson_Feature.hrl
-record(feature, {
geometry :: geokit@geometry:geometry(),
properties :: any(),
id :: gleam@option:option(geokit@geojson:feature_id())
}).
-record(feature, {
geometry :: geokit@geometry:geometry(),
properties :: any(),
id :: gleam@option:option(geokit@geojson:feature_id())
}).