igniteui-angular-maps 15.0.0 → 16.0.0

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.
@@ -2219,12 +2219,12 @@
2219
2219
  XamGeographicMapView.prototype.ft = function (a) {
2220
2220
  var b = this.fn.gc;
2221
2221
  if (b != 1) {
2222
- a.z();
2223
- a.aa(b, b);
2222
+ a.aa();
2223
+ a.ab(b, b);
2224
2224
  }
2225
- a.k(this.fz.left, this.fz.top, this.fz.width, this.fz.height);
2225
+ a.l(this.fz.left, this.fz.top, this.fz.width, this.fz.height);
2226
2226
  if (b != 1) {
2227
- a.y();
2227
+ a.z();
2228
2228
  }
2229
2229
  };
2230
2230
  XamGeographicMapView.prototype.d1 = function () {
@@ -6849,18 +6849,18 @@
6849
6849
  var c = false;
6850
6850
  if (this.di.d.count > 0) {
6851
6851
  c = true;
6852
- this.k.z();
6853
- this.k.q(this.di);
6854
- var d = this.k.g();
6852
+ this.k.aa();
6853
+ this.k.r(this.di);
6854
+ var d = this.k.h();
6855
6855
  d.clip();
6856
6856
  }
6857
6857
  var e = igniteuiAngularCore.truncate(Math.round(this.bu.left));
6858
6858
  var f = igniteuiAngularCore.truncate(Math.round(this.bu.top));
6859
6859
  var g = igniteuiAngularCore.truncate(Math.round(this.bu.width));
6860
6860
  var h = igniteuiAngularCore.truncate(Math.round(this.bu.height));
6861
- this.k.n(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
6861
+ this.k.o(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
6862
6862
  if (c) {
6863
- this.k.y();
6863
+ this.k.z();
6864
6864
  }
6865
6865
  };
6866
6866
  TileSeriesView.prototype.df = function () {