MKMapCamera.CameraLookingAtCenterCoordinate Method

Definition

Overloads

CameraLookingAtCenterCoordinate(CLLocationCoordinate2D, CLLocationCoordinate2D, Double)

Creates a new camera with the specified values.

CameraLookingAtCenterCoordinate(CLLocationCoordinate2D, Double, nfloat, Double)

CameraLookingAtCenterCoordinate(CLLocationCoordinate2D, CLLocationCoordinate2D, Double)

Creates a new camera with the specified values.

[Foundation.Export("cameraLookingAtCenterCoordinate:fromEyeCoordinate:eyeAltitude:")]
public static MapKit.MKMapCamera CameraLookingAtCenterCoordinate (CoreLocation.CLLocationCoordinate2D centerCoordinate, CoreLocation.CLLocationCoordinate2D eyeCoordinate, double eyeAltitude);
static member CameraLookingAtCenterCoordinate : CoreLocation.CLLocationCoordinate2D * CoreLocation.CLLocationCoordinate2D * double -> MapKit.MKMapCamera

Parameters

centerCoordinate
CLLocationCoordinate2D
eyeCoordinate
CLLocationCoordinate2D
eyeAltitude
Double

Returns

Attributes

Applies to

CameraLookingAtCenterCoordinate(CLLocationCoordinate2D, Double, nfloat, Double)

[Foundation.Export("cameraLookingAtCenterCoordinate:fromDistance:pitch:heading:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static MapKit.MKMapCamera CameraLookingAtCenterCoordinate (CoreLocation.CLLocationCoordinate2D centerCoordinate, double locationDistance, nfloat pitch, double locationDirectionHeading);
static member CameraLookingAtCenterCoordinate : CoreLocation.CLLocationCoordinate2D * double * nfloat * double -> MapKit.MKMapCamera

Parameters

centerCoordinate
CLLocationCoordinate2D
locationDistance
Double
pitch
nfloat
locationDirectionHeading
Double

Returns

Attributes

Applies to