A Boolean value indicating whether location services are enabled on the device.
Original signature is '@property(readonly, NS_NONATOMIC_IPHONEONLY) BOOL locationServicesEnabled'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public virtual bool LocationServicesEnabled { get; }
Public Overridable ReadOnly Property LocationServicesEnabled As Boolean
Get
public:
virtual property bool LocationServicesEnabled {
bool get ();
}

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.CoreLocation (Module: Monobjc.CoreLocation)