aboutsummaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.cordova/-geolocation/clear-watch.html
blob: 3f2d90258c6ec3ee914c8f17a618466f450db646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Geolocation.clearWatch - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.cordova</a>&nbsp;/&nbsp;<a href="index.html">Geolocation</a>&nbsp;/&nbsp;<a href="./clear-watch.html">clearWatch</a><br/>
<br/>
<h1>clearWatch</h1>
<a name="pl.treksoft.kvision.cordova.Geolocation$clearWatch(kotlin.String)"></a>
<code><span class="keyword">fun </span><span class="identifier">clearWatch</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.cordova.Geolocation$clearWatch(kotlin.String)/watchId">watchId</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>Clear the given watch.</p>
<h3>Parameters</h3>
<p><a name="watchId"></a>
<code>watchId</code> - watch identifier returned from <a href="watch-position.html">watchPosition</a> function</p>
</BODY>
</HTML>