mapping-component-package-jp 0.0.8 → 0.0.10

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
@@ -259,6 +259,7 @@ declare class MapOverlayManager {
259
259
  // Cleanup Methods
260
260
  destroy(): void;
261
261
  map_clear(): void;
262
+ fmarkers_clear(): void;
262
263
  mapListeners_clear(): void;
263
264
  }
264
265