@earthview/core 0.2.5 → 0.2.7

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
@@ -665,6 +665,8 @@ export declare class MarkerLayer extends BaseLayer {
665
665
  removeMarker(id: string): void;
666
666
  updateMarker(id: string, data: Partial<MarkerLayerData>): Promise<void>;
667
667
  private showPopup;
668
+ private updatePopupPosition;
669
+ private escapeHtml;
668
670
  private hidePopup;
669
671
  clearAllMarkers(): void;
670
672
  getAllMarkers(): MarkerLayerData[];
@@ -672,7 +674,6 @@ export declare class MarkerLayer extends BaseLayer {
672
674
  updateData(data: {
673
675
  markers: MarkerLayerData[];
674
676
  }): void;
675
- private updatePopupPosition;
676
677
  destroy(): void;
677
678
  }
678
679