Contents

equals(anotherPoint)

Indicates whether two map points are equal.

Declaration

equals(anotherPoint: MapPoint): boolean;

Parameters

  • anotherPoint:

    A map location to use for comparison.

Return Value

Returns true if the x and y values of the map point exactly match the corresponding values of anotherPoint. Returns false if the values aren’t an exact match.

See Also

Working with map points