Interface GeolocationPositionError


@JsType(isNative=true, namespace="<global>") public interface GeolocationPositionError
  • Method Details

    • create

      @JsOverlay static GeolocationPositionError create()
    • getCode

      @JsProperty double getCode()
    • getMessage

      @JsProperty String getMessage()
    • getPERMISSION_DENIED

      @JsProperty(name="PERMISSION_DENIED") double getPERMISSION_DENIED()
    • getPOSITION_UNAVAILABLE

      @JsProperty(name="POSITION_UNAVAILABLE") double getPOSITION_UNAVAILABLE()
    • getTIMEOUT

      @JsProperty(name="TIMEOUT") double getTIMEOUT()
    • getUNKNOWN_ERROR

      @JsProperty(name="UNKNOWN_ERROR") double getUNKNOWN_ERROR()
    • setCode

      @JsProperty void setCode(double code)
    • setMessage

      @JsProperty void setMessage(String message)