mapping-component-package-jp 0.1.10 → 0.1.12

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
@@ -248,7 +248,7 @@ declare class MapOverlayManager {
248
248
  CircleSegment_Edit(ShapeId: string | number, isMobile: boolean): void;
249
249
 
250
250
  // Field Management
251
- DrawField_DrawLocation(locationsJson: any[], locationId: any, shapeConfig: any): void;
251
+ DrawField_DrawLocation(locationsJson: string, locationId: any, shapeConfig: any): void;
252
252
  TriggerField_ChangeEvent(): any;
253
253
  DrawField_AttachEvents(eHandlers: any): void;
254
254
  DrawField_DetachEvents(StrokeColor: string, SelectedShapeId: string): void;