Interface GeolocationPositionOptions
@JsType(isNative=true,
namespace="<global>")
public interface GeolocationPositionOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic GeolocationPositionOptions
create()
double
double
boolean
void
setEnableHighAccuracy
(boolean enableHighAccuracy) void
setMaximumAge
(double maximumAge) void
setTimeout
(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)
-