@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GeolocationCoordinates")
public class GeolocationCoordinates
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
GeolocationCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
double |
accuracy() |
java.lang.Double |
altitude() |
java.lang.Double |
altitudeAccuracy() |
java.lang.Double |
heading() |
double |
latitude() |
double |
longitude() |
java.lang.Double |
speed() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="accuracy") public double accuracy()
@JsProperty(name="altitude") @Nullable public java.lang.Double altitude()
@JsProperty(name="altitudeAccuracy") @Nullable public java.lang.Double altitudeAccuracy()
@JsProperty(name="heading") @Nullable public java.lang.Double heading()
@JsProperty(name="latitude") public double latitude()
@JsProperty(name="longitude") public double longitude()
@JsProperty(name="speed") @Nullable public java.lang.Double speed()