@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public class Position
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
Position() |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
coords()
The GeolocationPosition.coords read-only property returns a GeolocationCoordinates object representing a geographic position.
|
int |
timestamp()
The GeolocationPosition.timestamp read-only property returns a DOMTimeStamp object, represents the date and the time of the creation of the GeolocationPosition object it belongs to.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="coords") @Nonnull public Coordinates coords()
@JsProperty(name="timestamp") public int timestamp()