diff --git a/docs/geolocation.md b/docs/geolocation.md index 4643fa0e9fd22a..480db3fa167216 100644 --- a/docs/geolocation.md +++ b/docs/geolocation.md @@ -157,3 +157,7 @@ Geolocation.clearWatch(watchID); ```javascript Geolocation.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. diff --git a/website/versioned_docs/version-0.15/geolocation.md b/website/versioned_docs/version-0.15/geolocation.md index 1931a8eaac7a2a..df3593cf54cad9 100644 --- a/website/versioned_docs/version-0.15/geolocation.md +++ b/website/versioned_docs/version-0.15/geolocation.md @@ -62,3 +62,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.16/geolocation.md b/website/versioned_docs/version-0.16/geolocation.md index bd389b53b72cc5..ddad2fa9195835 100644 --- a/website/versioned_docs/version-0.16/geolocation.md +++ b/website/versioned_docs/version-0.16/geolocation.md @@ -64,3 +64,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.18/geolocation.md b/website/versioned_docs/version-0.18/geolocation.md index b14d71e78c2b22..febf94d835b0f4 100644 --- a/website/versioned_docs/version-0.18/geolocation.md +++ b/website/versioned_docs/version-0.18/geolocation.md @@ -62,3 +62,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.21/geolocation.md b/website/versioned_docs/version-0.21/geolocation.md index cd77d8344ab7bd..c6f8b1e363a9f6 100644 --- a/website/versioned_docs/version-0.21/geolocation.md +++ b/website/versioned_docs/version-0.21/geolocation.md @@ -62,3 +62,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.25/geolocation.md b/website/versioned_docs/version-0.25/geolocation.md index a045ec93260e63..c42f59f10f5324 100644 --- a/website/versioned_docs/version-0.25/geolocation.md +++ b/website/versioned_docs/version-0.25/geolocation.md @@ -62,3 +62,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.34/geolocation.md b/website/versioned_docs/version-0.34/geolocation.md index a352eaa7a0de53..5d70e23763f4dc 100644 --- a/website/versioned_docs/version-0.34/geolocation.md +++ b/website/versioned_docs/version-0.34/geolocation.md @@ -64,3 +64,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.35/geolocation.md b/website/versioned_docs/version-0.35/geolocation.md index 05eea12b1b8e6c..3d119efd58ea31 100644 --- a/website/versioned_docs/version-0.35/geolocation.md +++ b/website/versioned_docs/version-0.35/geolocation.md @@ -66,3 +66,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.39/geolocation.md b/website/versioned_docs/version-0.39/geolocation.md index bc06bdfeebd159..d3f7603097026e 100644 --- a/website/versioned_docs/version-0.39/geolocation.md +++ b/website/versioned_docs/version-0.39/geolocation.md @@ -68,3 +68,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.42/geolocation.md b/website/versioned_docs/version-0.42/geolocation.md index 30a7595e4ad8bd..5fd998e2eba083 100644 --- a/website/versioned_docs/version-0.42/geolocation.md +++ b/website/versioned_docs/version-0.42/geolocation.md @@ -68,3 +68,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.45/geolocation.md b/website/versioned_docs/version-0.45/geolocation.md index 1dcd03857c755e..bf16e334e5e200 100644 --- a/website/versioned_docs/version-0.45/geolocation.md +++ b/website/versioned_docs/version-0.45/geolocation.md @@ -81,3 +81,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.46/geolocation.md b/website/versioned_docs/version-0.46/geolocation.md index e5b5ed774a917c..cbb33f07ebaca9 100644 --- a/website/versioned_docs/version-0.46/geolocation.md +++ b/website/versioned_docs/version-0.46/geolocation.md @@ -92,3 +92,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.48/geolocation.md b/website/versioned_docs/version-0.48/geolocation.md index e15860363cc713..7fda3914a39e4d 100644 --- a/website/versioned_docs/version-0.48/geolocation.md +++ b/website/versioned_docs/version-0.48/geolocation.md @@ -92,3 +92,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.49/geolocation.md b/website/versioned_docs/version-0.49/geolocation.md index 7f7d632601ff34..4f1d680b100b45 100644 --- a/website/versioned_docs/version-0.49/geolocation.md +++ b/website/versioned_docs/version-0.49/geolocation.md @@ -109,3 +109,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.5/geolocation.md b/website/versioned_docs/version-0.5/geolocation.md index f5e9b7a89de293..1f88f835a96b24 100644 --- a/website/versioned_docs/version-0.5/geolocation.md +++ b/website/versioned_docs/version-0.5/geolocation.md @@ -54,3 +54,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.50/geolocation.md b/website/versioned_docs/version-0.50/geolocation.md index 36cded88cad6fd..e1d72298809d10 100644 --- a/website/versioned_docs/version-0.50/geolocation.md +++ b/website/versioned_docs/version-0.50/geolocation.md @@ -116,3 +116,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.53/geolocation.md b/website/versioned_docs/version-0.53/geolocation.md index dda4da57f6762b..5924e10ae05c99 100644 --- a/website/versioned_docs/version-0.53/geolocation.md +++ b/website/versioned_docs/version-0.53/geolocation.md @@ -116,3 +116,7 @@ static clearWatch(watchID) ```javascript 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. diff --git a/website/versioned_docs/version-0.54/geolocation.md b/website/versioned_docs/version-0.54/geolocation.md index 581722a8d4e75e..fc4bbbe5815777 100644 --- a/website/versioned_docs/version-0.54/geolocation.md +++ b/website/versioned_docs/version-0.54/geolocation.md @@ -156,3 +156,7 @@ Geolocation.clearWatch(watchID); ```javascript Geolocation.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.