- place_id: search_params.get('osmtype'),
- place_id: search_params.get('osmid'),
- group_parents: 1,
+ osmtype: search_params.get('osmtype'),
+ osmid: search_params.get('osmid'),
+ keywords: search_params.get('keywords'),
+ addressdetails: 1,
+ hierarchy: 1,
+ group_hierarchy: 1,
+ polygon_geojson: 1,