MKMapView.VisibleMapRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The map rectangle that is currently visible.
public virtual MapKit.MKMapRect VisibleMapRect { [Foundation.Export("visibleMapRect")] get; [Foundation.Export("setVisibleMapRect:")] set; }
member this.VisibleMapRect : MapKit.MKMapRect with get, set
Property Value
- Attributes
Remarks
The visible portion of the map that is displayed can also be set using the Region property.