CLLocationCoordinate2D Struct
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.
Geographical coordinates.
public struct CLLocationCoordinate2D
type CLLocationCoordinate2D = struct
- Inheritance
-
CLLocationCoordinate2D
Remarks
The geographical coordinates use the WGS 84 reference frame.
Constructors
CLLocationCoordinate2D(Double, Double) |
Constructor that allows the latitude and longitude to be specified. |
Fields
Latitude |
Latitude in degrees. Positive values are north of the equator, negative values are south of the equator. |
Longitude |
Longitude in degrees. |
Methods
IsValid() |
Whether the coordinate is valid. |
ToString() |