mapping-component-package-jp 0.2.16 → 0.2.18

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
@@ -258,7 +258,7 @@ declare class MapOverlayManager {
258
258
  CircleSegment_Edit(ShapeId: string | number, isMobile: boolean): void;
259
259
 
260
260
  // Field Management
261
- DrawField_DrawLocation(locationsJson: string, selectedFarmIdentifier: string, locationId: any, shapeConfig: any): void;
261
+ DrawField_DrawLocation(locationsJson: string, selectedFarmIdentifier: string, locationId: any, shapeConfig: any, shouldBindEvents: boolean): void;
262
262
  UploadedFields_DrawLocations(locationsJson: string, offsetX: number, offsetY: number): void;
263
263
  UploadedField_GetId(Id: string | number): any;
264
264