MonobjcMonobjc Documented Class Library
CLLocationCoordinate2D Structure
NamespacesMonobjc.CoreLocationCLLocationCoordinate2D

A structure that contains a geographical coordinate using the WGS 84 reference frame.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public struct CLLocationCoordinate2D
Public Structure CLLocationCoordinate2D
public value class CLLocationCoordinate2D
Members
All MembersMethodsFields



IconMemberDescription
Equals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Returns the hash code for this instance.
(Inherited from ValueType.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
latitude

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.


longitude

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.


MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.CoreLocation (Module: Monobjc.CoreLocation)