Package arez.dom
Class GeoPosition.Status
java.lang.Object
arez.dom.GeoPosition.Status
- Enclosing class:
- GeoPosition
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intPosition data is yet to start loading.static final intPosition data is loading.static final intThe acquisition of the geolocation information failed because the page didn't have the permission to do it.static final intNo error acquiring position.static final intThe acquisition of the geolocation failed because at least one internal source of position returned an internal error.static final intThe 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:
-