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) |
void |
setPERMISSION_DENIED(double PERMISSION_DENIED) |
void |
setPOSITION_UNAVAILABLE(double POSITION_UNAVAILABLE) |
void |
setTIMEOUT(double TIMEOUT) |
void |
setUNKNOWN_ERROR(double UNKNOWN_ERROR) |
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)
void setPERMISSION_DENIED(double PERMISSION_DENIED)
void setPOSITION_UNAVAILABLE(double POSITION_UNAVAILABLE)
void setTIMEOUT(double TIMEOUT)
void setUNKNOWN_ERROR(double UNKNOWN_ERROR)