CLLocationCoordinate2D(Double, Double) Constructor
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.
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.