mapping-component-package-jp 0.1.40 → 0.1.42

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
@@ -288,6 +288,7 @@ declare class MapOverlayManager {
288
288
  // Cleanup Methods
289
289
  destroy(): void;
290
290
  map_clear(): void;
291
+ fpolies_clear(): void;
291
292
  fmarkers_clear(): void;
292
293
  mapListeners_clear(): void;
293
294
  }