@situm/cordova 3.17.4 → 3.17.6
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 +2 -9
- package/NOTICE.md +238 -0
- package/README.md +3 -3
- package/azure-pipelines.yml +2 -2
- package/docs/JSDoc/Interfaces.js.html +1 -5
- package/docs/JSDoc/MapView.html +2 -2
- package/docs/JSDoc/MapViewController.html +7 -7
- package/docs/JSDoc/Situm.html +407 -37
- package/docs/JSDoc/global.html +12 -58
- package/docs/JSDoc/index.html +1 -1
- package/docs/JSDoc/map-view-controller.js.html +59 -208
- package/docs/JSDoc/map-view.js.html +14 -12
- package/docs/JSDoc/situm.js.html +47 -1
- package/example/.browserslistrc +6 -6
- package/example/README.md +1 -10
- package/example/android/capacitor.settings.gradle +1 -1
- package/example/azure/build-examples.yaml +4 -2
- package/example/azure/common-steps.yaml +0 -3
- package/example/ios/App/Podfile +3 -3
- package/example/package.json +30 -31
- package/example/src/app/sdk/sdk.page.ts +7 -12
- package/example/src/app/wyf/wyf.page.ts +2 -1
- package/package.json +4 -9
- package/plugin.xml +3 -2
- package/pnpm-workspace.yaml +10 -2
- package/src/android/app/build.gradle +5 -5
- package/src/android/app/src/main/AndroidManifest.xml +1 -2
- package/src/android/app/src/main/java/es/situm/plugin/PluginHelper.java +22 -8
- package/src/android/app/src/main/java/es/situm/plugin/SitumMapper.java +0 -18
- package/src/android/build.gradle +1 -1
- package/src/android/gradle/wrapper/gradle-wrapper.properties +2 -2
- package/src/android/situm.gradle +1 -2
- package/www/Interfaces.js +0 -4
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#.setDirectionsOptions">setDirectionsOptions</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#.configureUserHelper">configureUserHelper</a></li><li><a href="Situm.html#.disableUserHelper">disableUserHelper</a></li><li><a href="Situm.html#.enableUserHelper">enableUserHelper</a></li><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#.getDeviceId">getDeviceId</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#.updateNavigationState">updateNavigationState</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#ExternalNavigation">ExternalNavigation</a></li><li><a href="global.html#Floor">Floor</a></li><li><a href="global.html#ForegroundServiceNotificationOptions">ForegroundServiceNotificationOptions</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 class="hidden"><a href="global.html#MapViewDirectionsOptions">MapViewDirectionsOptions</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><li><a href="global.html#UserHelperColorScheme">UserHelperColorScheme</a></li><li><a href="global.html#UserHelperOptions">UserHelperOptions</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#.setDirectionsOptions">setDirectionsOptions</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#.configureUserHelper">configureUserHelper</a></li><li><a href="Situm.html#.disableUserHelper">disableUserHelper</a></li><li><a href="Situm.html#.enableUserHelper">enableUserHelper</a></li><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#.getDeviceId">getDeviceId</a></li><li><a href="Situm.html#.internalHandleMapViewMessage">internalHandleMapViewMessage</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#.setToken">setToken</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#.updateNavigationState">updateNavigationState</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#ExternalNavigation">ExternalNavigation</a></li><li><a href="global.html#Floor">Floor</a></li><li><a href="global.html#ForegroundServiceNotificationOptions">ForegroundServiceNotificationOptions</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 class="hidden"><a href="global.html#MapViewDirectionsOptions">MapViewDirectionsOptions</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><li><a href="global.html#UserHelperColorScheme">UserHelperColorScheme</a></li><li><a href="global.html#UserHelperOptions">UserHelperOptions</a></li></ul></div>
|
|
42
42
|
</nav>
|
|
43
43
|
<div id="resizer"></div>
|
|
44
44
|
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
|
|
135
135
|
<div class="container-source members">
|
|
136
136
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
137
|
-
<code><a href="situm.js.html#
|
|
137
|
+
<code><a href="situm.js.html#line518">line 518</a></code>
|
|
138
138
|
</div>
|
|
139
139
|
|
|
140
140
|
</h4>
|
|
@@ -331,7 +331,7 @@ Call disableUserHelper as a shortcut to disable the user helper.
|
|
|
331
331
|
|
|
332
332
|
<div class="container-source members">
|
|
333
333
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
334
|
-
<code><a href="situm.js.html#
|
|
334
|
+
<code><a href="situm.js.html#line542">line 542</a></code>
|
|
335
335
|
</div>
|
|
336
336
|
|
|
337
337
|
</h4>
|
|
@@ -495,7 +495,7 @@ Shortcut for configureUserHelper with <code>{enabled: false}</code>.
|
|
|
495
495
|
|
|
496
496
|
<div class="container-source members">
|
|
497
497
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
498
|
-
<code><a href="situm.js.html#
|
|
498
|
+
<code><a href="situm.js.html#line530">line 530</a></code>
|
|
499
499
|
</div>
|
|
500
500
|
|
|
501
501
|
</h4>
|
|
@@ -659,7 +659,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
659
659
|
|
|
660
660
|
<div class="container-source members">
|
|
661
661
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
662
|
-
<code><a href="situm.js.html#
|
|
662
|
+
<code><a href="situm.js.html#line401">line 401</a></code>
|
|
663
663
|
</div>
|
|
664
664
|
|
|
665
665
|
</h4>
|
|
@@ -865,7 +865,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
865
865
|
|
|
866
866
|
<div class="container-source members">
|
|
867
867
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
868
|
-
<code><a href="situm.js.html#
|
|
868
|
+
<code><a href="situm.js.html#line303">line 303</a></code>
|
|
869
869
|
</div>
|
|
870
870
|
|
|
871
871
|
</h4>
|
|
@@ -1048,7 +1048,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
1048
1048
|
|
|
1049
1049
|
<div class="container-source members">
|
|
1050
1050
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
1051
|
-
<code><a href="situm.js.html#
|
|
1051
|
+
<code><a href="situm.js.html#line347">line 347</a></code>
|
|
1052
1052
|
</div>
|
|
1053
1053
|
|
|
1054
1054
|
</h4>
|
|
@@ -1254,7 +1254,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
1254
1254
|
|
|
1255
1255
|
<div class="container-source members">
|
|
1256
1256
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
1257
|
-
<code><a href="situm.js.html#
|
|
1257
|
+
<code><a href="situm.js.html#line314">line 314</a></code>
|
|
1258
1258
|
</div>
|
|
1259
1259
|
|
|
1260
1260
|
</h4>
|
|
@@ -1460,7 +1460,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
1460
1460
|
|
|
1461
1461
|
<div class="container-source members">
|
|
1462
1462
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
1463
|
-
<code><a href="situm.js.html#
|
|
1463
|
+
<code><a href="situm.js.html#line412">line 412</a></code>
|
|
1464
1464
|
</div>
|
|
1465
1465
|
|
|
1466
1466
|
</h4>
|
|
@@ -1666,7 +1666,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
1666
1666
|
|
|
1667
1667
|
<div class="container-source members">
|
|
1668
1668
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
1669
|
-
<code><a href="situm.js.html#
|
|
1669
|
+
<code><a href="situm.js.html#line325">line 325</a></code>
|
|
1670
1670
|
</div>
|
|
1671
1671
|
|
|
1672
1672
|
</h4>
|
|
@@ -1872,7 +1872,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
1872
1872
|
|
|
1873
1873
|
<div class="container-source members">
|
|
1874
1874
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
1875
|
-
<code><a href="situm.js.html#
|
|
1875
|
+
<code><a href="situm.js.html#line368">line 368</a></code>
|
|
1876
1876
|
</div>
|
|
1877
1877
|
|
|
1878
1878
|
</h4>
|
|
@@ -2078,7 +2078,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
2078
2078
|
|
|
2079
2079
|
<div class="container-source members">
|
|
2080
2080
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
2081
|
-
<code><a href="situm.js.html#
|
|
2081
|
+
<code><a href="situm.js.html#line336">line 336</a></code>
|
|
2082
2082
|
</div>
|
|
2083
2083
|
|
|
2084
2084
|
</h4>
|
|
@@ -2284,7 +2284,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
2284
2284
|
|
|
2285
2285
|
<div class="container-source members">
|
|
2286
2286
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
2287
|
-
<code><a href="situm.js.html#
|
|
2287
|
+
<code><a href="situm.js.html#line357">line 357</a></code>
|
|
2288
2288
|
</div>
|
|
2289
2289
|
|
|
2290
2290
|
</h4>
|
|
@@ -2467,7 +2467,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
2467
2467
|
|
|
2468
2468
|
<div class="container-source members">
|
|
2469
2469
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
2470
|
-
<code><a href="situm.js.html#
|
|
2470
|
+
<code><a href="situm.js.html#line379">line 379</a></code>
|
|
2471
2471
|
</div>
|
|
2472
2472
|
|
|
2473
2473
|
</h4>
|
|
@@ -2673,7 +2673,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
2673
2673
|
|
|
2674
2674
|
<div class="container-source members">
|
|
2675
2675
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
2676
|
-
<code><a href="situm.js.html#
|
|
2676
|
+
<code><a href="situm.js.html#line390">line 390</a></code>
|
|
2677
2677
|
</div>
|
|
2678
2678
|
|
|
2679
2679
|
</h4>
|
|
@@ -2879,7 +2879,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
2879
2879
|
|
|
2880
2880
|
<div class="container-source members">
|
|
2881
2881
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
2882
|
-
<code><a href="situm.js.html#
|
|
2882
|
+
<code><a href="situm.js.html#line135">line 135</a></code>
|
|
2883
2883
|
</div>
|
|
2884
2884
|
|
|
2885
2885
|
</h4>
|
|
@@ -3031,6 +3031,168 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
3031
3031
|
|
|
3032
3032
|
|
|
3033
3033
|
|
|
3034
|
+
|
|
3035
|
+
|
|
3036
|
+
|
|
3037
|
+
|
|
3038
|
+
|
|
3039
|
+
|
|
3040
|
+
|
|
3041
|
+
|
|
3042
|
+
|
|
3043
|
+
|
|
3044
|
+
</dl>
|
|
3045
|
+
|
|
3046
|
+
|
|
3047
|
+
|
|
3048
|
+
|
|
3049
|
+
</dd>
|
|
3050
|
+
|
|
3051
|
+
|
|
3052
|
+
|
|
3053
|
+
|
|
3054
|
+
<dt>
|
|
3055
|
+
|
|
3056
|
+
<h4 class="name" id=".internalHandleMapViewMessage">
|
|
3057
|
+
|
|
3058
|
+
<span class="type-signature"><span class="icon green">static</span> </span>internalHandleMapViewMessage<span class="signature">(message, payload)</span><span class="type-signature"></span>
|
|
3059
|
+
|
|
3060
|
+
|
|
3061
|
+
<div class="container-source members">
|
|
3062
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3063
|
+
<code><a href="situm.js.html#line50">line 50</a></code>
|
|
3064
|
+
</div>
|
|
3065
|
+
|
|
3066
|
+
</h4>
|
|
3067
|
+
|
|
3068
|
+
|
|
3069
|
+
|
|
3070
|
+
</dt>
|
|
3071
|
+
<dd>
|
|
3072
|
+
|
|
3073
|
+
|
|
3074
|
+
<div class="description">
|
|
3075
|
+
An internal method.
|
|
3076
|
+
</div>
|
|
3077
|
+
|
|
3078
|
+
|
|
3079
|
+
|
|
3080
|
+
|
|
3081
|
+
|
|
3082
|
+
|
|
3083
|
+
|
|
3084
|
+
|
|
3085
|
+
|
|
3086
|
+
<div class="container-params">
|
|
3087
|
+
<h5>Parameters:</h5>
|
|
3088
|
+
|
|
3089
|
+
<table class="params">
|
|
3090
|
+
<thead>
|
|
3091
|
+
<tr>
|
|
3092
|
+
|
|
3093
|
+
<th>Name</th>
|
|
3094
|
+
|
|
3095
|
+
|
|
3096
|
+
<th>Type</th>
|
|
3097
|
+
|
|
3098
|
+
|
|
3099
|
+
|
|
3100
|
+
|
|
3101
|
+
|
|
3102
|
+
<th class="last">Description</th>
|
|
3103
|
+
</tr>
|
|
3104
|
+
</thead>
|
|
3105
|
+
|
|
3106
|
+
<tbody>
|
|
3107
|
+
|
|
3108
|
+
|
|
3109
|
+
<tr>
|
|
3110
|
+
|
|
3111
|
+
<td class="name"><code>message</code></td>
|
|
3112
|
+
|
|
3113
|
+
|
|
3114
|
+
<td class="type">
|
|
3115
|
+
|
|
3116
|
+
|
|
3117
|
+
<span class="param-type">string</span>
|
|
3118
|
+
|
|
3119
|
+
|
|
3120
|
+
|
|
3121
|
+
</td>
|
|
3122
|
+
|
|
3123
|
+
|
|
3124
|
+
|
|
3125
|
+
|
|
3126
|
+
|
|
3127
|
+
<td class="description last">MapView message key.</td>
|
|
3128
|
+
</tr>
|
|
3129
|
+
|
|
3130
|
+
|
|
3131
|
+
|
|
3132
|
+
<tr>
|
|
3133
|
+
|
|
3134
|
+
<td class="name"><code>payload</code></td>
|
|
3135
|
+
|
|
3136
|
+
|
|
3137
|
+
<td class="type">
|
|
3138
|
+
|
|
3139
|
+
|
|
3140
|
+
<span class="param-type">object</span>
|
|
3141
|
+
|
|
3142
|
+
|
|
3143
|
+
|
|
3144
|
+
</td>
|
|
3145
|
+
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
|
|
3149
|
+
|
|
3150
|
+
<td class="description last">MapView message payload.</td>
|
|
3151
|
+
</tr>
|
|
3152
|
+
|
|
3153
|
+
|
|
3154
|
+
</tbody>
|
|
3155
|
+
</table>
|
|
3156
|
+
|
|
3157
|
+
</div>
|
|
3158
|
+
|
|
3159
|
+
|
|
3160
|
+
|
|
3161
|
+
|
|
3162
|
+
|
|
3163
|
+
|
|
3164
|
+
|
|
3165
|
+
|
|
3166
|
+
|
|
3167
|
+
|
|
3168
|
+
|
|
3169
|
+
|
|
3170
|
+
|
|
3171
|
+
|
|
3172
|
+
|
|
3173
|
+
|
|
3174
|
+
|
|
3175
|
+
<dl class="details">
|
|
3176
|
+
|
|
3177
|
+
|
|
3178
|
+
|
|
3179
|
+
|
|
3180
|
+
|
|
3181
|
+
|
|
3182
|
+
|
|
3183
|
+
|
|
3184
|
+
|
|
3185
|
+
|
|
3186
|
+
|
|
3187
|
+
|
|
3188
|
+
|
|
3189
|
+
|
|
3190
|
+
|
|
3191
|
+
|
|
3192
|
+
|
|
3193
|
+
|
|
3194
|
+
|
|
3195
|
+
|
|
3034
3196
|
|
|
3035
3197
|
|
|
3036
3198
|
|
|
@@ -3060,7 +3222,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
3060
3222
|
|
|
3061
3223
|
<div class="container-source members">
|
|
3062
3224
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3063
|
-
<code><a href="situm.js.html#
|
|
3225
|
+
<code><a href="situm.js.html#line42">line 42</a></code>
|
|
3064
3226
|
</div>
|
|
3065
3227
|
|
|
3066
3228
|
</h4>
|
|
@@ -3199,7 +3361,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
3199
3361
|
|
|
3200
3362
|
<div class="container-source members">
|
|
3201
3363
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3202
|
-
<code><a href="situm.js.html#
|
|
3364
|
+
<code><a href="situm.js.html#line422">line 422</a></code>
|
|
3203
3365
|
</div>
|
|
3204
3366
|
|
|
3205
3367
|
</h4>
|
|
@@ -3380,7 +3542,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
3380
3542
|
|
|
3381
3543
|
<div class="container-source members">
|
|
3382
3544
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3383
|
-
<code><a href="situm.js.html#
|
|
3545
|
+
<code><a href="situm.js.html#line283">line 283</a></code>
|
|
3384
3546
|
</div>
|
|
3385
3547
|
|
|
3386
3548
|
</h4>
|
|
@@ -3561,7 +3723,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
3561
3723
|
|
|
3562
3724
|
<div class="container-source members">
|
|
3563
3725
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3564
|
-
<code><a href="situm.js.html#
|
|
3726
|
+
<code><a href="situm.js.html#line293">line 293</a></code>
|
|
3565
3727
|
</div>
|
|
3566
3728
|
|
|
3567
3729
|
</h4>
|
|
@@ -3742,7 +3904,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
3742
3904
|
|
|
3743
3905
|
<div class="container-source members">
|
|
3744
3906
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3745
|
-
<code><a href="situm.js.html#
|
|
3907
|
+
<code><a href="situm.js.html#line236">line 236</a></code>
|
|
3746
3908
|
</div>
|
|
3747
3909
|
|
|
3748
3910
|
</h4>
|
|
@@ -3888,7 +4050,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
3888
4050
|
|
|
3889
4051
|
<div class="container-source members">
|
|
3890
4052
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
3891
|
-
<code><a href="situm.js.html#
|
|
4053
|
+
<code><a href="situm.js.html#line225">line 225</a></code>
|
|
3892
4054
|
</div>
|
|
3893
4055
|
|
|
3894
4056
|
</h4>
|
|
@@ -4034,7 +4196,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
4034
4196
|
|
|
4035
4197
|
<div class="container-source members">
|
|
4036
4198
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4037
|
-
<code><a href="situm.js.html#
|
|
4199
|
+
<code><a href="situm.js.html#line214">line 214</a></code>
|
|
4038
4200
|
</div>
|
|
4039
4201
|
|
|
4040
4202
|
</h4>
|
|
@@ -4180,7 +4342,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
4180
4342
|
|
|
4181
4343
|
<div class="container-source members">
|
|
4182
4344
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4183
|
-
<code><a href="situm.js.html#
|
|
4345
|
+
<code><a href="situm.js.html#line476">line 476</a></code>
|
|
4184
4346
|
</div>
|
|
4185
4347
|
|
|
4186
4348
|
</h4>
|
|
@@ -4363,7 +4525,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
4363
4525
|
|
|
4364
4526
|
<div class="container-source members">
|
|
4365
4527
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4366
|
-
<code><a href="situm.js.html#
|
|
4528
|
+
<code><a href="situm.js.html#line496">line 496</a></code>
|
|
4367
4529
|
</div>
|
|
4368
4530
|
|
|
4369
4531
|
</h4>
|
|
@@ -4525,7 +4687,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
4525
4687
|
|
|
4526
4688
|
<div class="container-source members">
|
|
4527
4689
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4528
|
-
<code><a href="situm.js.html#
|
|
4690
|
+
<code><a href="situm.js.html#line258">line 258</a></code>
|
|
4529
4691
|
</div>
|
|
4530
4692
|
|
|
4531
4693
|
</h4>
|
|
@@ -4635,7 +4797,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
4635
4797
|
|
|
4636
4798
|
<div class="container-source members">
|
|
4637
4799
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4638
|
-
<code><a href="situm.js.html#
|
|
4800
|
+
<code><a href="situm.js.html#line433">line 433</a></code>
|
|
4639
4801
|
</div>
|
|
4640
4802
|
|
|
4641
4803
|
</h4>
|
|
@@ -4841,7 +5003,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
4841
5003
|
|
|
4842
5004
|
<div class="container-source members">
|
|
4843
5005
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4844
|
-
<code><a href="situm.js.html#
|
|
5006
|
+
<code><a href="situm.js.html#line177">line 177</a></code>
|
|
4845
5007
|
</div>
|
|
4846
5008
|
|
|
4847
5009
|
</h4>
|
|
@@ -4991,7 +5153,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
4991
5153
|
|
|
4992
5154
|
<div class="container-source members">
|
|
4993
5155
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
4994
|
-
<code><a href="situm.js.html#
|
|
5156
|
+
<code><a href="situm.js.html#line444">line 444</a></code>
|
|
4995
5157
|
</div>
|
|
4996
5158
|
|
|
4997
5159
|
</h4>
|
|
@@ -5195,7 +5357,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
5195
5357
|
|
|
5196
5358
|
<div class="container-source members">
|
|
5197
5359
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
5198
|
-
<code><a href="situm.js.html#
|
|
5360
|
+
<code><a href="situm.js.html#line487">line 487</a></code>
|
|
5199
5361
|
</div>
|
|
5200
5362
|
|
|
5201
5363
|
</h4>
|
|
@@ -5380,7 +5542,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
5380
5542
|
|
|
5381
5543
|
<div class="container-source members">
|
|
5382
5544
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
5383
|
-
<code><a href="situm.js.html#
|
|
5545
|
+
<code><a href="situm.js.html#line68">line 68</a></code>
|
|
5384
5546
|
</div>
|
|
5385
5547
|
|
|
5386
5548
|
</h4>
|
|
@@ -5609,7 +5771,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
5609
5771
|
|
|
5610
5772
|
<div class="container-source members">
|
|
5611
5773
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
5612
|
-
<code><a href="situm.js.html#
|
|
5774
|
+
<code><a href="situm.js.html#line124">line 124</a></code>
|
|
5613
5775
|
</div>
|
|
5614
5776
|
|
|
5615
5777
|
</h4>
|
|
@@ -5784,6 +5946,214 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
5784
5946
|
|
|
5785
5947
|
|
|
5786
5948
|
|
|
5949
|
+
|
|
5950
|
+
|
|
5951
|
+
|
|
5952
|
+
|
|
5953
|
+
|
|
5954
|
+
|
|
5955
|
+
|
|
5956
|
+
|
|
5957
|
+
|
|
5958
|
+
|
|
5959
|
+
</dl>
|
|
5960
|
+
|
|
5961
|
+
|
|
5962
|
+
|
|
5963
|
+
|
|
5964
|
+
</dd>
|
|
5965
|
+
|
|
5966
|
+
|
|
5967
|
+
|
|
5968
|
+
|
|
5969
|
+
<dt>
|
|
5970
|
+
|
|
5971
|
+
<h4 class="name" id=".setToken">
|
|
5972
|
+
|
|
5973
|
+
<span class="type-signature"><span class="icon green">static</span> </span>setToken<span class="signature">(base64Token, cb, error)</span><span class="type-signature"> → {boolean}</span>
|
|
5974
|
+
|
|
5975
|
+
|
|
5976
|
+
<div class="container-source members">
|
|
5977
|
+
<code><a href="situm.js.html">situm.js</a></code>,
|
|
5978
|
+
<code><a href="situm.js.html#line97">line 97</a></code>
|
|
5979
|
+
</div>
|
|
5980
|
+
|
|
5981
|
+
</h4>
|
|
5982
|
+
|
|
5983
|
+
|
|
5984
|
+
|
|
5985
|
+
</dt>
|
|
5986
|
+
<dd>
|
|
5987
|
+
|
|
5988
|
+
|
|
5989
|
+
<div class="description">
|
|
5990
|
+
Provides your token to the Situm SDK. Any previously configured credentials will be replaced.
|
|
5991
|
+
</div>
|
|
5992
|
+
|
|
5993
|
+
|
|
5994
|
+
|
|
5995
|
+
|
|
5996
|
+
|
|
5997
|
+
|
|
5998
|
+
|
|
5999
|
+
|
|
6000
|
+
|
|
6001
|
+
<div class="container-params">
|
|
6002
|
+
<h5>Parameters:</h5>
|
|
6003
|
+
|
|
6004
|
+
<table class="params">
|
|
6005
|
+
<thead>
|
|
6006
|
+
<tr>
|
|
6007
|
+
|
|
6008
|
+
<th>Name</th>
|
|
6009
|
+
|
|
6010
|
+
|
|
6011
|
+
<th>Type</th>
|
|
6012
|
+
|
|
6013
|
+
|
|
6014
|
+
|
|
6015
|
+
|
|
6016
|
+
|
|
6017
|
+
<th class="last">Description</th>
|
|
6018
|
+
</tr>
|
|
6019
|
+
</thead>
|
|
6020
|
+
|
|
6021
|
+
<tbody>
|
|
6022
|
+
|
|
6023
|
+
|
|
6024
|
+
<tr>
|
|
6025
|
+
|
|
6026
|
+
<td class="name"><code>base64Token</code></td>
|
|
6027
|
+
|
|
6028
|
+
|
|
6029
|
+
<td class="type">
|
|
6030
|
+
|
|
6031
|
+
|
|
6032
|
+
<span class="param-type">string</span>
|
|
6033
|
+
|
|
6034
|
+
|
|
6035
|
+
|
|
6036
|
+
</td>
|
|
6037
|
+
|
|
6038
|
+
|
|
6039
|
+
|
|
6040
|
+
|
|
6041
|
+
|
|
6042
|
+
<td class="description last">String representing the token used for authentication; must not be {@code null} or empty.
|
|
6043
|
+
The expected format is a base64-encoded JWT with header, payload and signature sections.
|
|
6044
|
+
This token can be retrieved from <a href="https://developers.situm.com/pages/rest/openapi/#tag/jwt/POST/api/v1/auth/access_tokens">a REST endpoint</a>.</td>
|
|
6045
|
+
</tr>
|
|
6046
|
+
|
|
6047
|
+
|
|
6048
|
+
|
|
6049
|
+
<tr>
|
|
6050
|
+
|
|
6051
|
+
<td class="name"><code>cb</code></td>
|
|
6052
|
+
|
|
6053
|
+
|
|
6054
|
+
<td class="type">
|
|
6055
|
+
|
|
6056
|
+
|
|
6057
|
+
<span class="param-type">function</span>
|
|
6058
|
+
|
|
6059
|
+
|
|
6060
|
+
|
|
6061
|
+
</td>
|
|
6062
|
+
|
|
6063
|
+
|
|
6064
|
+
|
|
6065
|
+
|
|
6066
|
+
|
|
6067
|
+
<td class="description last">Cordova native callback to recive data.</td>
|
|
6068
|
+
</tr>
|
|
6069
|
+
|
|
6070
|
+
|
|
6071
|
+
|
|
6072
|
+
<tr>
|
|
6073
|
+
|
|
6074
|
+
<td class="name"><code>error</code></td>
|
|
6075
|
+
|
|
6076
|
+
|
|
6077
|
+
<td class="type">
|
|
6078
|
+
|
|
6079
|
+
|
|
6080
|
+
<span class="param-type">function</span>
|
|
6081
|
+
|
|
6082
|
+
|
|
6083
|
+
|
|
6084
|
+
</td>
|
|
6085
|
+
|
|
6086
|
+
|
|
6087
|
+
|
|
6088
|
+
|
|
6089
|
+
|
|
6090
|
+
<td class="description last">Cordova native callback to recive errors.</td>
|
|
6091
|
+
</tr>
|
|
6092
|
+
|
|
6093
|
+
|
|
6094
|
+
</tbody>
|
|
6095
|
+
</table>
|
|
6096
|
+
|
|
6097
|
+
</div>
|
|
6098
|
+
|
|
6099
|
+
|
|
6100
|
+
|
|
6101
|
+
|
|
6102
|
+
|
|
6103
|
+
|
|
6104
|
+
|
|
6105
|
+
|
|
6106
|
+
|
|
6107
|
+
|
|
6108
|
+
|
|
6109
|
+
|
|
6110
|
+
|
|
6111
|
+
<div class="container-returns">
|
|
6112
|
+
<h5>Returns:</h5>
|
|
6113
|
+
|
|
6114
|
+
|
|
6115
|
+
|
|
6116
|
+
|
|
6117
|
+
|
|
6118
|
+
<span class="param-type">boolean</span>
|
|
6119
|
+
|
|
6120
|
+
|
|
6121
|
+
|
|
6122
|
+
|
|
6123
|
+
|
|
6124
|
+
- success True if operation finished successfully, otherwise false
|
|
6125
|
+
|
|
6126
|
+
|
|
6127
|
+
|
|
6128
|
+
|
|
6129
|
+
|
|
6130
|
+
</div>
|
|
6131
|
+
|
|
6132
|
+
|
|
6133
|
+
|
|
6134
|
+
|
|
6135
|
+
|
|
6136
|
+
<dl class="details">
|
|
6137
|
+
|
|
6138
|
+
|
|
6139
|
+
|
|
6140
|
+
|
|
6141
|
+
|
|
6142
|
+
|
|
6143
|
+
|
|
6144
|
+
|
|
6145
|
+
|
|
6146
|
+
|
|
6147
|
+
|
|
6148
|
+
|
|
6149
|
+
|
|
6150
|
+
|
|
6151
|
+
|
|
6152
|
+
|
|
6153
|
+
|
|
6154
|
+
|
|
6155
|
+
|
|
6156
|
+
|
|
5787
6157
|
|
|
5788
6158
|
|
|
5789
6159
|
|
|
@@ -5813,7 +6183,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
5813
6183
|
|
|
5814
6184
|
<div class="container-source members">
|
|
5815
6185
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
5816
|
-
<code><a href="situm.js.html#
|
|
6186
|
+
<code><a href="situm.js.html#line113">line 113</a></code>
|
|
5817
6187
|
</div>
|
|
5818
6188
|
|
|
5819
6189
|
</h4>
|
|
@@ -6042,7 +6412,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
6042
6412
|
|
|
6043
6413
|
<div class="container-source members">
|
|
6044
6414
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
6045
|
-
<code><a href="situm.js.html#
|
|
6415
|
+
<code><a href="situm.js.html#line151">line 151</a></code>
|
|
6046
6416
|
</div>
|
|
6047
6417
|
|
|
6048
6418
|
</h4>
|
|
@@ -6263,7 +6633,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
6263
6633
|
|
|
6264
6634
|
<div class="container-source members">
|
|
6265
6635
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
6266
|
-
<code><a href="situm.js.html#
|
|
6636
|
+
<code><a href="situm.js.html#line250">line 250</a></code>
|
|
6267
6637
|
</div>
|
|
6268
6638
|
|
|
6269
6639
|
</h4>
|
|
@@ -6446,7 +6816,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
6446
6816
|
|
|
6447
6817
|
<div class="container-source members">
|
|
6448
6818
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
6449
|
-
<code><a href="situm.js.html#
|
|
6819
|
+
<code><a href="situm.js.html#line466">line 466</a></code>
|
|
6450
6820
|
</div>
|
|
6451
6821
|
|
|
6452
6822
|
</h4>
|
|
@@ -6652,7 +7022,7 @@ Shortcut for configureUserHelper with <code>{enabled: true}</code>.
|
|
|
6652
7022
|
|
|
6653
7023
|
<div class="container-source members">
|
|
6654
7024
|
<code><a href="situm.js.html">situm.js</a></code>,
|
|
6655
|
-
<code><a href="situm.js.html#
|
|
7025
|
+
<code><a href="situm.js.html#line455">line 455</a></code>
|
|
6656
7026
|
</div>
|
|
6657
7027
|
|
|
6658
7028
|
</h4>
|