Type Alias FeatureCollection

FeatureCollection: GeoJSON.FeatureCollection<
    GeoJSON.Point
    | GeoJSON.Polygon
    | GeoJSON.MultiPolygon,
>

Return type of Jawg Places API.

{
"geocoding": {
"version": "0.2",
"attribution": "...",
"query": { },
"engine": {
"name": "Jawg Places",
"author": "Jawg",
"version": "1.0"
}
},
"type": "FeatureCollection",
"features": [ ],
"bbox": [ ]