mapping-component-package-jp 0.1.19 → 0.1.20

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
@@ -252,6 +252,7 @@ declare class MapOverlayManager {
252
252
 
253
253
  // Field Management
254
254
  DrawField_DrawLocation(locationsJson: string, selectedFarmIdentifier: string, locationId: any, shapeConfig: any): void;
255
+ UploadedFields_DrawLocations(locationsJson: string, offsetX: number, offsetY: number): void;
255
256
  TriggerField_ChangeEvent(): any;
256
257
  DrawField_AttachEvents(eHandlers: any): void;
257
258
  DrawField_DetachEvents(StrokeColor: string, SelectedShapeId: string): void;