mapping-component-package-jp 0.0.19 → 0.0.21

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
@@ -219,6 +219,7 @@ declare class MapOverlayManager {
219
219
  RenderRegionFarms(locationsJson: any, icon: any, fitBounds: boolean): void;
220
220
  RenderRegions(regionLocations: any[], properties: any, farmLocations: any[], icon: any): void;
221
221
  RenderBackgroundFields(locations: any[], properties: any): void;
222
+ RenderSAAdministrative = function (saAdministrativeJson: any[], selectedSAProvince: number, selectedSADM: number, selectedSALM: number, selectedSAWard: number, offsetX: number, offsetY: number, vMapWidth: number, isDashboard: boolean);
222
223
 
223
224
  // Shape Selection and Management
224
225
  selectShape(shapeId: string | number, selectedStyle: any, unselectedStyle: any): void;