Feature: GeoJSON.Feature<GeoJSON.Point | GeoJSON.Polygon | GeoJSON.MultiPolygon>

Type of geometries used by Jawg Places API.

{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 2.320041, 48.85889 ]
},
"properties": {
"id": "relation/7444",
"gid": "openstreetmap:localadmin:relation/7444",
"layer": "localadmin",
"source": "openstreetmap",
"source_id": "relation/7444",
"country_code": "FR",
"name": "Paris",
"label": "Paris, France",
"addendum": { }
},
"bbox": [ 2.224121956250343, 48.81557548222165, 2.469760166634671, 48.90215593195729 ]
}