@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public class PositionError
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
PERMISSION_DENIED |
static int |
POSITION_UNAVAILABLE |
static int |
TIMEOUT |
| Modifier | Constructor and Description |
|---|---|
protected |
PositionError() |
| Modifier and Type | Method and Description |
|---|---|
int |
code()
The GeolocationPositionError.code read-only property is an unsigned short representing the error code.
|
java.lang.String |
message()
The GeolocationPositionError.message read-only property returns a human-readable DOMString describing the details of the error.
|
@JsOverlay public static final int PERMISSION_DENIED
@JsOverlay public static final int POSITION_UNAVAILABLE
@JsOverlay public static final int TIMEOUT
@JsProperty(name="code") @PositionErrorCode public int code()
@JsProperty(name="message") @Nonnull public java.lang.String message()