public class GeolocationErrorEvent
extends Object 
- 
Nested Class Summary
Nested Classes
static enum 
See https://developer.mozilla.org/en-US/docs/Web/API/GeolocationPositionError
 
 
 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
 
- 
Constructor Details
- 
GeolocationErrorEvent
public GeolocationErrorEvent(int errorCode,
 String errorMessage) 
 
 
- 
Method Details
- 
 
- 
getRawErrorCode
public int getRawErrorCode()
 
- 
getErrorMessage
public String getErrorMessage()
 
 
-