public class PositionOptions extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
enableHighAccuracy |
Objs.Property<Number> |
maximumAge |
Objs.Property<Number> |
timeout |
Modifier | Constructor and Description |
---|---|
protected |
PositionOptions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static PositionOptions |
$as(Object obj) |
Boolean |
enableHighAccuracy() |
Number |
maximumAge() |
Number |
timeout() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Boolean> enableHighAccuracy
public Objs.Property<Number> timeout
public Objs.Property<Number> maximumAge
protected PositionOptions(Objs.Constructor<?> c, Object js)
public static PositionOptions $as(Object obj)
public Boolean enableHighAccuracy()
public Number timeout()
public Number maximumAge()
Copyright © 2018. All rights reserved.