manhattan Distance
open fun manhattanDistance(@NonNull from: LatLng, @NonNull to: LatLng): Double
Content copied to clipboard
Given two points, returns the distance.
Return
The distance in the units set in the FastSphericalUtils CTOR
Parameters
from
to