Stop watching position changes
You can stop watching the device position using the clearWacth() function.
Method summary
clearWatch(watchID) |
- returns – None
- params
- watchID – String
For instance,
<cfset cfclient.accelerometer.clearWatch(watchId)> |