Map<String, dynamic> buildFeatureCollection( List<Map<String, dynamic>> features) { return {"type": "FeatureCollection", "features": features}; }