MKMapViewDelegate.RegionChanged(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
has changed.
[Foundation.Export("mapView:regionDidChangeAnimated:")]
public virtual void RegionChanged (MapKit.MKMapView mapView, bool animated);
abstract member RegionChanged : MapKit.MKMapView * bool -> unit
override this.RegionChanged : MapKit.MKMapView * bool -> unit
Parameters
- mapView
- MKMapView
- animated
- Boolean
- Attributes