mapping-component-package-jp 0.0.48 → 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
@@ -262,7 +262,7 @@ declare class MapOverlayManager {
262
262
  NDVI_DrawLocation(locationJson: any[], offsetX: number, offsetY: number, vMapWidth: number, showTooltip: boolean): void;
263
263
 
264
264
  //Other tiles
265
- NLC_AddOverlay(tileURL: string): void;
265
+ NLC_AddOverlay(tileURL: string, offsetX: number, offsetY: number): void;
266
266
  NLC_RemoveOverlay(): void;
267
267
 
268
268