distanceSqt

infix fun Location.distanceSqt(other: Location): Double

Computes the squared distance between this location and another.

Receiver

The starting location.

Return

The squared distance between the two locations.

Parameters

other

The target location.