Package org.teavm.jso.geolocation
Interface PositionError
- All Superinterfaces:
org.teavm.jso.JSObject
public interface PositionError
extends org.teavm.jso.JSObject
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Field Details
-
PERMISSION_DENIED
static final int PERMISSION_DENIED- See Also:
-
POSITION_UNAVAILABLE
static final int POSITION_UNAVAILABLE- See Also:
-
TIMEOUT
static final int TIMEOUT- See Also:
-
-
Method Details
-
getCode
int getCode() -
getMessage
String getMessage()
-