mapping-component-package-jp 0.1.46 → 0.1.48

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
@@ -207,6 +207,7 @@ declare class MapOverlayManager {
207
207
  center_get(): any;
208
208
  zoom_get(): number;
209
209
  fpolies_get(): any;
210
+ fmarkers_get(): any;
210
211
  locPolygons_get(): any;
211
212
  overlayMapTypes_get(): any;
212
213