equals

open operator override fun equals(other: Any?): Boolean

Checks if this GeoPoint object is equal to another object. The objects are equal if the difference between the latitudes and longitudes is less than COORDINATE_COMPARISON_TOLERANCE.

Return

true if the objects are equal, false otherwise.

Parameters

other

The other object to compare.