mapping-component-package-jp 0.1.16 → 0.1.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
@@ -223,6 +223,9 @@ declare class MapOverlayManager {
223
223
  Shape_Convert(ShapeId: string | number): string;
224
224
  SelectedShape_GetType(ShapeId: string | number, shapeTypes: any): string;
225
225
  SelectedShape_GetByShapeId(ShapeId: string | number): any;
226
+ Shape_CircleFull_Get(isHole: boolean): any;
227
+ Shape_CircleSector_Get(isHole: boolean): any;
228
+ Shape_CircleSegment_Get(isHole: boolean): any;
226
229
 
227
230
  // Rendering Methods
228
231
  RenderFields(locations: any[], properties: any, editMode?: boolean): void;