@arenarium/maps 1.0.209 → 1.0.210
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/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/main.cjs.js +1 -1
- package/dist/main.d.ts +1 -1
- package/dist/main.es.js +113 -113
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -517,7 +517,7 @@ export declare class MapManager {
|
|
|
517
517
|
private markerTooltipProcessor;
|
|
518
518
|
private markerPopupProcessor;
|
|
519
519
|
constructor(apiKey: string, mapProvider: MapProvider, mapConfiguration?: MapConfiguration);
|
|
520
|
-
|
|
520
|
+
setConfiguration(configuration: MapConfiguration | undefined): void;
|
|
521
521
|
updateMarkers(markers: MapMarker[]): Promise<void>;
|
|
522
522
|
removeMarkers(): void;
|
|
523
523
|
showPopup(id: string): void;
|