Interface GeolocationPositionOptions


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

    • create

      @JsOverlay static GeolocationPositionOptions create()
    • 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)