/tripkit/CommonCoreLegacy/com.skedgo.tripkit.common.model.location/Location/getBearingTo

getBearingTo

\ fun getBearingTo(other: Location): Double

Return

The bearing from this location to another other

Parameters

androidJvm

other

\ fun getBearingTo(lat: Double, lon: Double): Double

Return

The bearing from this location to another other

Kudos: http://stackoverflow.com/a/9462757/755332

Parameters

androidJvm

lat
lon