mapping-component-package-jp 0.1.21 → 0.1.24

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
@@ -222,7 +222,7 @@ declare class MapOverlayManager {
222
222
  Shape_DeleteAll(isMobile?: boolean): void;
223
223
  Shape_Convert(ShapeId: string | number): string;
224
224
  SelectedShape_GetType(ShapeId: string | number, shapeTypes: any): string;
225
- SelectedShape_GetByShapeId(ShapeId: string | number): any;
225
+ SelectedShape_GetByShapeId(ShapeId: string | number): any; //not implemented
226
226
  Shape_CircleFull_Get(isHole: boolean): any;
227
227
  Shape_CircleSector_Get(isHole: boolean): any;
228
228
  Shape_CircleSegment_Get(isHole: boolean): any;
@@ -253,6 +253,8 @@ declare class MapOverlayManager {
253
253
  // Field Management
254
254
  DrawField_DrawLocation(locationsJson: string, selectedFarmIdentifier: string, locationId: any, shapeConfig: any): void;
255
255
  UploadedFields_DrawLocations(locationsJson: string, offsetX: number, offsetY: number): void;
256
+ UploadedField_GetId(Id: string | number): any;
257
+
256
258
  TriggerField_ChangeEvent(): any;
257
259
  DrawField_AttachEvents(eHandlers: any): void;
258
260
  DrawField_DetachEvents(StrokeColor: string, SelectedShapeId: string): void;