MonobjcMonobjc Documented Class Library
CLError Enumeration
NamespacesMonobjc.CoreLocationCLError

Error codes returned by the location manager object.

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CLError
Public Enumeration CLError
public enum class CLError
Members
MemberDescription
kCLErrorLocationUnknown

The location manager was unable to obtain a location value right now.

Available in Mac OS X v10.6 and later.


kCLErrorDenied

Access to the location service was denied by the user.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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