Package-level declarations

Types

Link copied to clipboard
data class Location(val id: String, val label: String, val latitude: Double, val longitude: Double, val icon: LocationIcon? = null, val category: String?, val address: Address? = null, val openingSchedule: OpeningSchedule? = null, val websiteUrl: String? = null, val phoneNumber: String? = null, val emailAddress: String? = null, val userRating: Float? = null, val userRatingCount: Int? = null, val departures: List<Departure>? = null, val fixMeUrl: String? = null, val attribution: Attribution? = null)
Link copied to clipboard
Link copied to clipboard
data class LocationQuery(val query: String, val userLatitude: Double, val userLongitude: Double, val searchRadius: Long)