Package elemental2.dom
Interface GeolocationPositionOptions
@JsType(isNative=true,
namespace="<global>")
public interface GeolocationPositionOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic GeolocationPositionOptionscreate()doubledoublebooleanvoidsetEnableHighAccuracy(boolean enableHighAccuracy) voidsetMaximumAge(double maximumAge) voidsetTimeout(double timeout)
-
Method Details
-
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)
-