Location

constructor(id: String, label: String, latitude: Double, longitude: Double, icon: LocationIcon? = null, category: String?, address: Address? = null, openingSchedule: OpeningSchedule? = null, websiteUrl: String? = null, phoneNumber: String? = null, emailAddress: String? = null, userRating: Float? = null, userRatingCount: Int? = null, departures: List<Departure>? = null, fixMeUrl: String? = null, attribution: Attribution? = null)