@tomtom-org/maps-sdk 0.34.0 → 0.35.0
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.md +24 -0
- package/core/dist/core.es.js +1 -1
- package/core/dist/core.es.js.map +1 -1
- package/core/dist/index.d.ts +9 -1
- package/map/dist/THIRD_PARTY.txt +4 -4
- package/map/dist/index.d.ts +2 -20
- package/map/dist/map.es.js +1 -1
- package/map/dist/map.es.js.map +1 -1
- package/map/package.json +1 -1
- package/package.json +5 -5
- package/services/dist/THIRD_PARTY.txt +1 -1
- package/services/dist/index.d.ts +32 -12
- package/services/dist/services.es.js +1 -1
- package/services/dist/services.es.js.map +1 -1
- package/services/package.json +1 -1
package/map/dist/THIRD_PARTY.txt
CHANGED
|
@@ -63,7 +63,7 @@ terms above.
|
|
|
63
63
|
---
|
|
64
64
|
|
|
65
65
|
Name: @tomtom-org/maps-sdk
|
|
66
|
-
Version: 0.
|
|
66
|
+
Version: 0.35.0
|
|
67
67
|
License: See in LICENSE.txt
|
|
68
68
|
Private: false
|
|
69
69
|
Description: TomTom Maps for JavaScript
|
|
@@ -236,7 +236,7 @@ You may not use the TomTom Maps SDK for JavaScript and may not accept the Agreem
|
|
|
236
236
|
---
|
|
237
237
|
|
|
238
238
|
Name: @turf/helpers
|
|
239
|
-
Version: 7.3.
|
|
239
|
+
Version: 7.3.1
|
|
240
240
|
License: MIT
|
|
241
241
|
Private: false
|
|
242
242
|
Description: Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.
|
|
@@ -275,7 +275,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
275
275
|
---
|
|
276
276
|
|
|
277
277
|
Name: @turf/invariant
|
|
278
|
-
Version: 7.3.
|
|
278
|
+
Version: 7.3.1
|
|
279
279
|
License: MIT
|
|
280
280
|
Private: false
|
|
281
281
|
Description: Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.
|
|
@@ -312,7 +312,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
312
312
|
---
|
|
313
313
|
|
|
314
314
|
Name: @turf/bearing
|
|
315
|
-
Version: 7.3.
|
|
315
|
+
Version: 7.3.1
|
|
316
316
|
License: MIT
|
|
317
317
|
Private: false
|
|
318
318
|
Description: Takes two points and finds the geographic bearing between them.
|
package/map/dist/index.d.ts
CHANGED
|
@@ -668,7 +668,7 @@ export declare class BaseMapModule extends AbstractMapModule<BaseSourceAndLayers
|
|
|
668
668
|
protected _applyConfig(config: BaseMapModuleConfig | undefined): {
|
|
669
669
|
visible?: boolean;
|
|
670
670
|
layerGroupsVisibility?: BaseMapLayerGroupsVisibility;
|
|
671
|
-
};
|
|
671
|
+
} | undefined;
|
|
672
672
|
/**
|
|
673
673
|
* Checks if any base map layers are currently visible.
|
|
674
674
|
*
|
|
@@ -6147,7 +6147,7 @@ export declare class RoutingModule extends AbstractMapModule<RoutingSourcesWithL
|
|
|
6147
6147
|
* await routing.showWaypoints(response.routes[0].legs[0].points);
|
|
6148
6148
|
* ```
|
|
6149
6149
|
*/
|
|
6150
|
-
showRoutes(routes: Routes_2, options?: ShowRoutesOptions): Promise<void>;
|
|
6150
|
+
showRoutes(routes: Route | Routes_2, options?: ShowRoutesOptions): Promise<void>;
|
|
6151
6151
|
/**
|
|
6152
6152
|
* Clears any previously shown routes from the map.
|
|
6153
6153
|
*
|
|
@@ -7283,12 +7283,6 @@ export declare class TomTomMap {
|
|
|
7283
7283
|
* - West/East values range from -180 to 180
|
|
7284
7284
|
* - South/North values range from -90 to 90
|
|
7285
7285
|
*
|
|
7286
|
-
* **Use Cases:**
|
|
7287
|
-
* - Performing spatial queries within the visible area
|
|
7288
|
-
* - Saving and restoring map view state
|
|
7289
|
-
* - Filtering data to display only what's visible
|
|
7290
|
-
* - Analytics and tracking of viewed regions
|
|
7291
|
-
*
|
|
7292
7286
|
* @example
|
|
7293
7287
|
* Get current bounds:
|
|
7294
7288
|
* ```typescript
|
|
@@ -7659,12 +7653,6 @@ export declare type TrafficFlowFilters = {
|
|
|
7659
7653
|
* - Red: Heavy congestion
|
|
7660
7654
|
* - Dark gray: Road closures
|
|
7661
7655
|
*
|
|
7662
|
-
* **Use Cases:**
|
|
7663
|
-
* - Real-time traffic monitoring
|
|
7664
|
-
* - Route planning with current conditions
|
|
7665
|
-
* - Traffic analysis applications
|
|
7666
|
-
* - Navigation systems
|
|
7667
|
-
*
|
|
7668
7656
|
* @example
|
|
7669
7657
|
* Basic usage:
|
|
7670
7658
|
* ```typescript
|
|
@@ -7986,12 +7974,6 @@ export declare type TrafficIncidentsFilters = {
|
|
|
7986
7974
|
* - Traffic jams
|
|
7987
7975
|
* - Broken down vehicles
|
|
7988
7976
|
*
|
|
7989
|
-
* **Use Cases:**
|
|
7990
|
-
* - Real-time incident monitoring
|
|
7991
|
-
* - Route planning around incidents
|
|
7992
|
-
* - Traffic management systems
|
|
7993
|
-
* - Driver alert systems
|
|
7994
|
-
*
|
|
7995
7977
|
* @example
|
|
7996
7978
|
* Basic usage:
|
|
7997
7979
|
* ```typescript
|