Share via


MKMapView.SetCenterCoordinate(CLLocationCoordinate2D, Boolean) Method

Definition

[Foundation.Export("setCenterCoordinate:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetCenterCoordinate(CoreLocation.CLLocationCoordinate2D coordinate, bool animated);
[<Foundation.Export("setCenterCoordinate:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetCenterCoordinate : CoreLocation.CLLocationCoordinate2D * bool -> unit
override this.SetCenterCoordinate : CoreLocation.CLLocationCoordinate2D * bool -> unit

Parameters

animated
Boolean
Attributes

Applies to