Package arez.dom
Class GeoPosition.Status
java.lang.Object
arez.dom.GeoPosition.Status
- Enclosing class:
- GeoPosition
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Position data is yet to start loading.static final int
Position data is loading.static final int
The acquisition of the geolocation information failed because the page didn't have the permission to do it.static final int
No error acquiring position.static final int
The acquisition of the geolocation failed because at least one internal source of position returned an internal error.static final int
The time allowed to acquire the geolocation, defined by PositionOptions.timeout information was reached before the information was obtained. -
Method Summary
-
Field Details
-
INITIAL
Position data is yet to start loading.- See Also:
-
LOADING
Position data is loading.- See Also:
-
POSITION_LOADED
No error acquiring position.- See Also:
-
PERMISSION_DENIED
The acquisition of the geolocation information failed because the page didn't have the permission to do it.- See Also:
-
POSITION_UNAVAILABLE
The acquisition of the geolocation failed because at least one internal source of position returned an internal error.- See Also:
-
TIMEOUT
The time allowed to acquire the geolocation, defined by PositionOptions.timeout information was reached before the information was obtained.- See Also:
-