MKMapRectEqualToRect(_:_:)
Returns a Boolean value that indicates whether two map rectangles are equal.
Declaration
func MKMapRectEqualToRect(_ rect1: MKMapRect, _ rect2: MKMapRect) -> BoolParameters
- rect1:
The first map rectangle.
- rect2:
The second map rectangle.
Return Value
true if the rectangles are exactly the same, or false if the origin point or size values are different.