The nsIDOMGeoPositionErrorCallback
interface is used to represent an object that receives callback notifications when geolocation errors occur.
void handleEvent(in nsIDOMGeoPositionError position); |
Called to handle a geolocation error.
void handleEvent( in nsIDOMGeoPosition position );
position
nsIDOMGeoPositionError
object.