Error codes returned by the location manager object.
Available in Mac OS X v10.6 and later.
| C# | Visual Basic | Visual C++ |
public enum CLError
Public Enumeration CLError
public enum class CLError
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)