@artstesh/maps 9.2.0 → 9.2.1
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/fesm2022/maps-components-src-map.mjs +1 -1
- package/dist/fesm2022/maps-components-src-map.mjs.map +1 -1
- package/dist/fesm2022/maps-components.mjs +1 -1
- package/dist/fesm2022/maps-components.mjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/src/map/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1502,7 +1502,7 @@ declare class FilterFeaturesInAreaExecutor extends PostboyExecutor<Feature<Geome
|
|
|
1502
1502
|
*
|
|
1503
1503
|
* @return {number} - the spherical area (in square meters)
|
|
1504
1504
|
*/
|
|
1505
|
-
declare class CalculateAreaExecutor extends PostboyExecutor<
|
|
1505
|
+
declare class CalculateAreaExecutor extends PostboyExecutor<number> {
|
|
1506
1506
|
polygon: PolygonModel;
|
|
1507
1507
|
static readonly ID = "82347b8c-7635-45ec-85ef-75aaf43bc34c";
|
|
1508
1508
|
constructor(polygon: PolygonModel);
|
package/dist/src/map/index.d.ts
CHANGED
|
@@ -1502,7 +1502,7 @@ declare class FilterFeaturesInAreaExecutor extends PostboyExecutor<Feature<Geome
|
|
|
1502
1502
|
*
|
|
1503
1503
|
* @return {number} - the spherical area (in square meters)
|
|
1504
1504
|
*/
|
|
1505
|
-
declare class CalculateAreaExecutor extends PostboyExecutor<
|
|
1505
|
+
declare class CalculateAreaExecutor extends PostboyExecutor<number> {
|
|
1506
1506
|
polygon: PolygonModel;
|
|
1507
1507
|
static readonly ID = "82347b8c-7635-45ec-85ef-75aaf43bc34c";
|
|
1508
1508
|
constructor(polygon: PolygonModel);
|