Creates a Location from JSON
factory Location.fromJson(Map<String, dynamic> json) => _$LocationFromJson(json);