Package elemental2.dom
Interface GeolocationPositionOptions
-
@JsType(isNative=true, namespace="<global>") public interface GeolocationPositionOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GeolocationPositionOptions
create()
double
getMaximumAge()
double
getTimeout()
boolean
isEnableHighAccuracy()
void
setEnableHighAccuracy(boolean enableHighAccuracy)
void
setMaximumAge(double maximumAge)
void
setTimeout(double timeout)
-
-
-
Method Detail
-
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)
-
-