Share via


IMKMapViewDelegate.RegionWillChange(MKMapView, Boolean) Method

Definition

Indicates the region displayed by mapView is about to change.

[Foundation.Export("mapView:regionWillChangeAnimated:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RegionWillChange(MapKit.MKMapView mapView, bool animated);
[<Foundation.Export("mapView:regionWillChangeAnimated:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RegionWillChange : MapKit.MKMapView * bool -> unit
override this.RegionWillChange : MapKit.MKMapView * bool -> unit

Parameters

mapView
MKMapView
animated
Boolean
Attributes

Applies to