Nossos voluntários ainda não traduziram este artigo para o Português (do Brasil) . Junte-se a nós e ajude a fazer o trabalho!
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.