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