mapping-component-package-jp 0.0.4 → 0.0.5
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
|
+
mapListeners_clear(): void;
|
|
262
263
|
}
|
|
263
264
|
|
|
264
265
|
export { type CustomMapOptions, type EnterpriseRegion, type Farm, type Field, type Icon, type MapLocationFeature, MapOverlayManager, type Message, MessageType, type Mode, type Icon$1 as ModeIcon, type Properties$1 as ModeProperties, ModeType, type NDVI, type PolygonOptions, type Properties, type Style, _default as default };
|