@artstesh/maps 1.1.19 → 1.1.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.
@@ -1189,6 +1189,19 @@
1189
1189
  }(postboy.PostboyCallbackMessage));
1190
1190
  GetFeaturesInPointQuery.ID = '99bbc56f-34a2-4064-8300-13bb3d0662c1';
1191
1191
 
1192
+ var FitToFeaturesCommand = /** @class */ (function (_super) {
1193
+ __extends(FitToFeaturesCommand, _super);
1194
+ function FitToFeaturesCommand(features, zoomAfter) {
1195
+ if (zoomAfter === void 0) { zoomAfter = 0; }
1196
+ var _this = _super.call(this) || this;
1197
+ _this.features = features;
1198
+ _this.zoomAfter = zoomAfter;
1199
+ return _this;
1200
+ }
1201
+ return FitToFeaturesCommand;
1202
+ }(postboy.PostboyGenericMessage));
1203
+ FitToFeaturesCommand.ID = '04d67609-0b4c-4f52-aa53-ad0a3db967dc';
1204
+
1192
1205
  var AddLayerCommand = /** @class */ (function (_super) {
1193
1206
  __extends(AddLayerCommand, _super);
1194
1207
  function AddLayerCommand(layer) {
@@ -1245,19 +1258,6 @@
1245
1258
  }(postboy.PostboyGenericMessage));
1246
1259
  RemoveTileCommand.ID = 'dab0f861-bb25-46da-9388-717bfaae798f';
1247
1260
 
1248
- var FitToFeaturesCommand = /** @class */ (function (_super) {
1249
- __extends(FitToFeaturesCommand, _super);
1250
- function FitToFeaturesCommand(features, zoomAfter) {
1251
- if (zoomAfter === void 0) { zoomAfter = 0; }
1252
- var _this = _super.call(this) || this;
1253
- _this.features = features;
1254
- _this.zoomAfter = zoomAfter;
1255
- return _this;
1256
- }
1257
- return FitToFeaturesCommand;
1258
- }(postboy.PostboyGenericMessage));
1259
- FitToFeaturesCommand.ID = '04d67609-0b4c-4f52-aa53-ad0a3db967dc';
1260
-
1261
1261
  var GetLayerQuery = /** @class */ (function (_super) {
1262
1262
  __extends(GetLayerQuery, _super);
1263
1263
  function GetLayerQuery(name) {
@@ -3542,6 +3542,7 @@
3542
3542
  exports.FeatureLayerSettings = FeatureLayerSettings;
3543
3543
  exports.FilterFeaturesInAreaExecutor = FilterFeaturesInAreaExecutor;
3544
3544
  exports.FilterFeaturesInPointExecutor = FilterFeaturesInPointExecutor;
3545
+ exports.FitToFeaturesCommand = FitToFeaturesCommand;
3545
3546
  exports.FitToPolygonsCommand = FitToPolygonsCommand;
3546
3547
  exports.GetFeaturesInAreaQuery = GetFeaturesInAreaQuery;
3547
3548
  exports.GetFeaturesInPointQuery = GetFeaturesInPointQuery;