The visible rectangle where annotation views are currently being displayed.
SDKs
- iOS 3.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.2+
Framework
- Map
Kit
Declaration
var annotationVisibleRect: CGRect { get }
The visible rectangle where annotation views are currently being displayed.
SDKs
Framework
var annotationVisibleRect: CGRect { get }
var selected Annotations: [MKAnnotation]
The annotations that are currently selected.
func select Annotation(MKAnnotation, animated: Bool)
Selects the specified annotation and displays a callout view for it.
func deselect Annotation(MKAnnotation?, animated: Bool)
Deselects the specified annotation and hides its callout view.