MonobjcMonobjc Documented Class Library
Speed Property
NamespacesMonobjc.CoreLocationCLLocationSpeed

The instantaneous speed of the device in meters per second.

Original signature is '@property(readonly, NS_NONATOMIC_IPHONEONLY) CLLocationSpeed speed'

Available in Mac OS X v10.6 and later.

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

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