@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="GeolocationPositionError")
public class GeolocationPositionError
extends JsObject
| Modifier and Type | Field and Description |
|---|---|
static int |
PERMISSION_DENIED |
static int |
POSITION_UNAVAILABLE |
static int |
TIMEOUT |
| Modifier | Constructor and Description |
|---|---|
protected |
GeolocationPositionError() |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
java.lang.String |
message() |
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@JsOverlay public static final int PERMISSION_DENIED
@JsOverlay public static final int POSITION_UNAVAILABLE
@JsOverlay public static final int TIMEOUT
@JsProperty(name="code") @GeolocationPositionErrorCode public int code()
@JsProperty(name="message") @Nonnull public java.lang.String message()