mapping-component-package-jp 0.0.47 → 0.0.49

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
@@ -261,6 +261,11 @@ declare class MapOverlayManager {
261
261
  NDVI_RemoveOverlay(): void;
262
262
  NDVI_DrawLocation(locationJson: any[], offsetX: number, offsetY: number, vMapWidth: number, showTooltip: boolean): void;
263
263
 
264
+ //Other tiles
265
+ NLC_AddOverlay(tileURL: string, offsetX: number, offsetY: number): void;
266
+ NLC_RemoveOverlay(): void;
267
+
268
+
264
269
  // Cleanup Methods
265
270
  destroy(): void;
266
271
  map_clear(): void;