blob: 4ce8a17ed56921460386e018fed5d2b9a47b80de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>PositionError - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.cordova</a> / <a href="./index.html">PositionError</a><br/>
<br/>
<h1>PositionError</h1>
(js) <code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">PositionError</span></code>
<p>Geolocaton error codes.</p>
<h3>Enum Values</h3>
<table>
<tbody>
<tr>
<td>
(js)
<h4><a href="-p-e-r-m-i-s-s-i-o-n_-d-e-n-i-e-d.html">PERMISSION_DENIED</a></h4>
</td>
<td>
</td>
</tr>
<tr>
<td>
(js)
<h4><a href="-p-o-s-i-t-i-o-n_-u-n-a-v-a-i-l-a-b-l-e.html">POSITION_UNAVAILABLE</a></h4>
</td>
<td>
</td>
</tr>
<tr>
<td>
(js)
<h4><a href="-t-i-m-e-o-u-t.html">TIMEOUT</a></h4>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|