MapModelResultsGeometry.fromJson(Map<String, dynamic> json) { location = (json['location'] != null) ? MapModelResultsGeometryLocation.fromJson(json['location']) : null; }