nsIDOMGeoPositionErrorCallback

The nsIDOMGeoPositionErrorCallback interface is used to represent an object that receives callback notifications when geolocation errors occur.

Please add a summary to this article.
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)

Method overview

void handleEvent(in nsIDOMGeoPositionError position);

Methods

handleEvent()

Called to handle a geolocation error.

void handleEvent(
  in nsIDOMGeoPosition position
);
Parameters
position
The error that occurred, as an nsIDOMGeoPositionError object.