becomap 1.7.34 → 1.7.35

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/lib/index.d.ts CHANGED
@@ -1092,25 +1092,7 @@ export interface BCMapView {
1092
1092
  */
1093
1093
  updateFootfallCount(locationId: string, newCount: number): void;
1094
1094
  /**
1095
- * Starts a simulation that randomly updates the footfall count for a specific location.
1096
- * Useful for demonstration purposes before real API integration.
1097
- * @param locationId - The ID of the location to simulate.
1098
- * @param minCount - Minimum count value (defaults to 1).
1099
- * @param maxCount - Maximum count value (defaults to 50).
1100
- * @param intervalMs - Update interval in milliseconds (defaults to 3000).
1101
- */
1102
- startFootfallSimulation(locationId: string, minCount?: number, maxCount?: number, intervalMs?: number): void;
1103
- /**
1104
- * Stops the footfall count simulation for a specific location.
1105
- * @param locationId - The ID of the location to stop simulation for.
1106
- */
1107
- stopFootfallSimulation(locationId: string): void;
1108
- /**
1109
- * Stops all running footfall simulations.
1110
- */
1111
- stopAllFootfallSimulations(): void;
1112
- /**
1113
- * Hides footfall marker(s) from the map and stops any running simulations.
1095
+ * Hides footfall marker(s) from the map.
1114
1096
  * @param locationId - Optional location ID. If provided, hides only that marker. If omitted, hides all markers.
1115
1097
  */
1116
1098
  hideFootfallMarker(locationId?: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "becomap",
3
- "version": "1.7.34",
3
+ "version": "1.7.35",
4
4
  "description": "we lib to display becomap",
5
5
  "main": "lib/becomap.js",
6
6
  "module": "lib/becomap.js",