mapping-component-package-jp 0.0.51 → 0.0.53

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,7 +259,7 @@ declare class MapOverlayManager {
259
259
  onComplete?: Function
260
260
  ): void;
261
261
  NDVI_RemoveOverlay(): void;
262
- NDVI_DrawLocation(locationJson: any[], offsetX: number, offsetY: number, vMapWidth: number, showTooltip: boolean): void;
262
+ NDVI_DrawLocation(locationJson: any[], offsetX: number, offsetY: number, vMapWidth: number, showTooltip: boolean, clickEnabled: boolean): void;
263
263
 
264
264
  //Other tiles
265
265
  NLC_AddOverlay(tileURL: string, isInit: boolean, saBcLat: number, saBcLng: number, offsetX: number, offsetY: number): void;