Package arez.dom

Class GeoPosition.Status

java.lang.Object
arez.dom.GeoPosition.Status
Enclosing class:
GeoPosition

public static final class GeoPosition.Status extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait