Interface GeolocationPositionOptions


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

      • getMaximumAge

        @JsProperty
        double getMaximumAge()
      • getTimeout

        @JsProperty
        double getTimeout()
      • isEnableHighAccuracy

        @JsProperty
        boolean isEnableHighAccuracy()
      • setEnableHighAccuracy

        @JsProperty
        void setEnableHighAccuracy​(boolean enableHighAccuracy)
      • setMaximumAge

        @JsProperty
        void setMaximumAge​(double maximumAge)
      • setTimeout

        @JsProperty
        void setTimeout​(double timeout)