computeAngleBetween

fun computeAngleBetween(from: LatLng, to: LatLng): Double

Returns the angle between two LatLngs, in radians. This is the same as the distance on the unit sphere.