/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.trippreview.nearby/NearbyLocation

NearbyLocation

\ data class NearbyLocation(val lat: Double, val lng: Double, val title: String?, val address: String?, val website: String?, val modeInfo: ModeInfo?)

Constructors

NearbyLocation constructor(lat: Double, lng: Double, title: String?, address: String?, website: String?, modeInfo: ModeInfo?)

Properties

Name Summary
address val address: String?
lat val lat: Double
lng val lng: Double
modeInfo val modeInfo: ModeInfo?
title val title: String?
website val website: String?