Interface GeolocationPositionError
@JsType(isNative=true,
namespace="<global>")
public interface GeolocationPositionError
-
Method Summary
Modifier and TypeMethodDescriptionstatic GeolocationPositionError
create()
double
getCode()
double
double
double
double
void
setCode
(double code) void
setMessage
(String message)
-
Method Details
-
create
-
getCode
@JsProperty double getCode() -
getMessage
-
getPERMISSION_DENIED
@JsProperty(name="PERMISSION_DENIED") double getPERMISSION_DENIED() -
getPOSITION_UNAVAILABLE
@JsProperty(name="POSITION_UNAVAILABLE") double getPOSITION_UNAVAILABLE() -
getTIMEOUT
@JsProperty(name="TIMEOUT") double getTIMEOUT() -
getUNKNOWN_ERROR
@JsProperty(name="UNKNOWN_ERROR") double getUNKNOWN_ERROR() -
setCode
@JsProperty void setCode(double code) -
setMessage
-