StatusCode
Namespace: Wisej.Ext.Geolocation
Assembly: Wisej.Ext.Geolocation
Represents the status of the Position object.
- C#
- VB.NET
public enum StatusCode : Enum
Public Enum StatusCode As [Enum]
Fields
| Name | Description |
|---|---|
| InvalidResponse | The response from the client was received in an invalid format. |
| PermissionDenied | The acquisition of the geolocation information failed because the page didn't have the permission to do it. |
| PositionUnavailable | The acquisition of the geolocation failed because at least one internal source of position returned an internal error. |
| Success | The position was retrieved successfully. |
| Timeout | The time allowed to acquire the geolocation, defined by the Timeout information was reached before the information was obtained. |