MKMapViewDelegate.RegionWillChange(MKMapView, Boolean) Method
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.
Indicates the region displayed by mapView
is about to change.
[Foundation.Export("mapView:regionWillChangeAnimated:")]
public virtual void RegionWillChange (MapKit.MKMapView mapView, bool animated);
abstract member RegionWillChange : MapKit.MKMapView * bool -> unit
override this.RegionWillChange : MapKit.MKMapView * bool -> unit
Parameters
- mapView
- MKMapView
- animated
- Boolean
- Attributes