StatusCode

Wisej.Ext.Geolocation.StatusCode

Namespace: Wisej.Ext.Geolocation

Assembly: Wisej.Ext.Geolocation (3.2.0.0)

Represents the status of the Position object.

public enum StatusCode : Enum

Fields

NameDescription

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.

Last updated