Skip to content

Commit

Permalink
Geolocation.stopObserving() explanation (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
stmoreau authored and charpeni committed Apr 16, 2018
1 parent 2435a70 commit 65cf86c
Show file tree
Hide file tree
Showing 18 changed files with 72 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.15/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.16/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.18/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.21/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.25/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.34/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.35/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.39/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.42/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.45/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.46/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.48/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.49/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.5/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.50/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.53/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 4 additions & 0 deletions website/versioned_docs/version-0.54/geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 65cf86c

Please sign in to comment.