factory Location.fromJson(Map<String, dynamic> json) => Location(latitude: json['latitude'], longitude: json['longitude']);