@mappedin/mappedin-js 5.52.0 → 5.53.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/lib/esm/get-venue/index.d.ts +7 -0
- package/lib/esm/get-venue/index.js +1 -1
- package/lib/esm/navigator/index.js +1 -1
- package/lib/esm/renderer/{GLTFExporter-TCED5YLG.js → GLTFExporter-HLA3P36Y.js} +1 -1
- package/lib/esm/renderer/{PerformanceController-72JJ2M4J.js → PerformanceController-OF37ZPZS.js} +1 -1
- package/lib/esm/renderer/{browser-T4GX5CT7.js → browser-M235RFM7.js} +1 -1
- package/lib/esm/renderer/{chunk-DCWRUQBL.js → chunk-PJDIVKZH.js} +1 -1
- package/lib/esm/renderer/chunk-WZJ5RIVU.js +1 -0
- package/lib/esm/renderer/index.d.ts +21 -7
- package/lib/esm/renderer/index.js +1 -1
- package/lib/esm/renderer/{outdoor-context-BSDLOTS5.js → outdoor-context-3TSDJ6KB.js} +1 -1
- package/lib/mappedin.js +1 -1
- package/lib/node/index.js +1 -1
- package/package.json +2 -2
- package/lib/esm/renderer/chunk-GSLNUYA6.js +0 -1
|
@@ -675,6 +675,7 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/Mappedin.CustomerAnalyti
|
|
|
675
675
|
testMode?: boolean | string;
|
|
676
676
|
context?: string;
|
|
677
677
|
platformString?: string;
|
|
678
|
+
baseUri?: string;
|
|
678
679
|
};
|
|
679
680
|
interface IAnalytics {
|
|
680
681
|
locationSelected(location: MappedinLocation): void;
|
|
@@ -2076,6 +2077,12 @@ declare module '@mappedin/mappedin-js/lib/esm/get-venue/MappedinNavigatable' {
|
|
|
2076
2077
|
* Apply line-of-sight simplifying to directions. This will attempt to remove unnecessary nodes between turns.
|
|
2077
2078
|
*/
|
|
2078
2079
|
simplify?: TSimplifyDirectionsOptions;
|
|
2080
|
+
/**
|
|
2081
|
+
* When true, merges multi-destination direction segments into a single directions object.
|
|
2082
|
+
* The merged result will have a combined path, summed distance, and concatenated instructions.
|
|
2083
|
+
* Only applies when using MappedinDestinationSet with multiple destinations.
|
|
2084
|
+
*/
|
|
2085
|
+
merge?: boolean;
|
|
2079
2086
|
};
|
|
2080
2087
|
export abstract class MappedinNavigatable {
|
|
2081
2088
|
#private;
|