Share via


MKMapView.SetCameraBoundary(MKMapCameraBoundary, Boolean) Method

Definition

[Foundation.Export("setCameraBoundary:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetCameraBoundary(MapKit.MKMapCameraBoundary? cameraBoundary, bool animated);
[<Foundation.Export("setCameraBoundary:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetCameraBoundary : MapKit.MKMapCameraBoundary * bool -> unit
override this.SetCameraBoundary : MapKit.MKMapCameraBoundary * bool -> unit

Parameters

cameraBoundary
MKMapCameraBoundary
animated
Boolean
Attributes

Applies to