Enum LocationError
Definition
- Assembly:
- Tizen.Location.dll
Location Manager error codes.
public enum LocationError
Fields
| Name | Description |
|---|---|
| AcessibilityNotallowed | Permission denied. |
| IncorrectMethod | Location manager contains incorrect method for a given call. |
| InvalidParameter | Invalid parameter. |
| NetworkFailed | Network unavailable. |
| None | Successful. |
| NotSupported | Address family not supported. |
| OutOfMemory | Out of memory error. |
| SecuirtyRestricted | Restricted by security system policy. |
| ServiceNotAvailable | Location service is not available. |
| SettingOff | GPS/WPS, or MOCK setting is not enabled. |