equals

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

Compares this CameraPosition object with another CameraPosition and determines if their target, zoom, tilt, and bearing match.

Return

True if target, zoom, tilt, and bearing match this CameraPosition object. Else, false.

Parameters

other

Another CameraPosition to compare with this object.