sqr Distance
Given two points, returns the squared distance.
Return
The squared distance in the units set in the FastSphericalUtils CTOR
Parameters
from
to
open fun sqrDistance( fromLatitude: Double, fromLongitude: Double, toLatitude: Double, toLongitude: Double): Double
Content copied to clipboard
Given two points, returns the squared distance.
Return
The squared distance in the units set in the FastSphericalUtils CTOR
Parameters
from Latitude
from Longitude
to Latitude
to Longitude