clearWatch method

void clearWatch(
  1. int watchId
)

The clearWatch() method of the Geolocation interface is used to unregister location/error monitoring handlers previously installed using Geolocation.watchPosition.

Implementation

external void clearWatch(int watchId);