/tripkit/TripKitAndroid/com.skedgo.geocoding/LatLng
LatLng
\ class LatLng
Constructors
| LatLng | constructor()constructor(_lat: Double, _lng: Double)constructor(other: LatLng) |
Types
| Name | Summary |
|---|---|
| Companion | object Companion |
Properties
| Name | Summary |
|---|---|
| lat | var lat: Double |
| lng | var lng: Double |
Functions
| Name | Summary |
|---|---|
| distanceInMetres | fun distanceInMetres(other: LatLng): Double This is the Equirectangular approximation. It's a little slower than the Region.distanceInMetres() formula. |