MKMapCamera.CameraLookingAtCenterCoordinate 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.
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