diff --git a/docs/0.10/geolocation.html b/docs/0.10/geolocation.html index 96c4f71f9f2..91f38b679a3 100644 --- a/docs/0.10/geolocation.html +++ b/docs/0.10/geolocation.html @@ -33,6 +33,8 @@
stopObserving()static stopObserving()
+Stops observing for device location changes. In addition, it removes all listeners previously registered.
+Notice that this method has only effect if the geolocation.watchPosition(successCallback, errorCallback) method was previously invoked.