@situm/cordova 3.3.14 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG_UNRELEASED.md +0 -5
- package/docs/JSDoc/{android_Interfaces.js.html → Interfaces.js.html} +14 -20
- package/docs/JSDoc/MapView.html +2 -2
- package/docs/JSDoc/MapViewController.html +2 -2
- package/docs/JSDoc/Situm.html +770 -55
- package/docs/JSDoc/global.html +547 -221
- package/docs/JSDoc/index.html +2 -2
- package/docs/JSDoc/map-view-controller.js.html +2 -2
- package/docs/JSDoc/map-view.js.html +3 -3
- package/docs/JSDoc/{android_situm.js.html → situm.js.html} +133 -14
- package/docs/conf.json +1 -1
- package/example/ios/App/App/Info.plist +2 -0
- package/package.json +2 -2
- package/plugin.xml +12 -7
- package/src/android/app/src/main/java/es/situm/plugin/SitumMapper.java +112 -131
- package/src/android/app/src/test/java/es/situm/plugin/SitumMapperTest.java +0 -40
- package/src/android/situm.gradle +0 -1
- package/src/ios/Podfile +1 -1
- package/src/ios/situmcordovaplugin/SitumLocationWrapper.m +18 -41
- package/src/ios/situmcordovaplugin/SitumPlugin.m +4 -3
- package/www/{android/Interfaces.js → Interfaces.js} +11 -17
- package/www/common-utils.js +36 -0
- package/www/{android/situm.js → situm.js} +130 -11
- package/www/ios/situm.js +0 -99
package/docs/JSDoc/Situm.html
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<ul></ul>
|
|
39
39
|
</div>
|
|
40
40
|
|
|
41
|
-
<div class="lnb-api hidden"><h3>Namespaces</h3><ul><li><a href="MapView.html">MapView</a><button type="button" class="hidden toggle-subnav btn btn-link"> <span class="glyphicon glyphicon-plus"></span></button><div class="hidden" id="MapView_sub"><div class="member-type">Methods</div><ul class="inner"><li><a href="MapView.html#.onLoad">onLoad</a></li></ul></div></li><li><a href="MapViewController.html">MapViewController</a><button type="button" class="hidden toggle-subnav btn btn-link"> <span class="glyphicon glyphicon-plus"></span></button><div class="hidden" id="MapViewController_sub"><div class="member-type">Methods</div><ul class="inner"><li><a href="MapViewController.html#.navigateToPoi">navigateToPoi</a></li><li><a href="MapViewController.html#.onPoiDeselected">onPoiDeselected</a></li><li><a href="MapViewController.html#.onPoiSelected">onPoiSelected</a></li><li><a href="MapViewController.html#.selectPoi">selectPoi</a></li><li><a href="MapViewController.html#.setLanguage">setLanguage</a></li></ul></div></li><li><a href="Situm.html">Situm</a><button type="button" class="hidden toggle-subnav btn btn-link"> <span class="glyphicon glyphicon-plus"></span></button><div class="hidden" id="Situm_sub"><div class="member-type">Methods</div><ul class="inner"><li><a href="Situm.html#.fetchBuildingInfo">fetchBuildingInfo</a></li><li><a href="Situm.html#.fetchBuildings">fetchBuildings</a></li><li><a href="Situm.html#.fetchEventsFromBuilding">fetchEventsFromBuilding</a></li><li><a href="Situm.html#.fetchFloorsFromBuilding">fetchFloorsFromBuilding</a></li><li><a href="Situm.html#.fetchGeofencesFromBuilding">fetchGeofencesFromBuilding</a></li><li><a href="Situm.html#.fetchIndoorPOIsFromBuilding">fetchIndoorPOIsFromBuilding</a></li><li><a href="Situm.html#.fetchMapFromFloor">fetchMapFromFloor</a></li><li><a href="Situm.html#.fetchOutdoorPOIsFromBuilding">fetchOutdoorPOIsFromBuilding</a></li><li><a href="Situm.html#.fetchPoiCategories">fetchPoiCategories</a></li><li><a href="Situm.html#.fetchPoiCategoryIconNormal">fetchPoiCategoryIconNormal</a></li><li><a href="Situm.html#.fetchPoiCategoryIconSelected">fetchPoiCategoryIconSelected</a></li><li><a href="Situm.html#.internalSetEventDelegate">internalSetEventDelegate</a></li><li><a href="Situm.html#.invalidateCache">invalidateCache</a></li><li><a href="Situm.html#.onEnterGeofences">onEnterGeofences</a></li><li><a href="Situm.html#.onExitGeofences">onExitGeofences</a></li><li><a href="Situm.html#.removeNavigationUpdates">removeNavigationUpdates</a></li><li><a href="Situm.html#.removeRealTimeUpdates">removeRealTimeUpdates</a></li><li><a href="Situm.html#.requestDirections">requestDirections</a></li><li><a href="Situm.html#.requestNavigationUpdates">requestNavigationUpdates</a></li><li><a href="Situm.html#.requestRealTimeUpdates">requestRealTimeUpdates</a></li><li><a href="Situm.html#.setApiKey">setApiKey</a></li><li><a href="Situm.html#.setCacheMaxAge">setCacheMaxAge</a></li><li><a href="Situm.html#.setUserPass">setUserPass</a></li><li><a href="Situm.html#.startPositioning">startPositioning</a></li><li><a href="Situm.html#.stopPositioning">stopPositioning</a></li><li><a href="Situm.html#.updateNavigationWithLocation">updateNavigationWithLocation</a></li></ul></div></li></ul></div><div class="lnb-api hidden"><h3>Global</h3><ul><li><a href="global.html#Angle">Angle</a></li><li><a href="global.html#BeaconFilter">BeaconFilter</a></li><li><a href="global.html#Bounds">Bounds</a></li><li><a href="global.html#Building">Building</a></li><li><a href="global.html#BuildingInfo">BuildingInfo</a></li><li><a href="global.html#CartesianCoordinate">CartesianCoordinate</a></li><li><a href="global.html#Circle">Circle</a></li><li><a href="global.html#Coordinate">Coordinate</a></li><li><a href="global.html#Dimensions">Dimensions</a></li><li><a href="global.html#DirectionsOptions">DirectionsOptions</a></li><li><a href="global.html#DirectionsRequest">DirectionsRequest</a></li><li><a href="global.html#Floor">Floor</a></li><li><a href="global.html#Geofence">Geofence</a></li><li><a href="global.html#Indication">Indication</a></li><li><a href="global.html#Location">Location</a></li><li><a href="global.html#LocationOptions">LocationOptions</a></li><li><a href="global.html#LocationRequest">LocationRequest</a></li><li><a href="global.html#LocationStatus">LocationStatus</a></li><li><a href="global.html#NavigationProgress">NavigationProgress</a></li><li><a href="global.html#NavigationRequest">NavigationRequest</a></li><li><a href="global.html#OutdoorLocationOptions">OutdoorLocationOptions</a></li><li><a href="global.html#POI">POI</a></li><li><a href="global.html#PoiCategory">PoiCategory</a></li><li><a href="global.html#PoiDeselectedResult">PoiDeselectedResult</a></li><li><a href="global.html#Point">Point</a></li><li><a href="global.html#PoiSelectedResult">PoiSelectedResult</a></li><li><a href="global.html#RealTimeData">RealTimeData</a></li><li><a href="global.html#RealTimeRequest">RealTimeRequest</a></li><li><a href="global.html#Route">Route</a></li><li><a href="global.html#RouteSegment">RouteSegment</a></li><li><a href="global.html#RouteStep">RouteStep</a></li><li><a href="global.html#SitumConversionArea">SitumConversionArea</a></li><li><a href="global.html#SitumEvent">SitumEvent</a></li></ul></div>
|
|
41
|
+
<div class="lnb-api hidden"><h3>Namespaces</h3><ul><li><a href="MapView.html">MapView</a><button type="button" class="hidden toggle-subnav btn btn-link"> <span class="glyphicon glyphicon-plus"></span></button><div class="hidden" id="MapView_sub"><div class="member-type">Methods</div><ul class="inner"><li><a href="MapView.html#.onLoad">onLoad</a></li></ul></div></li><li><a href="MapViewController.html">MapViewController</a><button type="button" class="hidden toggle-subnav btn btn-link"> <span class="glyphicon glyphicon-plus"></span></button><div class="hidden" id="MapViewController_sub"><div class="member-type">Methods</div><ul class="inner"><li><a href="MapViewController.html#.navigateToPoi">navigateToPoi</a></li><li><a href="MapViewController.html#.onPoiDeselected">onPoiDeselected</a></li><li><a href="MapViewController.html#.onPoiSelected">onPoiSelected</a></li><li><a href="MapViewController.html#.selectPoi">selectPoi</a></li><li><a href="MapViewController.html#.setLanguage">setLanguage</a></li></ul></div></li><li><a href="Situm.html">Situm</a><button type="button" class="hidden toggle-subnav btn btn-link"> <span class="glyphicon glyphicon-plus"></span></button><div class="hidden" id="Situm_sub"><div class="member-type">Methods</div><ul class="inner"><li><a href="Situm.html#.fetchBuildingInfo">fetchBuildingInfo</a></li><li><a href="Situm.html#.fetchBuildings">fetchBuildings</a></li><li><a href="Situm.html#.fetchEventsFromBuilding">fetchEventsFromBuilding</a></li><li><a href="Situm.html#.fetchFloorsFromBuilding">fetchFloorsFromBuilding</a></li><li><a href="Situm.html#.fetchGeofencesFromBuilding">fetchGeofencesFromBuilding</a></li><li><a href="Situm.html#.fetchIndoorPOIsFromBuilding">fetchIndoorPOIsFromBuilding</a></li><li><a href="Situm.html#.fetchMapFromFloor">fetchMapFromFloor</a></li><li><a href="Situm.html#.fetchOutdoorPOIsFromBuilding">fetchOutdoorPOIsFromBuilding</a></li><li><a href="Situm.html#.fetchPoiCategories">fetchPoiCategories</a></li><li><a href="Situm.html#.fetchPoiCategoryIconNormal">fetchPoiCategoryIconNormal</a></li><li><a href="Situm.html#.fetchPoiCategoryIconSelected">fetchPoiCategoryIconSelected</a></li><li><a href="Situm.html#.internalSetEventDelegate">internalSetEventDelegate</a></li><li><a href="Situm.html#.invalidateCache">invalidateCache</a></li><li><a href="Situm.html#.onEnterGeofences">onEnterGeofences</a></li><li><a href="Situm.html#.onExitGeofences">onExitGeofences</a></li><li><a href="Situm.html#.onLocationError">onLocationError</a></li><li><a href="Situm.html#.onLocationStatus">onLocationStatus</a></li><li><a href="Situm.html#.onLocationUpdate">onLocationUpdate</a></li><li><a href="Situm.html#.removeNavigationUpdates">removeNavigationUpdates</a></li><li><a href="Situm.html#.removeRealTimeUpdates">removeRealTimeUpdates</a></li><li><a href="Situm.html#.removeUpdates">removeUpdates</a></li><li><a href="Situm.html#.requestDirections">requestDirections</a></li><li><a href="Situm.html#.requestLocationUpdates">requestLocationUpdates</a></li><li><a href="Situm.html#.requestNavigationUpdates">requestNavigationUpdates</a></li><li><a href="Situm.html#.requestRealTimeUpdates">requestRealTimeUpdates</a></li><li><a href="Situm.html#.setApiKey">setApiKey</a></li><li><a href="Situm.html#.setCacheMaxAge">setCacheMaxAge</a></li><li><a href="Situm.html#.setUserPass">setUserPass</a></li><li><a href="Situm.html#.startPositioning">startPositioning</a></li><li><a href="Situm.html#.stopPositioning">stopPositioning</a></li><li><a href="Situm.html#.updateNavigationWithLocation">updateNavigationWithLocation</a></li></ul></div></li></ul></div><div class="lnb-api hidden"><h3>Global</h3><ul><li><a href="global.html#Angle">Angle</a></li><li><a href="global.html#BeaconFilter">BeaconFilter</a></li><li><a href="global.html#Bounds">Bounds</a></li><li><a href="global.html#Building">Building</a></li><li><a href="global.html#BuildingInfo">BuildingInfo</a></li><li><a href="global.html#CartesianCoordinate">CartesianCoordinate</a></li><li><a href="global.html#Circle">Circle</a></li><li><a href="global.html#Coordinate">Coordinate</a></li><li><a href="global.html#Dimensions">Dimensions</a></li><li><a href="global.html#DirectionsOptions">DirectionsOptions</a></li><li><a href="global.html#DirectionsRequest">DirectionsRequest</a></li><li><a href="global.html#Floor">Floor</a></li><li><a href="global.html#Geofence">Geofence</a></li><li><a href="global.html#Indication">Indication</a></li><li><a href="global.html#Location">Location</a></li><li><a href="global.html#LocationOptions">LocationOptions</a></li><li><a href="global.html#LocationRequest">LocationRequest</a></li><li><a href="global.html#LocationStatus">LocationStatus</a></li><li><a href="global.html#NavigationProgress">NavigationProgress</a></li><li><a href="global.html#NavigationRequest">NavigationRequest</a></li><li class="hidden"><a href="global.html#OnLocationErrorCallback">OnLocationErrorCallback</a></li><li class="hidden"><a href="global.html#OnLocationStatusCallback">OnLocationStatusCallback</a></li><li class="hidden"><a href="global.html#OnLocationUpdateCallback">OnLocationUpdateCallback</a></li><li><a href="global.html#OutdoorLocationOptions">OutdoorLocationOptions</a></li><li><a href="global.html#POI">POI</a></li><li><a href="global.html#PoiCategory">PoiCategory</a></li><li><a href="global.html#PoiDeselectedResult">PoiDeselectedResult</a></li><li><a href="global.html#Point">Point</a></li><li><a href="global.html#PoiSelectedResult">PoiSelectedResult</a></li><li><a href="global.html#RealTimeData">RealTimeData</a></li><li><a href="global.html#RealTimeRequest">RealTimeRequest</a></li><li><a href="global.html#Route">Route</a></li><li><a href="global.html#RouteSegment">RouteSegment</a></li><li><a href="global.html#RouteStep">RouteStep</a></li><li><a href="global.html#SitumConversionArea">SitumConversionArea</a></li><li><a href="global.html#SitumEvent">SitumEvent</a></li></ul></div>
|
|
42
42
|
</nav>
|
|
43
43
|
<div id="resizer"></div>
|
|
44
44
|
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
<div class="container-source members">
|
|
136
|
-
<code><a href="
|
|
137
|
-
<code><a href="
|
|
136
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
137
|
+
<code><a href="situm.js.html#line322">line 322</a></code>
|
|
138
138
|
</div>
|
|
139
139
|
|
|
140
140
|
</h4>
|
|
@@ -339,8 +339,8 @@
|
|
|
339
339
|
|
|
340
340
|
|
|
341
341
|
<div class="container-source members">
|
|
342
|
-
<code><a href="
|
|
343
|
-
<code><a href="
|
|
342
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
343
|
+
<code><a href="situm.js.html#line224">line 224</a></code>
|
|
344
344
|
</div>
|
|
345
345
|
|
|
346
346
|
</h4>
|
|
@@ -522,8 +522,8 @@
|
|
|
522
522
|
|
|
523
523
|
|
|
524
524
|
<div class="container-source members">
|
|
525
|
-
<code><a href="
|
|
526
|
-
<code><a href="
|
|
525
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
526
|
+
<code><a href="situm.js.html#line268">line 268</a></code>
|
|
527
527
|
</div>
|
|
528
528
|
|
|
529
529
|
</h4>
|
|
@@ -728,8 +728,8 @@
|
|
|
728
728
|
|
|
729
729
|
|
|
730
730
|
<div class="container-source members">
|
|
731
|
-
<code><a href="
|
|
732
|
-
<code><a href="
|
|
731
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
732
|
+
<code><a href="situm.js.html#line235">line 235</a></code>
|
|
733
733
|
</div>
|
|
734
734
|
|
|
735
735
|
</h4>
|
|
@@ -934,8 +934,8 @@
|
|
|
934
934
|
|
|
935
935
|
|
|
936
936
|
<div class="container-source members">
|
|
937
|
-
<code><a href="
|
|
938
|
-
<code><a href="
|
|
937
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
938
|
+
<code><a href="situm.js.html#line333">line 333</a></code>
|
|
939
939
|
</div>
|
|
940
940
|
|
|
941
941
|
</h4>
|
|
@@ -1140,8 +1140,8 @@
|
|
|
1140
1140
|
|
|
1141
1141
|
|
|
1142
1142
|
<div class="container-source members">
|
|
1143
|
-
<code><a href="
|
|
1144
|
-
<code><a href="
|
|
1143
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
1144
|
+
<code><a href="situm.js.html#line246">line 246</a></code>
|
|
1145
1145
|
</div>
|
|
1146
1146
|
|
|
1147
1147
|
</h4>
|
|
@@ -1346,8 +1346,8 @@
|
|
|
1346
1346
|
|
|
1347
1347
|
|
|
1348
1348
|
<div class="container-source members">
|
|
1349
|
-
<code><a href="
|
|
1350
|
-
<code><a href="
|
|
1349
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
1350
|
+
<code><a href="situm.js.html#line289">line 289</a></code>
|
|
1351
1351
|
</div>
|
|
1352
1352
|
|
|
1353
1353
|
</h4>
|
|
@@ -1552,8 +1552,8 @@
|
|
|
1552
1552
|
|
|
1553
1553
|
|
|
1554
1554
|
<div class="container-source members">
|
|
1555
|
-
<code><a href="
|
|
1556
|
-
<code><a href="
|
|
1555
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
1556
|
+
<code><a href="situm.js.html#line257">line 257</a></code>
|
|
1557
1557
|
</div>
|
|
1558
1558
|
|
|
1559
1559
|
</h4>
|
|
@@ -1758,8 +1758,8 @@
|
|
|
1758
1758
|
|
|
1759
1759
|
|
|
1760
1760
|
<div class="container-source members">
|
|
1761
|
-
<code><a href="
|
|
1762
|
-
<code><a href="
|
|
1761
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
1762
|
+
<code><a href="situm.js.html#line278">line 278</a></code>
|
|
1763
1763
|
</div>
|
|
1764
1764
|
|
|
1765
1765
|
</h4>
|
|
@@ -1941,8 +1941,8 @@
|
|
|
1941
1941
|
|
|
1942
1942
|
|
|
1943
1943
|
<div class="container-source members">
|
|
1944
|
-
<code><a href="
|
|
1945
|
-
<code><a href="
|
|
1944
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
1945
|
+
<code><a href="situm.js.html#line300">line 300</a></code>
|
|
1946
1946
|
</div>
|
|
1947
1947
|
|
|
1948
1948
|
</h4>
|
|
@@ -2147,8 +2147,8 @@
|
|
|
2147
2147
|
|
|
2148
2148
|
|
|
2149
2149
|
<div class="container-source members">
|
|
2150
|
-
<code><a href="
|
|
2151
|
-
<code><a href="
|
|
2150
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
2151
|
+
<code><a href="situm.js.html#line311">line 311</a></code>
|
|
2152
2152
|
</div>
|
|
2153
2153
|
|
|
2154
2154
|
</h4>
|
|
@@ -2353,8 +2353,8 @@
|
|
|
2353
2353
|
|
|
2354
2354
|
|
|
2355
2355
|
<div class="container-source members">
|
|
2356
|
-
<code><a href="
|
|
2357
|
-
<code><a href="
|
|
2356
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
2357
|
+
<code><a href="situm.js.html#line40">line 40</a></code>
|
|
2358
2358
|
</div>
|
|
2359
2359
|
|
|
2360
2360
|
</h4>
|
|
@@ -2492,8 +2492,8 @@
|
|
|
2492
2492
|
|
|
2493
2493
|
|
|
2494
2494
|
<div class="container-source members">
|
|
2495
|
-
<code><a href="
|
|
2496
|
-
<code><a href="
|
|
2495
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
2496
|
+
<code><a href="situm.js.html#line343">line 343</a></code>
|
|
2497
2497
|
</div>
|
|
2498
2498
|
|
|
2499
2499
|
</h4>
|
|
@@ -2673,8 +2673,8 @@
|
|
|
2673
2673
|
|
|
2674
2674
|
|
|
2675
2675
|
<div class="container-source members">
|
|
2676
|
-
<code><a href="
|
|
2677
|
-
<code><a href="
|
|
2676
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
2677
|
+
<code><a href="situm.js.html#line204">line 204</a></code>
|
|
2678
2678
|
</div>
|
|
2679
2679
|
|
|
2680
2680
|
</h4>
|
|
@@ -2854,8 +2854,8 @@
|
|
|
2854
2854
|
|
|
2855
2855
|
|
|
2856
2856
|
<div class="container-source members">
|
|
2857
|
-
<code><a href="
|
|
2858
|
-
<code><a href="
|
|
2857
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
2858
|
+
<code><a href="situm.js.html#line214">line 214</a></code>
|
|
2859
2859
|
</div>
|
|
2860
2860
|
|
|
2861
2861
|
</h4>
|
|
@@ -3014,6 +3014,444 @@
|
|
|
3014
3014
|
|
|
3015
3015
|
|
|
3016
3016
|
|
|
3017
|
+
|
|
3018
|
+
|
|
3019
|
+
|
|
3020
|
+
</dl>
|
|
3021
|
+
|
|
3022
|
+
|
|
3023
|
+
|
|
3024
|
+
|
|
3025
|
+
</dd>
|
|
3026
|
+
|
|
3027
|
+
|
|
3028
|
+
|
|
3029
|
+
|
|
3030
|
+
<dt>
|
|
3031
|
+
|
|
3032
|
+
<h4 class="name" id=".onLocationError">
|
|
3033
|
+
|
|
3034
|
+
<span class="type-signature"><span class="icon green">static</span> </span>onLocationError<span class="signature">(callback)</span><span class="type-signature"></span>
|
|
3035
|
+
|
|
3036
|
+
|
|
3037
|
+
<div class="container-source members">
|
|
3038
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3039
|
+
<code><a href="situm.js.html#line167">line 167</a></code>
|
|
3040
|
+
</div>
|
|
3041
|
+
|
|
3042
|
+
</h4>
|
|
3043
|
+
|
|
3044
|
+
|
|
3045
|
+
|
|
3046
|
+
</dt>
|
|
3047
|
+
<dd>
|
|
3048
|
+
|
|
3049
|
+
|
|
3050
|
+
<div class="description">
|
|
3051
|
+
Get notified about positioning errors.
|
|
3052
|
+
</div>
|
|
3053
|
+
|
|
3054
|
+
|
|
3055
|
+
|
|
3056
|
+
|
|
3057
|
+
|
|
3058
|
+
|
|
3059
|
+
|
|
3060
|
+
|
|
3061
|
+
|
|
3062
|
+
<div class="container-params">
|
|
3063
|
+
<h5>Parameters:</h5>
|
|
3064
|
+
|
|
3065
|
+
<table class="params">
|
|
3066
|
+
<thead>
|
|
3067
|
+
<tr>
|
|
3068
|
+
|
|
3069
|
+
<th>Name</th>
|
|
3070
|
+
|
|
3071
|
+
|
|
3072
|
+
<th>Type</th>
|
|
3073
|
+
|
|
3074
|
+
|
|
3075
|
+
|
|
3076
|
+
|
|
3077
|
+
|
|
3078
|
+
<th class="last">Description</th>
|
|
3079
|
+
</tr>
|
|
3080
|
+
</thead>
|
|
3081
|
+
|
|
3082
|
+
<tbody>
|
|
3083
|
+
|
|
3084
|
+
|
|
3085
|
+
<tr>
|
|
3086
|
+
|
|
3087
|
+
<td class="name"><code>callback</code></td>
|
|
3088
|
+
|
|
3089
|
+
|
|
3090
|
+
<td class="type">
|
|
3091
|
+
|
|
3092
|
+
|
|
3093
|
+
<span class="param-type"><a href="global.html#OnLocationErrorCallback">OnLocationErrorCallback</a></span>
|
|
3094
|
+
|
|
3095
|
+
|
|
3096
|
+
|
|
3097
|
+
</td>
|
|
3098
|
+
|
|
3099
|
+
|
|
3100
|
+
|
|
3101
|
+
|
|
3102
|
+
|
|
3103
|
+
<td class="description last">Callback.</td>
|
|
3104
|
+
</tr>
|
|
3105
|
+
|
|
3106
|
+
|
|
3107
|
+
</tbody>
|
|
3108
|
+
</table>
|
|
3109
|
+
|
|
3110
|
+
</div>
|
|
3111
|
+
|
|
3112
|
+
|
|
3113
|
+
|
|
3114
|
+
|
|
3115
|
+
|
|
3116
|
+
|
|
3117
|
+
|
|
3118
|
+
|
|
3119
|
+
|
|
3120
|
+
|
|
3121
|
+
|
|
3122
|
+
|
|
3123
|
+
|
|
3124
|
+
|
|
3125
|
+
|
|
3126
|
+
|
|
3127
|
+
|
|
3128
|
+
<dl class="details">
|
|
3129
|
+
|
|
3130
|
+
|
|
3131
|
+
|
|
3132
|
+
|
|
3133
|
+
|
|
3134
|
+
|
|
3135
|
+
|
|
3136
|
+
|
|
3137
|
+
|
|
3138
|
+
|
|
3139
|
+
|
|
3140
|
+
|
|
3141
|
+
|
|
3142
|
+
|
|
3143
|
+
|
|
3144
|
+
|
|
3145
|
+
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
|
|
3149
|
+
|
|
3150
|
+
|
|
3151
|
+
|
|
3152
|
+
|
|
3153
|
+
|
|
3154
|
+
|
|
3155
|
+
|
|
3156
|
+
|
|
3157
|
+
<dt class="tag-see">See:</dt>
|
|
3158
|
+
<dd class="tag-see">
|
|
3159
|
+
<ul>
|
|
3160
|
+
<li>requestLocationUpdates</li>
|
|
3161
|
+
</ul>
|
|
3162
|
+
</dd>
|
|
3163
|
+
|
|
3164
|
+
|
|
3165
|
+
|
|
3166
|
+
</dl>
|
|
3167
|
+
|
|
3168
|
+
|
|
3169
|
+
|
|
3170
|
+
|
|
3171
|
+
</dd>
|
|
3172
|
+
|
|
3173
|
+
|
|
3174
|
+
|
|
3175
|
+
|
|
3176
|
+
<dt>
|
|
3177
|
+
|
|
3178
|
+
<h4 class="name" id=".onLocationStatus">
|
|
3179
|
+
|
|
3180
|
+
<span class="type-signature"><span class="icon green">static</span> </span>onLocationStatus<span class="signature">(callback)</span><span class="type-signature"></span>
|
|
3181
|
+
|
|
3182
|
+
|
|
3183
|
+
<div class="container-source members">
|
|
3184
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3185
|
+
<code><a href="situm.js.html#line156">line 156</a></code>
|
|
3186
|
+
</div>
|
|
3187
|
+
|
|
3188
|
+
</h4>
|
|
3189
|
+
|
|
3190
|
+
|
|
3191
|
+
|
|
3192
|
+
</dt>
|
|
3193
|
+
<dd>
|
|
3194
|
+
|
|
3195
|
+
|
|
3196
|
+
<div class="description">
|
|
3197
|
+
Get notified about positioning status changes.
|
|
3198
|
+
</div>
|
|
3199
|
+
|
|
3200
|
+
|
|
3201
|
+
|
|
3202
|
+
|
|
3203
|
+
|
|
3204
|
+
|
|
3205
|
+
|
|
3206
|
+
|
|
3207
|
+
|
|
3208
|
+
<div class="container-params">
|
|
3209
|
+
<h5>Parameters:</h5>
|
|
3210
|
+
|
|
3211
|
+
<table class="params">
|
|
3212
|
+
<thead>
|
|
3213
|
+
<tr>
|
|
3214
|
+
|
|
3215
|
+
<th>Name</th>
|
|
3216
|
+
|
|
3217
|
+
|
|
3218
|
+
<th>Type</th>
|
|
3219
|
+
|
|
3220
|
+
|
|
3221
|
+
|
|
3222
|
+
|
|
3223
|
+
|
|
3224
|
+
<th class="last">Description</th>
|
|
3225
|
+
</tr>
|
|
3226
|
+
</thead>
|
|
3227
|
+
|
|
3228
|
+
<tbody>
|
|
3229
|
+
|
|
3230
|
+
|
|
3231
|
+
<tr>
|
|
3232
|
+
|
|
3233
|
+
<td class="name"><code>callback</code></td>
|
|
3234
|
+
|
|
3235
|
+
|
|
3236
|
+
<td class="type">
|
|
3237
|
+
|
|
3238
|
+
|
|
3239
|
+
<span class="param-type"><a href="global.html#OnLocationStatusCallback">OnLocationStatusCallback</a></span>
|
|
3240
|
+
|
|
3241
|
+
|
|
3242
|
+
|
|
3243
|
+
</td>
|
|
3244
|
+
|
|
3245
|
+
|
|
3246
|
+
|
|
3247
|
+
|
|
3248
|
+
|
|
3249
|
+
<td class="description last">Callback.</td>
|
|
3250
|
+
</tr>
|
|
3251
|
+
|
|
3252
|
+
|
|
3253
|
+
</tbody>
|
|
3254
|
+
</table>
|
|
3255
|
+
|
|
3256
|
+
</div>
|
|
3257
|
+
|
|
3258
|
+
|
|
3259
|
+
|
|
3260
|
+
|
|
3261
|
+
|
|
3262
|
+
|
|
3263
|
+
|
|
3264
|
+
|
|
3265
|
+
|
|
3266
|
+
|
|
3267
|
+
|
|
3268
|
+
|
|
3269
|
+
|
|
3270
|
+
|
|
3271
|
+
|
|
3272
|
+
|
|
3273
|
+
|
|
3274
|
+
<dl class="details">
|
|
3275
|
+
|
|
3276
|
+
|
|
3277
|
+
|
|
3278
|
+
|
|
3279
|
+
|
|
3280
|
+
|
|
3281
|
+
|
|
3282
|
+
|
|
3283
|
+
|
|
3284
|
+
|
|
3285
|
+
|
|
3286
|
+
|
|
3287
|
+
|
|
3288
|
+
|
|
3289
|
+
|
|
3290
|
+
|
|
3291
|
+
|
|
3292
|
+
|
|
3293
|
+
|
|
3294
|
+
|
|
3295
|
+
|
|
3296
|
+
|
|
3297
|
+
|
|
3298
|
+
|
|
3299
|
+
|
|
3300
|
+
|
|
3301
|
+
|
|
3302
|
+
|
|
3303
|
+
<dt class="tag-see">See:</dt>
|
|
3304
|
+
<dd class="tag-see">
|
|
3305
|
+
<ul>
|
|
3306
|
+
<li>requestLocationUpdates</li>
|
|
3307
|
+
</ul>
|
|
3308
|
+
</dd>
|
|
3309
|
+
|
|
3310
|
+
|
|
3311
|
+
|
|
3312
|
+
</dl>
|
|
3313
|
+
|
|
3314
|
+
|
|
3315
|
+
|
|
3316
|
+
|
|
3317
|
+
</dd>
|
|
3318
|
+
|
|
3319
|
+
|
|
3320
|
+
|
|
3321
|
+
|
|
3322
|
+
<dt>
|
|
3323
|
+
|
|
3324
|
+
<h4 class="name" id=".onLocationUpdate">
|
|
3325
|
+
|
|
3326
|
+
<span class="type-signature"><span class="icon green">static</span> </span>onLocationUpdate<span class="signature">(callback)</span><span class="type-signature"></span>
|
|
3327
|
+
|
|
3328
|
+
|
|
3329
|
+
<div class="container-source members">
|
|
3330
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3331
|
+
<code><a href="situm.js.html#line145">line 145</a></code>
|
|
3332
|
+
</div>
|
|
3333
|
+
|
|
3334
|
+
</h4>
|
|
3335
|
+
|
|
3336
|
+
|
|
3337
|
+
|
|
3338
|
+
</dt>
|
|
3339
|
+
<dd>
|
|
3340
|
+
|
|
3341
|
+
|
|
3342
|
+
<div class="description">
|
|
3343
|
+
Get notified about location updates.
|
|
3344
|
+
</div>
|
|
3345
|
+
|
|
3346
|
+
|
|
3347
|
+
|
|
3348
|
+
|
|
3349
|
+
|
|
3350
|
+
|
|
3351
|
+
|
|
3352
|
+
|
|
3353
|
+
|
|
3354
|
+
<div class="container-params">
|
|
3355
|
+
<h5>Parameters:</h5>
|
|
3356
|
+
|
|
3357
|
+
<table class="params">
|
|
3358
|
+
<thead>
|
|
3359
|
+
<tr>
|
|
3360
|
+
|
|
3361
|
+
<th>Name</th>
|
|
3362
|
+
|
|
3363
|
+
|
|
3364
|
+
<th>Type</th>
|
|
3365
|
+
|
|
3366
|
+
|
|
3367
|
+
|
|
3368
|
+
|
|
3369
|
+
|
|
3370
|
+
<th class="last">Description</th>
|
|
3371
|
+
</tr>
|
|
3372
|
+
</thead>
|
|
3373
|
+
|
|
3374
|
+
<tbody>
|
|
3375
|
+
|
|
3376
|
+
|
|
3377
|
+
<tr>
|
|
3378
|
+
|
|
3379
|
+
<td class="name"><code>callback</code></td>
|
|
3380
|
+
|
|
3381
|
+
|
|
3382
|
+
<td class="type">
|
|
3383
|
+
|
|
3384
|
+
|
|
3385
|
+
<span class="param-type"><a href="global.html#OnLocationUpdateCallback">OnLocationUpdateCallback</a></span>
|
|
3386
|
+
|
|
3387
|
+
|
|
3388
|
+
|
|
3389
|
+
</td>
|
|
3390
|
+
|
|
3391
|
+
|
|
3392
|
+
|
|
3393
|
+
|
|
3394
|
+
|
|
3395
|
+
<td class="description last">Callback.</td>
|
|
3396
|
+
</tr>
|
|
3397
|
+
|
|
3398
|
+
|
|
3399
|
+
</tbody>
|
|
3400
|
+
</table>
|
|
3401
|
+
|
|
3402
|
+
</div>
|
|
3403
|
+
|
|
3404
|
+
|
|
3405
|
+
|
|
3406
|
+
|
|
3407
|
+
|
|
3408
|
+
|
|
3409
|
+
|
|
3410
|
+
|
|
3411
|
+
|
|
3412
|
+
|
|
3413
|
+
|
|
3414
|
+
|
|
3415
|
+
|
|
3416
|
+
|
|
3417
|
+
|
|
3418
|
+
|
|
3419
|
+
|
|
3420
|
+
<dl class="details">
|
|
3421
|
+
|
|
3422
|
+
|
|
3423
|
+
|
|
3424
|
+
|
|
3425
|
+
|
|
3426
|
+
|
|
3427
|
+
|
|
3428
|
+
|
|
3429
|
+
|
|
3430
|
+
|
|
3431
|
+
|
|
3432
|
+
|
|
3433
|
+
|
|
3434
|
+
|
|
3435
|
+
|
|
3436
|
+
|
|
3437
|
+
|
|
3438
|
+
|
|
3439
|
+
|
|
3440
|
+
|
|
3441
|
+
|
|
3442
|
+
|
|
3443
|
+
|
|
3444
|
+
|
|
3445
|
+
|
|
3446
|
+
|
|
3447
|
+
|
|
3448
|
+
|
|
3449
|
+
<dt class="tag-see">See:</dt>
|
|
3450
|
+
<dd class="tag-see">
|
|
3451
|
+
<ul>
|
|
3452
|
+
<li>requestLocationUpdates</li>
|
|
3453
|
+
</ul>
|
|
3454
|
+
</dd>
|
|
3017
3455
|
|
|
3018
3456
|
|
|
3019
3457
|
|
|
@@ -3035,8 +3473,8 @@
|
|
|
3035
3473
|
|
|
3036
3474
|
|
|
3037
3475
|
<div class="container-source members">
|
|
3038
|
-
<code><a href="
|
|
3039
|
-
<code><a href="
|
|
3476
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3477
|
+
<code><a href="situm.js.html#line391">line 391</a></code>
|
|
3040
3478
|
</div>
|
|
3041
3479
|
|
|
3042
3480
|
</h4>
|
|
@@ -3218,8 +3656,8 @@
|
|
|
3218
3656
|
|
|
3219
3657
|
|
|
3220
3658
|
<div class="container-source members">
|
|
3221
|
-
<code><a href="
|
|
3222
|
-
<code><a href="
|
|
3659
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3660
|
+
<code><a href="situm.js.html#line411">line 411</a></code>
|
|
3223
3661
|
</div>
|
|
3224
3662
|
|
|
3225
3663
|
</h4>
|
|
@@ -3352,6 +3790,116 @@
|
|
|
3352
3790
|
|
|
3353
3791
|
|
|
3354
3792
|
|
|
3793
|
+
|
|
3794
|
+
|
|
3795
|
+
|
|
3796
|
+
|
|
3797
|
+
|
|
3798
|
+
|
|
3799
|
+
|
|
3800
|
+
|
|
3801
|
+
|
|
3802
|
+
|
|
3803
|
+
</dl>
|
|
3804
|
+
|
|
3805
|
+
|
|
3806
|
+
|
|
3807
|
+
|
|
3808
|
+
</dd>
|
|
3809
|
+
|
|
3810
|
+
|
|
3811
|
+
|
|
3812
|
+
|
|
3813
|
+
<dt>
|
|
3814
|
+
|
|
3815
|
+
<h4 class="name" id=".removeUpdates">
|
|
3816
|
+
|
|
3817
|
+
<span class="type-signature"><span class="icon green">static</span> </span>removeUpdates<span class="signature">()</span><span class="type-signature"> → {Promise}</span>
|
|
3818
|
+
|
|
3819
|
+
|
|
3820
|
+
<div class="container-source members">
|
|
3821
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3822
|
+
<code><a href="situm.js.html#line189">line 189</a></code>
|
|
3823
|
+
</div>
|
|
3824
|
+
|
|
3825
|
+
</h4>
|
|
3826
|
+
|
|
3827
|
+
|
|
3828
|
+
|
|
3829
|
+
</dt>
|
|
3830
|
+
<dd>
|
|
3831
|
+
|
|
3832
|
+
|
|
3833
|
+
<div class="description">
|
|
3834
|
+
Stops positioning.
|
|
3835
|
+
</div>
|
|
3836
|
+
|
|
3837
|
+
|
|
3838
|
+
|
|
3839
|
+
|
|
3840
|
+
|
|
3841
|
+
|
|
3842
|
+
|
|
3843
|
+
|
|
3844
|
+
|
|
3845
|
+
|
|
3846
|
+
|
|
3847
|
+
|
|
3848
|
+
|
|
3849
|
+
|
|
3850
|
+
|
|
3851
|
+
|
|
3852
|
+
|
|
3853
|
+
|
|
3854
|
+
|
|
3855
|
+
|
|
3856
|
+
|
|
3857
|
+
<div class="container-returns">
|
|
3858
|
+
<h5>Returns:</h5>
|
|
3859
|
+
|
|
3860
|
+
|
|
3861
|
+
|
|
3862
|
+
|
|
3863
|
+
|
|
3864
|
+
<span class="param-type">Promise</span>
|
|
3865
|
+
|
|
3866
|
+
|
|
3867
|
+
|
|
3868
|
+
|
|
3869
|
+
|
|
3870
|
+
- Get notified when the native SDK actually stops positioning.
|
|
3871
|
+
|
|
3872
|
+
|
|
3873
|
+
|
|
3874
|
+
|
|
3875
|
+
|
|
3876
|
+
</div>
|
|
3877
|
+
|
|
3878
|
+
|
|
3879
|
+
|
|
3880
|
+
|
|
3881
|
+
|
|
3882
|
+
<dl class="details">
|
|
3883
|
+
|
|
3884
|
+
|
|
3885
|
+
|
|
3886
|
+
|
|
3887
|
+
|
|
3888
|
+
|
|
3889
|
+
|
|
3890
|
+
|
|
3891
|
+
|
|
3892
|
+
|
|
3893
|
+
|
|
3894
|
+
|
|
3895
|
+
|
|
3896
|
+
|
|
3897
|
+
|
|
3898
|
+
|
|
3899
|
+
|
|
3900
|
+
|
|
3901
|
+
|
|
3902
|
+
|
|
3355
3903
|
|
|
3356
3904
|
|
|
3357
3905
|
|
|
@@ -3380,8 +3928,8 @@
|
|
|
3380
3928
|
|
|
3381
3929
|
|
|
3382
3930
|
<div class="container-source members">
|
|
3383
|
-
<code><a href="
|
|
3384
|
-
<code><a href="
|
|
3931
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3932
|
+
<code><a href="situm.js.html#line354">line 354</a></code>
|
|
3385
3933
|
</div>
|
|
3386
3934
|
|
|
3387
3935
|
</h4>
|
|
@@ -3565,6 +4113,156 @@
|
|
|
3565
4113
|
|
|
3566
4114
|
|
|
3567
4115
|
|
|
4116
|
+
|
|
4117
|
+
|
|
4118
|
+
|
|
4119
|
+
</dl>
|
|
4120
|
+
|
|
4121
|
+
|
|
4122
|
+
|
|
4123
|
+
|
|
4124
|
+
</dd>
|
|
4125
|
+
|
|
4126
|
+
|
|
4127
|
+
|
|
4128
|
+
|
|
4129
|
+
<dt>
|
|
4130
|
+
|
|
4131
|
+
<h4 class="name" id=".requestLocationUpdates">
|
|
4132
|
+
|
|
4133
|
+
<span class="type-signature"><span class="icon green">static</span> </span>requestLocationUpdates<span class="signature">(request)</span><span class="type-signature"></span>
|
|
4134
|
+
|
|
4135
|
+
|
|
4136
|
+
<div class="container-source members">
|
|
4137
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4138
|
+
<code><a href="situm.js.html#line114">line 114</a></code>
|
|
4139
|
+
</div>
|
|
4140
|
+
|
|
4141
|
+
</h4>
|
|
4142
|
+
|
|
4143
|
+
|
|
4144
|
+
|
|
4145
|
+
</dt>
|
|
4146
|
+
<dd>
|
|
4147
|
+
|
|
4148
|
+
|
|
4149
|
+
<div class="description">
|
|
4150
|
+
Starts positioning. Use onLocationUpdate, onLocationStatus, and onLocationError to receive location updates, status changes and errors.
|
|
4151
|
+
</div>
|
|
4152
|
+
|
|
4153
|
+
|
|
4154
|
+
|
|
4155
|
+
|
|
4156
|
+
|
|
4157
|
+
|
|
4158
|
+
|
|
4159
|
+
|
|
4160
|
+
|
|
4161
|
+
<div class="container-params">
|
|
4162
|
+
<h5>Parameters:</h5>
|
|
4163
|
+
|
|
4164
|
+
<table class="params">
|
|
4165
|
+
<thead>
|
|
4166
|
+
<tr>
|
|
4167
|
+
|
|
4168
|
+
<th>Name</th>
|
|
4169
|
+
|
|
4170
|
+
|
|
4171
|
+
<th>Type</th>
|
|
4172
|
+
|
|
4173
|
+
|
|
4174
|
+
|
|
4175
|
+
|
|
4176
|
+
|
|
4177
|
+
<th class="last">Description</th>
|
|
4178
|
+
</tr>
|
|
4179
|
+
</thead>
|
|
4180
|
+
|
|
4181
|
+
<tbody>
|
|
4182
|
+
|
|
4183
|
+
|
|
4184
|
+
<tr>
|
|
4185
|
+
|
|
4186
|
+
<td class="name"><code>request</code></td>
|
|
4187
|
+
|
|
4188
|
+
|
|
4189
|
+
<td class="type">
|
|
4190
|
+
|
|
4191
|
+
|
|
4192
|
+
<span class="param-type"><a href="global.html#LocationRequest">LocationRequest</a></span>
|
|
4193
|
+
|
|
4194
|
+
|
|
4195
|
+
|
|
4196
|
+
</td>
|
|
4197
|
+
|
|
4198
|
+
|
|
4199
|
+
|
|
4200
|
+
|
|
4201
|
+
|
|
4202
|
+
<td class="description last">LocationRequest containing the positioning options.</td>
|
|
4203
|
+
</tr>
|
|
4204
|
+
|
|
4205
|
+
|
|
4206
|
+
</tbody>
|
|
4207
|
+
</table>
|
|
4208
|
+
|
|
4209
|
+
</div>
|
|
4210
|
+
|
|
4211
|
+
|
|
4212
|
+
|
|
4213
|
+
|
|
4214
|
+
|
|
4215
|
+
|
|
4216
|
+
|
|
4217
|
+
|
|
4218
|
+
|
|
4219
|
+
|
|
4220
|
+
|
|
4221
|
+
|
|
4222
|
+
|
|
4223
|
+
|
|
4224
|
+
|
|
4225
|
+
|
|
4226
|
+
|
|
4227
|
+
<dl class="details">
|
|
4228
|
+
|
|
4229
|
+
|
|
4230
|
+
|
|
4231
|
+
|
|
4232
|
+
|
|
4233
|
+
|
|
4234
|
+
|
|
4235
|
+
|
|
4236
|
+
|
|
4237
|
+
|
|
4238
|
+
|
|
4239
|
+
|
|
4240
|
+
|
|
4241
|
+
|
|
4242
|
+
|
|
4243
|
+
|
|
4244
|
+
|
|
4245
|
+
|
|
4246
|
+
|
|
4247
|
+
|
|
4248
|
+
|
|
4249
|
+
|
|
4250
|
+
|
|
4251
|
+
|
|
4252
|
+
|
|
4253
|
+
|
|
4254
|
+
|
|
4255
|
+
|
|
4256
|
+
<dt class="tag-see">See:</dt>
|
|
4257
|
+
<dd class="tag-see">
|
|
4258
|
+
<ul>
|
|
4259
|
+
<li>onLocationUpdate</li>
|
|
4260
|
+
|
|
4261
|
+
<li>onLocationStatus</li>
|
|
4262
|
+
|
|
4263
|
+
<li>onLocationError</li>
|
|
4264
|
+
</ul>
|
|
4265
|
+
</dd>
|
|
3568
4266
|
|
|
3569
4267
|
|
|
3570
4268
|
|
|
@@ -3586,8 +4284,8 @@
|
|
|
3586
4284
|
|
|
3587
4285
|
|
|
3588
4286
|
<div class="container-source members">
|
|
3589
|
-
<code><a href="
|
|
3590
|
-
<code><a href="
|
|
4287
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4288
|
+
<code><a href="situm.js.html#line365">line 365</a></code>
|
|
3591
4289
|
</div>
|
|
3592
4290
|
|
|
3593
4291
|
</h4>
|
|
@@ -3790,8 +4488,8 @@
|
|
|
3790
4488
|
|
|
3791
4489
|
|
|
3792
4490
|
<div class="container-source members">
|
|
3793
|
-
<code><a href="
|
|
3794
|
-
<code><a href="
|
|
4491
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4492
|
+
<code><a href="situm.js.html#line402">line 402</a></code>
|
|
3795
4493
|
</div>
|
|
3796
4494
|
|
|
3797
4495
|
</h4>
|
|
@@ -3975,8 +4673,8 @@
|
|
|
3975
4673
|
|
|
3976
4674
|
|
|
3977
4675
|
<div class="container-source members">
|
|
3978
|
-
<code><a href="
|
|
3979
|
-
<code><a href="
|
|
4676
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4677
|
+
<code><a href="situm.js.html#line52">line 52</a></code>
|
|
3980
4678
|
</div>
|
|
3981
4679
|
|
|
3982
4680
|
</h4>
|
|
@@ -4204,8 +4902,8 @@
|
|
|
4204
4902
|
|
|
4205
4903
|
|
|
4206
4904
|
<div class="container-source members">
|
|
4207
|
-
<code><a href="
|
|
4208
|
-
<code><a href="
|
|
4905
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4906
|
+
<code><a href="situm.js.html#line78">line 78</a></code>
|
|
4209
4907
|
</div>
|
|
4210
4908
|
|
|
4211
4909
|
</h4>
|
|
@@ -4408,8 +5106,8 @@
|
|
|
4408
5106
|
|
|
4409
5107
|
|
|
4410
5108
|
<div class="container-source members">
|
|
4411
|
-
<code><a href="
|
|
4412
|
-
<code><a href="
|
|
5109
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
5110
|
+
<code><a href="situm.js.html#line67">line 67</a></code>
|
|
4413
5111
|
</div>
|
|
4414
5112
|
|
|
4415
5113
|
</h4>
|
|
@@ -4637,8 +5335,8 @@
|
|
|
4637
5335
|
|
|
4638
5336
|
|
|
4639
5337
|
<div class="container-source members">
|
|
4640
|
-
<code><a href="
|
|
4641
|
-
<code><a href="
|
|
5338
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
5339
|
+
<code><a href="situm.js.html#line94">line 94</a></code>
|
|
4642
5340
|
</div>
|
|
4643
5341
|
|
|
4644
5342
|
</h4>
|
|
@@ -4782,7 +5480,7 @@
|
|
|
4782
5480
|
|
|
4783
5481
|
|
|
4784
5482
|
|
|
4785
|
-
-
|
|
5483
|
+
- Current position of device.
|
|
4786
5484
|
|
|
4787
5485
|
|
|
4788
5486
|
|
|
@@ -4811,6 +5509,8 @@
|
|
|
4811
5509
|
|
|
4812
5510
|
|
|
4813
5511
|
|
|
5512
|
+
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>Use requestLocationUpdates instead. Use onLocationUpdate, onLocationStatus, and onLocationError to receive location updates, status changes and errors.</li></ul></dd>
|
|
5513
|
+
|
|
4814
5514
|
|
|
4815
5515
|
|
|
4816
5516
|
|
|
@@ -4823,6 +5523,19 @@
|
|
|
4823
5523
|
|
|
4824
5524
|
|
|
4825
5525
|
|
|
5526
|
+
<dt class="tag-see">See:</dt>
|
|
5527
|
+
<dd class="tag-see">
|
|
5528
|
+
<ul>
|
|
5529
|
+
<li>requestLocationUpdates</li>
|
|
5530
|
+
|
|
5531
|
+
<li>onLocationUpdate</li>
|
|
5532
|
+
|
|
5533
|
+
<li>onLocationStatus</li>
|
|
5534
|
+
|
|
5535
|
+
<li>onLocationError</li>
|
|
5536
|
+
</ul>
|
|
5537
|
+
</dd>
|
|
5538
|
+
|
|
4826
5539
|
|
|
4827
5540
|
|
|
4828
5541
|
</dl>
|
|
@@ -4843,8 +5556,8 @@
|
|
|
4843
5556
|
|
|
4844
5557
|
|
|
4845
5558
|
<div class="container-source members">
|
|
4846
|
-
<code><a href="
|
|
4847
|
-
<code><a href="
|
|
5559
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
5560
|
+
<code><a href="situm.js.html#line181">line 181</a></code>
|
|
4848
5561
|
</div>
|
|
4849
5562
|
|
|
4850
5563
|
</h4>
|
|
@@ -4992,6 +5705,8 @@
|
|
|
4992
5705
|
|
|
4993
5706
|
|
|
4994
5707
|
|
|
5708
|
+
<dt class="important tag-deprecated">Deprecated:</dt><dd><ul class="dummy"><li>Use removeUpdates instead.</li></ul></dd>
|
|
5709
|
+
|
|
4995
5710
|
|
|
4996
5711
|
|
|
4997
5712
|
|
|
@@ -5024,8 +5739,8 @@
|
|
|
5024
5739
|
|
|
5025
5740
|
|
|
5026
5741
|
<div class="container-source members">
|
|
5027
|
-
<code><a href="
|
|
5028
|
-
<code><a href="
|
|
5742
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
5743
|
+
<code><a href="situm.js.html#line376">line 376</a></code>
|
|
5029
5744
|
</div>
|
|
5030
5745
|
|
|
5031
5746
|
</h4>
|
|
@@ -5236,7 +5951,7 @@
|
|
|
5236
5951
|
|
|
5237
5952
|
<footer>
|
|
5238
5953
|
<img class="logo" src="https://situm.com/wp-content/uploads/2023/04/situm_logo_blanco_300_sq.png" style="width: 90px; height: 90px">
|
|
5239
|
-
<div class="footer-text">COPYRIGHT © SITUM TECHNOLOGIES
|
|
5954
|
+
<div class="footer-text">COPYRIGHT © SITUM TECHNOLOGIES</div>
|
|
5240
5955
|
</footer>
|
|
5241
5956
|
<script>prettyPrint();</script>
|
|
5242
5957
|
<script src="scripts/jquery.min.js"></script>
|