MonobjcMonobjc Documented Class Library
Course Property
NamespacesMonobjc.CoreLocationCLLocationCourse

The direction in which the device is traveling.

Original signature is '@property(readonly, NS_NONATOMIC_IPHONEONLY) CLLocationDirection course'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual double Course { get; }
Public Overridable ReadOnly Property Course As Double
	Get
public:
virtual property double Course {
	double get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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