GeocodeQuery.fromJson(Map<String, dynamic> json) { city = json['city']; locationName = json['locationName']; }