C# Class Monobjc.CoreLocation.CLLocationCoordinate2D

Mostra file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
latitude System.Double
longitude System.Double

Property Details

latitude public_oe property

The latitude in degrees. Positive values indicate latitudes north of the equator. Negative values indicate latitudes south of the equator.

Available in Mac OS X v10.6 and later.

public System.Double latitude
return System.Double

longitude public_oe property

The longitude in degrees. Measurements are relative to the zero meridian with positive values extending east of the meridian and negative values extending west of the meridian.

Available in Mac OS X v10.6 and later.

public System.Double longitude
return System.Double