/tripkit/TripKitAndroidUI/com.skedgo.tripkit.ui.model/PodLocation
PodLocation
\ class PodLocation(lat: Double, lon: Double) : Location
Constructors
PodLocation | constructor(lat: Double, lon: Double) |
Properties
Functions
Name | Summary |
---|---|
describeContents | open override fun describeContents(): Int |
distanceTo | fun distanceTo(location: Location?): Int fun distanceTo(lat: Double, lon: Double): Int |
equals | open operator override fun equals(o: Any?): Boolean |
equalsByLatLon | fun equalsByLatLon(_loc: Location?): Boolean |
fillFrom | open fun fillFrom(other: Location?) |
getBearingTo | fun getBearingTo(other: Location): Double fun getBearingTo(lat: Double, lon: Double): Double |
hashCode | open override fun hashCode(): Int |
hasValidCoordinates | fun hasValidCoordinates(): Boolean |
isApproximatelyAt | fun isApproximatelyAt(other: Location?): Boolean fun isApproximatelyAt(lat: Double, lon: Double): Boolean |
isFavourite | fun isFavourite(favourite: Boolean) |
isLooselyApproximatelyAt | fun isLooselyApproximatelyAt(other: Location?): Boolean |
writeToParcel | open override fun writeToParcel(out: Parcel, flags: Int) |