MapModelResultsGeometryLocation.fromJson(Map<String, dynamic> json) { lat = json['lat']?.toDouble(); lng = json['lng']?.toDouble(); }