Skip to main content

StatusCode

Namespace: Wisej.Ext.Geolocation

Assembly: Wisej.Ext.Geolocation

Represents the status of the Position object.

public enum StatusCode : Enum

Fields

NameDescription
InvalidResponseThe response from the client was received in an invalid format.
PermissionDeniedThe acquisition of the geolocation information failed because the page didn't have the permission to do it.
PositionUnavailableThe acquisition of the geolocation failed because at least one internal source of position returned an internal error.
SuccessThe position was retrieved successfully.
TimeoutThe time allowed to acquire the geolocation, defined by the Timeout information was reached before the information was obtained.