CLLocationCoordinate2D(Double, Double) Constructor

Definition

Constructor that allows the latitude and longitude to be specified.

public CLLocationCoordinate2D (double latitude, double longitude);
new CoreLocation.CLLocationCoordinate2D : double * double -> CoreLocation.CLLocationCoordinate2D

Parameters

latitude
Double

The latitude in degrees, where positive values are north of the equator.

longitude
Double

The longitude in degrees relative to the zero meridian, where positive values are east of the meridian.

Applies to