Table of contents
- 1.1. Method overview
- 1.2. Methods
- 1.2.1. handleEvent()
- 2. See also
The nsIDOMGeoPositionErrorCallback
interface is used to represent an object that receives callback notifications when geolocation errors occur.
Last changed in Gecko 1.9.1 (Firefox 3.5 / Thunderbird 3.0 / SeaMonkey 2.0)
Please update this interface to use the IFSummary template.
Method overview
void handleEvent(in nsIDOMGeoPositionError position); |
Methods
handleEvent()
Called to handle a geolocation error.
void handleEvent( in nsIDOMGeoPosition position );