public interface GeolocationPositionError
Modifier and Type | Method and Description |
---|---|
static GeolocationPositionError |
create() |
double |
getCode() |
java.lang.String |
getMessage() |
double |
getPERMISSION_DENIED() |
double |
getPOSITION_UNAVAILABLE() |
double |
getTIMEOUT() |
double |
getUNKNOWN_ERROR() |
void |
setCode(double code) |
void |
setMessage(java.lang.String message) |
static GeolocationPositionError create()
double getCode()
java.lang.String getMessage()
double getPERMISSION_DENIED()
double getPOSITION_UNAVAILABLE()
double getTIMEOUT()
double getUNKNOWN_ERROR()
void setCode(double code)
void setMessage(java.lang.String message)