Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Stop watching location changes
You can stop watching for location changes using the clearWatch() function.
Method summary
clearWatch(watchid)
- returns – None
- params
- watchID (String)
For instance,
<cfset cfclient.geolocation.clearWatch(watchID)> |