@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 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
- set configuration(configuration: MapConfiguration | undefined);
520
+ setConfiguration(configuration: MapConfiguration | undefined): void;
521
521
  updateMarkers(markers: MapMarker[]): Promise<void>;
522
522
  removeMarkers(): void;
523
523
  showPopup(id: string): void;