factory PolygonGeographicArea.fromJson(final Map<String, dynamic> json) { return PolygonGeographicArea(coordinates: json['coordinates']); }