igniteui-angular-maps 13.0.0 → 13.1.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.
Files changed (188) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +2314 -1859
  2. package/bundles/igniteui-angular-maps.umd.js.map +1 -1
  3. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  4. package/bundles/igniteui-angular-maps.umd.min.js.map +1 -1
  5. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +60 -39
  6. package/esm2015/lib/GeographicContourLineSeriesView_combined.js.map +1 -1
  7. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +111 -93
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js.map +1 -1
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +239 -147
  10. package/esm2015/lib/GeographicMapSeriesHost_combined.js.map +1 -1
  11. package/esm2015/lib/GeographicMarkerSeries.js +90 -0
  12. package/esm2015/lib/GeographicMarkerSeries.js.map +1 -0
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +18 -0
  14. package/esm2015/lib/GeographicMarkerSeriesBase.js.map +1 -0
  15. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +32 -22
  16. package/esm2015/lib/GeographicPolylineSeriesView_combined.js.map +1 -1
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +3 -3
  18. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js.map +1 -1
  19. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  20. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js.map +1 -1
  21. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +129 -159
  22. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js.map +1 -1
  23. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  24. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +72 -92
  25. package/esm2015/lib/GeographicShapeSeriesBase_combined.js.map +1 -1
  26. package/esm2015/lib/GeographicShapeSeriesView_combined.js +99 -66
  27. package/esm2015/lib/GeographicShapeSeriesView_combined.js.map +1 -1
  28. package/esm2015/lib/GeographicSymbolSeriesBase.js +3 -3
  29. package/esm2015/lib/GeographicSymbolSeriesBase.js.map +1 -1
  30. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -2
  31. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +82 -112
  32. package/esm2015/lib/GeographicSymbolSeriesView_combined.js.map +1 -1
  33. package/esm2015/lib/GeographicTileSeries.js +30 -27
  34. package/esm2015/lib/GeographicTileSeries.js.map +1 -1
  35. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  36. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  37. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  38. package/esm2015/lib/TileSeries_combined.js +106 -89
  39. package/esm2015/lib/TileSeries_combined.js.map +1 -1
  40. package/esm2015/lib/XamGeographicMap_combined.js +540 -527
  41. package/esm2015/lib/XamGeographicMap_combined.js.map +1 -1
  42. package/esm2015/lib/igx-geographic-contour-line-series-component.js +52 -17
  43. package/esm2015/lib/igx-geographic-contour-line-series-component.js.map +1 -1
  44. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +28 -22
  45. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js.map +1 -1
  46. package/esm2015/lib/igx-geographic-map-component.js +62 -50
  47. package/esm2015/lib/igx-geographic-map-component.js.map +1 -1
  48. package/esm2015/lib/igx-geographic-map-series-host-component.js +30 -20
  49. package/esm2015/lib/igx-geographic-map-series-host-component.js.map +1 -1
  50. package/esm2015/lib/igx-geographic-marker-series-base-component.js +26 -0
  51. package/esm2015/lib/igx-geographic-marker-series-base-component.js.map +1 -0
  52. package/esm2015/lib/igx-geographic-marker-series-component.js +157 -0
  53. package/esm2015/lib/igx-geographic-marker-series-component.js.map +1 -0
  54. package/esm2015/lib/igx-geographic-polyline-series-component.js +16 -10
  55. package/esm2015/lib/igx-geographic-polyline-series-component.js.map +1 -1
  56. package/esm2015/lib/igx-geographic-proportional-symbol-series-base-component.js +2 -2
  57. package/esm2015/lib/igx-geographic-proportional-symbol-series-base-component.js.map +1 -1
  58. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +53 -140
  59. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js.map +1 -1
  60. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +52 -10
  61. package/esm2015/lib/igx-geographic-scatter-area-series-component.js.map +1 -1
  62. package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
  63. package/esm2015/lib/igx-geographic-shape-series-component.js +67 -28
  64. package/esm2015/lib/igx-geographic-shape-series-component.js.map +1 -1
  65. package/esm2015/lib/igx-geographic-symbol-series-base-component.js +2 -2
  66. package/esm2015/lib/igx-geographic-symbol-series-base-component.js.map +1 -1
  67. package/esm2015/lib/igx-geographic-symbol-series-component.js +25 -112
  68. package/esm2015/lib/igx-geographic-symbol-series-component.js.map +1 -1
  69. package/esm2015/lib/igx-geographic-tile-series-component.js +10 -4
  70. package/esm2015/lib/igx-geographic-tile-series-component.js.map +1 -1
  71. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  72. package/esm2015/lib/igx-tile-series-component.js +9 -3
  73. package/esm2015/lib/igx-tile-series-component.js.map +1 -1
  74. package/esm2015/public_api.js +4 -0
  75. package/esm2015/public_api.js.map +1 -1
  76. package/esm5/lib/GeographicContourLineSeriesView_combined.js +60 -39
  77. package/esm5/lib/GeographicContourLineSeriesView_combined.js.map +1 -1
  78. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +110 -92
  79. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js.map +1 -1
  80. package/esm5/lib/GeographicMapSeriesHost_combined.js +237 -145
  81. package/esm5/lib/GeographicMapSeriesHost_combined.js.map +1 -1
  82. package/esm5/lib/GeographicMarkerSeries.js +92 -0
  83. package/esm5/lib/GeographicMarkerSeries.js.map +1 -0
  84. package/esm5/lib/GeographicMarkerSeriesBase.js +22 -0
  85. package/esm5/lib/GeographicMarkerSeriesBase.js.map +1 -0
  86. package/esm5/lib/GeographicPolylineSeriesView_combined.js +32 -22
  87. package/esm5/lib/GeographicPolylineSeriesView_combined.js.map +1 -1
  88. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +3 -3
  89. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js.map +1 -1
  90. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -2
  91. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js.map +1 -1
  92. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +129 -159
  93. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js.map +1 -1
  94. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +2 -2
  95. package/esm5/lib/GeographicShapeSeriesBase_combined.js +70 -90
  96. package/esm5/lib/GeographicShapeSeriesBase_combined.js.map +1 -1
  97. package/esm5/lib/GeographicShapeSeriesView_combined.js +99 -66
  98. package/esm5/lib/GeographicShapeSeriesView_combined.js.map +1 -1
  99. package/esm5/lib/GeographicSymbolSeriesBase.js +3 -3
  100. package/esm5/lib/GeographicSymbolSeriesBase.js.map +1 -1
  101. package/esm5/lib/GeographicSymbolSeriesBaseView.js +2 -2
  102. package/esm5/lib/GeographicSymbolSeriesView_combined.js +82 -112
  103. package/esm5/lib/GeographicSymbolSeriesView_combined.js.map +1 -1
  104. package/esm5/lib/GeographicTileSeries.js +29 -26
  105. package/esm5/lib/GeographicTileSeries.js.map +1 -1
  106. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -2
  107. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  108. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  109. package/esm5/lib/TileSeries_combined.js +104 -87
  110. package/esm5/lib/TileSeries_combined.js.map +1 -1
  111. package/esm5/lib/XamGeographicMap_combined.js +553 -524
  112. package/esm5/lib/XamGeographicMap_combined.js.map +1 -1
  113. package/esm5/lib/igx-geographic-contour-line-series-component.js +60 -17
  114. package/esm5/lib/igx-geographic-contour-line-series-component.js.map +1 -1
  115. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +32 -22
  116. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js.map +1 -1
  117. package/esm5/lib/igx-geographic-map-component.js +62 -50
  118. package/esm5/lib/igx-geographic-map-component.js.map +1 -1
  119. package/esm5/lib/igx-geographic-map-series-host-component.js +30 -20
  120. package/esm5/lib/igx-geographic-map-series-host-component.js.map +1 -1
  121. package/esm5/lib/igx-geographic-marker-series-base-component.js +31 -0
  122. package/esm5/lib/igx-geographic-marker-series-base-component.js.map +1 -0
  123. package/esm5/lib/igx-geographic-marker-series-component.js +206 -0
  124. package/esm5/lib/igx-geographic-marker-series-component.js.map +1 -0
  125. package/esm5/lib/igx-geographic-polyline-series-component.js +20 -10
  126. package/esm5/lib/igx-geographic-polyline-series-component.js.map +1 -1
  127. package/esm5/lib/igx-geographic-proportional-symbol-series-base-component.js +2 -2
  128. package/esm5/lib/igx-geographic-proportional-symbol-series-base-component.js.map +1 -1
  129. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +54 -169
  130. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js.map +1 -1
  131. package/esm5/lib/igx-geographic-scatter-area-series-component.js +60 -10
  132. package/esm5/lib/igx-geographic-scatter-area-series-component.js.map +1 -1
  133. package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
  134. package/esm5/lib/igx-geographic-shape-series-component.js +83 -28
  135. package/esm5/lib/igx-geographic-shape-series-component.js.map +1 -1
  136. package/esm5/lib/igx-geographic-symbol-series-base-component.js +2 -2
  137. package/esm5/lib/igx-geographic-symbol-series-base-component.js.map +1 -1
  138. package/esm5/lib/igx-geographic-symbol-series-component.js +26 -141
  139. package/esm5/lib/igx-geographic-symbol-series-component.js.map +1 -1
  140. package/esm5/lib/igx-geographic-tile-series-component.js +14 -4
  141. package/esm5/lib/igx-geographic-tile-series-component.js.map +1 -1
  142. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  143. package/esm5/lib/igx-tile-series-component.js +13 -3
  144. package/esm5/lib/igx-tile-series-component.js.map +1 -1
  145. package/esm5/public_api.js +4 -0
  146. package/esm5/public_api.js.map +1 -1
  147. package/fesm2015/igniteui-angular-maps.js +2191 -1800
  148. package/fesm2015/igniteui-angular-maps.js.map +1 -1
  149. package/fesm5/igniteui-angular-maps.js +2313 -1862
  150. package/fesm5/igniteui-angular-maps.js.map +1 -1
  151. package/lib/GeographicContourLineSeriesView_combined.d.ts +22 -17
  152. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +39 -37
  153. package/lib/GeographicMapSeriesHost_combined.d.ts +61 -49
  154. package/lib/GeographicMarkerSeries.d.ts +32 -0
  155. package/lib/GeographicMarkerSeriesBase.d.ts +10 -0
  156. package/lib/GeographicPolylineSeriesView_combined.d.ts +16 -14
  157. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +3 -3
  158. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +3 -3
  159. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +50 -63
  160. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +1 -1
  162. package/lib/GeographicShapeSeriesBase_combined.d.ts +30 -33
  163. package/lib/GeographicShapeSeriesView_combined.d.ts +42 -32
  164. package/lib/GeographicSymbolSeriesBase.d.ts +3 -3
  165. package/lib/GeographicSymbolSeriesBaseView.d.ts +3 -3
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +37 -50
  167. package/lib/GeographicTileSeries.d.ts +10 -9
  168. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +1 -1
  170. package/lib/TileSeries_combined.d.ts +25 -22
  171. package/lib/XamGeographicMap_combined.d.ts +133 -135
  172. package/lib/igx-geographic-contour-line-series-component.d.ts +11 -1
  173. package/lib/igx-geographic-high-density-scatter-series-component.d.ts +5 -0
  174. package/lib/igx-geographic-map-component.d.ts +12 -0
  175. package/lib/igx-geographic-map-series-host-component.d.ts +8 -0
  176. package/lib/igx-geographic-marker-series-base-component.d.ts +12 -0
  177. package/lib/igx-geographic-marker-series-component.d.ts +82 -0
  178. package/lib/igx-geographic-polyline-series-component.d.ts +5 -0
  179. package/lib/igx-geographic-proportional-symbol-series-base-component.d.ts +2 -2
  180. package/lib/igx-geographic-proportional-symbol-series-component.d.ts +8 -55
  181. package/lib/igx-geographic-scatter-area-series-component.d.ts +16 -1
  182. package/lib/igx-geographic-shape-series-component.d.ts +21 -1
  183. package/lib/igx-geographic-symbol-series-base-component.d.ts +2 -2
  184. package/lib/igx-geographic-symbol-series-component.d.ts +8 -55
  185. package/lib/igx-geographic-tile-series-component.d.ts +5 -0
  186. package/lib/igx-tile-series-component.d.ts +5 -0
  187. package/package.json +2 -2
  188. package/public_api.d.ts +4 -0
@@ -27,9 +27,9 @@ import { RenderingContext } from "igniteui-angular-core";
27
27
  import { ImagesChangedEventArgs } from "./ImagesChangedEventArgs";
28
28
  import { HostSeriesView } from "./HostSeriesView";
29
29
  import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
30
+ import { SeriesView } from "igniteui-angular-charts";
30
31
  import { ScatterAreaSeries } from "igniteui-angular-charts";
31
32
  import { InteractionState } from "igniteui-angular-core";
32
- import { SeriesView } from "igniteui-angular-charts";
33
33
  import { ColorScale } from "igniteui-angular-charts";
34
34
  import { TriangulationStatusEventArgs } from "igniteui-angular-core";
35
35
  /**
@@ -38,111 +38,107 @@ import { TriangulationStatusEventArgs } from "igniteui-angular-core";
38
38
  export declare class XamGeographicMap extends SeriesViewer implements IMapRenderDeferralHandler {
39
39
  static $t: Type;
40
40
  constructor();
41
- private p4;
41
+ private qs;
42
42
  provideContainer(a: any): void;
43
- i7(): void;
44
- dx(): boolean;
45
- dy(): boolean;
46
- px: boolean;
47
- static pp: MapResizeBehavior;
48
- pq: MapResizeBehavior;
49
- pt: boolean;
50
- pu: boolean;
51
- protected po(): MapBackgroundTilingMode;
52
- private pl;
53
- get pn(): MapBackgroundTilingMode;
54
- set pn(a: MapBackgroundTilingMode);
55
- pm: MapBackgroundTilingMode;
56
- static rc: Rect;
57
- p0: number;
58
- pw: boolean;
59
- pv: boolean;
60
- rs: Rect;
61
- private rb;
62
- get rg(): Rect;
63
- set rg(a: Rect);
64
- rk(): Rect;
65
- private qm;
66
- private rq;
43
+ jn(): void;
44
+ d4(): boolean;
45
+ d5(): boolean;
46
+ ql: boolean;
47
+ static qd: MapResizeBehavior;
48
+ qe: MapResizeBehavior;
49
+ qh: boolean;
50
+ qi: boolean;
51
+ protected qc(): MapBackgroundTilingMode;
52
+ private p9;
53
+ get qb(): MapBackgroundTilingMode;
54
+ set qb(a: MapBackgroundTilingMode);
55
+ qa: MapBackgroundTilingMode;
56
+ static r0: Rect;
57
+ qo: number;
58
+ qk: boolean;
59
+ qj: boolean;
60
+ sg: Rect;
61
+ private rz;
62
+ get r4(): Rect;
63
+ set r4(a: Rect);
64
+ r8(): Rect;
65
+ private ra;
66
+ private se;
67
67
  get backgroundContent(): GeographicMapImagery;
68
68
  set backgroundContent(a: GeographicMapImagery);
69
- private pi;
70
- get pf(): NumericXAxis;
71
- set pf(a: NumericXAxis);
72
- private pe;
73
- get ph(): NumericYAxis;
74
- set ph(a: NumericYAxis);
75
- private pg;
76
- pk: GeographicMapImagery;
77
- private static rf;
69
+ private p6;
70
+ get p3(): NumericXAxis;
71
+ set p3(a: NumericXAxis);
72
+ private p2;
73
+ get p5(): NumericYAxis;
74
+ set p5(a: NumericYAxis);
75
+ private p4;
76
+ p8: GeographicMapImagery;
77
+ private static r3;
78
78
  getZoomRectFromGeoRect(a: Rect): Rect;
79
- qw(a: Rect): void;
80
- qv(a: Rect): void;
79
+ rk(a: Rect): void;
80
+ rj(a: Rect): void;
81
81
  getZoomFromGeographicRect(a: Rect): Rect;
82
- rh(a: Rect, b: number): Rect;
83
- private ri;
82
+ r5(a: Rect, b: number): Rect;
83
+ private r6;
84
84
  getZoomFromGeographicPoints(a: Point, b: Point): Rect;
85
- rm(a: Rect): Rect;
86
- q8(a: Point): Point;
87
- q9(a: Point): Point;
88
- ra(a: Point): Point;
89
- qj(): void;
90
- qp(a: Brush): void;
91
- oa(a: number): Brush;
92
- ob(a: number): Brush;
93
- eg(): boolean;
94
- qr(): void;
95
- protected q7: Point;
96
- protected qu(): void;
97
- protected qq(): void;
98
- protected get_dq(): boolean;
99
- protected re: Rect;
100
- protected ot(): Rect;
101
- ik(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
102
- o3(): Rect;
103
- private rj;
104
- protected ou(a: Rect): Rect;
105
- rl(a: Rect): Rect;
106
- protected b7(): SeriesViewerView;
107
- n6(a: number): Brush;
108
- oc(a: number): Brush;
109
- private ql;
110
- protected kp(a: SeriesViewerView): void;
111
- k0(a: Rect, b: Rect): void;
112
- p2: number;
113
- private pz;
114
- get p1(): number;
115
- set p1(a: number);
116
- fe(): number;
117
- ff(): number;
118
- protected lz(): void;
119
- ea(): boolean;
120
- bs(): ZoomCoercionMode;
121
- protected k1(a: any, b: string, c: any, d: any): void;
122
- imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
85
+ sa(a: Rect): Rect;
86
+ rw(a: Point): Point;
87
+ rx(a: Point): Point;
88
+ ry(a: Point): Point;
89
+ q7(): void;
90
+ rd(a: Brush): void;
91
+ ep(): boolean;
92
+ rf(): void;
93
+ protected rv: Point;
94
+ protected ri(): void;
95
+ protected re(): void;
96
+ protected get_dx(): boolean;
97
+ protected r2: Rect;
98
+ protected ph(): Rect;
99
+ i1(a: Rect, b: ScalerParams): Tuple$2<boolean, number>;
100
+ pr(): Rect;
101
+ private r7;
102
+ protected pi(a: Rect): Rect;
103
+ r9(a: Rect): Rect;
104
+ protected ce(): SeriesViewerView;
105
+ private q9;
106
+ protected k5(a: SeriesViewerView): void;
107
+ lg(a: Rect, b: Rect): void;
108
+ qq: number;
123
109
  private qn;
124
- private qs;
125
- private qt;
126
- pr: XamGeographicMapView;
127
- private ps;
110
+ get qp(): number;
111
+ set qp(a: number);
112
+ fn(): number;
113
+ fo(): number;
114
+ protected mf(): void;
115
+ ei(): boolean;
116
+ bz(): ZoomCoercionMode;
117
+ protected lh(a: any, b: string, c: any, d: any): void;
118
+ imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void;
119
+ private rb;
120
+ private rg;
121
+ private rh;
122
+ qf: XamGeographicMapView;
123
+ private qg;
128
124
  getFontInfo(): FontInfo;
129
- n5(): Brush;
125
+ os(): Brush;
130
126
  getFontBrush(): Brush;
131
- protected ls(a: Series, b: any): void;
127
+ protected l8(a: Series, b: any): void;
132
128
  register(a: DependencyObject, b: (arg1: boolean) => void): void;
133
129
  unRegister(a: DependencyObject): void;
134
130
  deferredRefresh(): void;
135
131
  deferAction(a: () => void): void;
136
- qk(a: boolean): void;
137
- p5(): any;
138
- oz(a: Rect, b: Rect, c: Rect): Rect;
139
- qo(): void;
140
- private rd;
141
- protected get rr(): Rect;
142
- protected set rr(a: Rect);
143
- qy(a: Rect): void;
144
- private qx;
145
- get py(): boolean;
132
+ q8(a: boolean): void;
133
+ qt(): any;
134
+ pn(a: Rect, b: Rect, c: Rect): Rect;
135
+ rc(): void;
136
+ private r1;
137
+ protected get sf(): Rect;
138
+ protected set sf(a: Rect);
139
+ rm(a: Rect): void;
140
+ private rl;
141
+ get qm(): boolean;
146
142
  static $$p: string[];
147
143
  }
148
144
  /**
@@ -215,15 +211,15 @@ export declare class GeographicMapImageryView extends Base {
215
211
  export declare class GeographicXYTriangulatingSeriesView extends HostSeriesView {
216
212
  static $t: Type;
217
213
  constructor(a: GeographicXYTriangulatingSeries);
218
- protected b3: GeographicXYTriangulatingSeries;
219
- by(): void;
220
- b6(): void;
221
- b5(): void;
222
- b4(): void;
223
- b7(): void;
224
- b8(): void;
225
- b9(): void;
226
- ca(): void;
214
+ protected ce: GeographicXYTriangulatingSeries;
215
+ b2(): void;
216
+ ch(): void;
217
+ cg(): void;
218
+ cf(): void;
219
+ ci(): void;
220
+ cj(): void;
221
+ ck(): void;
222
+ cl(): void;
227
223
  }
228
224
  /**
229
225
  * @hidden
@@ -231,10 +227,11 @@ export declare class GeographicXYTriangulatingSeriesView extends HostSeriesView
231
227
  export declare class GeographicScatterAreaSeriesView extends GeographicXYTriangulatingSeriesView {
232
228
  static $t: Type;
233
229
  constructor(a: GeographicScatterAreaSeries);
234
- private cb;
235
- by(): void;
236
- cc(): void;
237
- cd(): void;
230
+ private cm;
231
+ as(): void;
232
+ b2(): void;
233
+ cn(): void;
234
+ co(): void;
238
235
  }
239
236
  /**
240
237
  * @hidden
@@ -247,14 +244,10 @@ export declare class XamGeographicMapView extends SeriesViewerView {
247
244
  protected fi: XamGeographicMap;
248
245
  protected get_ap(): boolean;
249
246
  d1(): void;
250
- fu(a: number): Brush;
251
- fv(a: number): Brush;
252
- ft(a: number): Brush;
253
- fw(a: number): Brush;
254
247
  dr(a: RenderingContext): void;
255
- protected fy: Rect;
248
+ protected fu: Rect;
256
249
  protected ds(a: Rect): void;
257
- fx(): Rect;
250
+ ft(): Rect;
258
251
  fn(): void;
259
252
  fs: Brush;
260
253
  fr: Brush;
@@ -285,16 +278,16 @@ export declare class OpenStreetMapImagery extends GeographicMapImagery {
285
278
  */
286
279
  export declare abstract class GeographicXYTriangulatingSeries extends GeographicMapSeriesHost {
287
280
  static $t: Type;
288
- protected bp(): SeriesView;
289
- kk(a: SeriesView): void;
290
- oj: GeographicXYTriangulatingSeriesView;
291
- on: string;
292
- ol: string;
293
- ok: IEnumerable;
294
- oq: string;
295
- os: string;
296
- ou: string;
297
- protected kp(a: any, b: string, c: any, d: any): void;
281
+ protected bu(): SeriesView;
282
+ lh(a: SeriesView): void;
283
+ ps: GeographicXYTriangulatingSeriesView;
284
+ pw: string;
285
+ pu: string;
286
+ pt: IEnumerable;
287
+ pz: string;
288
+ p1: string;
289
+ p3: string;
290
+ protected lm(a: any, b: string, c: any, d: any): void;
298
291
  static $$p: string[];
299
292
  }
300
293
  /**
@@ -302,20 +295,25 @@ export declare abstract class GeographicXYTriangulatingSeries extends Geographic
302
295
  */
303
296
  export declare class GeographicScatterAreaSeries extends GeographicXYTriangulatingSeries {
304
297
  static $t: Type;
298
+ protected get_c7(): boolean;
305
299
  constructor();
306
- o7: string;
307
- private o2;
308
- get o3(): ColorScale;
309
- set o3(a: ColorScale);
310
- o4: ScatterAreaSeries;
311
- protected oa(): Series;
312
- private pa;
313
- protected bp(): SeriesView;
314
- kk(a: SeriesView): void;
315
- o6: GeographicScatterAreaSeriesView;
316
- protected kp(a: any, b: string, c: any, d: any): void;
300
+ qi: string;
301
+ private qb;
302
+ get qd(): ColorScale;
303
+ set qd(a: ColorScale);
304
+ private ql;
305
+ qn(): void;
306
+ qc: ColorScale;
307
+ protected md(): void;
308
+ qe: ScatterAreaSeries;
309
+ protected pj(): Series;
310
+ private qm;
311
+ protected bu(): SeriesView;
312
+ lh(a: SeriesView): void;
313
+ qg: GeographicScatterAreaSeriesView;
314
+ protected lm(a: any, b: string, c: any, d: any): void;
317
315
  triangulationStatusChanged: (sender: any, args: TriangulationStatusEventArgs) => void;
318
- protected get_d6(): boolean;
319
- protected set_d6(a: boolean): void;
316
+ protected get_ex(): boolean;
317
+ protected set_ex(a: boolean): void;
320
318
  static $$p: string[];
321
319
  }
@@ -15,6 +15,11 @@ export declare class IgxGeographicContourLineSeriesComponent extends IgxGeograph
15
15
  */
16
16
  get i(): GeographicContourLineSeries;
17
17
  constructor();
18
+ /**
19
+ * Gets whether the current series shows a line contour shape.
20
+ */
21
+ get isLineContour(): boolean;
22
+ static ngAcceptInputType_isLineContour: boolean | string;
18
23
  /**
19
24
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
20
25
  */
@@ -25,6 +30,11 @@ export declare class IgxGeographicContourLineSeriesComponent extends IgxGeograph
25
30
  */
26
31
  get fillScale(): IgxValueBrushScaleComponent;
27
32
  set fillScale(v: IgxValueBrushScaleComponent);
33
+ /**
34
+ * Gets actual fill scale that is set on the FillScale property or default FillScale
35
+ */
36
+ get actualFillScale(): IgxValueBrushScaleComponent;
37
+ set actualFillScale(v: IgxValueBrushScaleComponent);
28
38
  /**
29
39
  * The ContourValueResolver used to determine the numeric values of contours.
30
40
  */
@@ -41,5 +51,5 @@ export declare class IgxGeographicContourLineSeriesComponent extends IgxGeograph
41
51
  args: IgxTriangulationStatusEventArgs;
42
52
  }>;
43
53
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxGeographicContourLineSeriesComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxGeographicContourLineSeriesComponent, "igx-geographic-contour-line-series", never, { "valueMemberPath": "valueMemberPath"; "fillScale": "fillScale"; "valueResolver": "valueResolver"; }, { "triangulationStatusChanged": "triangulationStatusChanged"; }, never, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxGeographicContourLineSeriesComponent, "igx-geographic-contour-line-series", never, { "valueMemberPath": "valueMemberPath"; "fillScale": "fillScale"; "actualFillScale": "actualFillScale"; "valueResolver": "valueResolver"; }, { "triangulationStatusChanged": "triangulationStatusChanged"; }, never, never>;
45
55
  }
@@ -14,6 +14,11 @@ export declare class IgxGeographicHighDensityScatterSeriesComponent extends IgxG
14
14
  */
15
15
  get i(): GeographicHighDensityScatterSeries;
16
16
  constructor();
17
+ /**
18
+ * Gets whether the current series shows pixels.
19
+ */
20
+ get isPixel(): boolean;
21
+ static ngAcceptInputType_isPixel: boolean | string;
17
22
  /**
18
23
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
19
24
  */
@@ -157,6 +157,10 @@ export declare class IgxGeographicMapComponent extends IgxSeriesViewerComponent
157
157
  static ngAcceptInputType_zoomIsReady: boolean | string;
158
158
  findByName(name: string): any;
159
159
  protected _styling(container: any, component: any, parent?: any): void;
160
+ /**
161
+ * Gets current world rect in geographic coordinates
162
+
163
+ */
160
164
  getCurrentActualWorldRect(): IgRect;
161
165
  /**
162
166
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -164,7 +168,15 @@ export declare class IgxGeographicMapComponent extends IgxSeriesViewerComponent
164
168
  * @param geographic * The geographic area.
165
169
  */
166
170
  getZoomRectFromGeoRect(geographic: IgRect): IgRect;
171
+ /**
172
+ * Updates zoom window using window coordinates
173
+
174
+ */
167
175
  updateZoomWindow(zoomWindow: IgRect): void;
176
+ /**
177
+ * Updates world rect in geographic coordinates
178
+
179
+ */
168
180
  updateWorldRect(worldRect: IgRect): void;
169
181
  /**
170
182
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -17,6 +17,9 @@ export declare abstract class IgxGeographicMapSeriesHostComponent extends IgxSer
17
17
  */
18
18
  get isGeographic(): boolean;
19
19
  static ngAcceptInputType_isGeographic: boolean | string;
20
+ /**
21
+ * Gets whether this series supports markers
22
+ */
20
23
  get hasMarkers(): boolean;
21
24
  static ngAcceptInputType_hasMarkers: boolean | string;
22
25
  /**
@@ -33,6 +36,11 @@ export declare abstract class IgxGeographicMapSeriesHostComponent extends IgxSer
33
36
  */
34
37
  get coercionMethods(): any;
35
38
  set coercionMethods(v: any);
39
+ /**
40
+ * Called to notify about changes to indexed-based properties, e.g. Brushes, Outlines, MarkerBrushes, MarkerOutlines and refresh series
41
+
42
+ */
43
+ notifyIndexedPropertiesChanged(): void;
36
44
  getItemValue(item: any, memberPathName: string): any;
37
45
  /**
38
46
  * Gets the item that is the best match for the specified world coordinates.
@@ -0,0 +1,12 @@
1
+ import { IgxGeographicMarkerSeriesComponent } from "./igx-geographic-marker-series-component";
2
+ import { GeographicMarkerSeriesBase } from "./GeographicMarkerSeriesBase";
3
+ import * as i0 from "@angular/core";
4
+ export declare abstract class IgxGeographicMarkerSeriesBaseComponent extends IgxGeographicMarkerSeriesComponent {
5
+ /**
6
+ * @hidden
7
+ */
8
+ get i(): GeographicMarkerSeriesBase;
9
+ constructor();
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxGeographicMarkerSeriesBaseComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxGeographicMarkerSeriesBaseComponent, "ng-component", never, {}, {}, never, never>;
12
+ }
@@ -0,0 +1,82 @@
1
+ import { IgDataTemplate } from "igniteui-angular-core";
2
+ import { MarkerType } from "igniteui-angular-charts";
3
+ import { MarkerOutlineMode } from "igniteui-angular-charts";
4
+ import { MarkerFillMode } from "igniteui-angular-charts";
5
+ import { IgxGeographicMapSeriesHostComponent } from "./igx-geographic-map-series-host-component";
6
+ import { GeographicMarkerSeries } from "./GeographicMarkerSeries";
7
+ import * as i0 from "@angular/core";
8
+ /**
9
+ * Base class for creating marker series in a IgxGeographicMap.Component
10
+ */
11
+ export declare abstract class IgxGeographicMarkerSeriesComponent extends IgxGeographicMapSeriesHostComponent {
12
+ /**
13
+ * @hidden
14
+ */
15
+ get i(): GeographicMarkerSeries;
16
+ constructor();
17
+ /**
18
+ * Gets or sets the marker type for the current series object.
19
+ * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
20
+ */
21
+ get markerType(): MarkerType;
22
+ set markerType(v: MarkerType);
23
+ static ngAcceptInputType_markerType: MarkerType | string;
24
+ /**
25
+ * Gets or sets thickness of the marker outline
26
+ */
27
+ get markerThickness(): number;
28
+ set markerThickness(v: number);
29
+ static ngAcceptInputType_markerThickness: number | string;
30
+ /**
31
+ * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
32
+ */
33
+ get markerOutlineMode(): MarkerOutlineMode;
34
+ set markerOutlineMode(v: MarkerOutlineMode);
35
+ static ngAcceptInputType_markerOutlineMode: MarkerOutlineMode | string;
36
+ /**
37
+ * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
38
+ */
39
+ get markerFillMode(): MarkerFillMode;
40
+ set markerFillMode(v: MarkerFillMode);
41
+ static ngAcceptInputType_markerFillMode: MarkerFillMode | string;
42
+ /**
43
+ * Gets or sets the MarkerTemplate for the current series object.
44
+ */
45
+ get markerTemplate(): IgDataTemplate;
46
+ set markerTemplate(v: IgDataTemplate);
47
+ /**
48
+ * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
49
+ */
50
+ get markerBrush(): string;
51
+ set markerBrush(v: string);
52
+ /**
53
+ * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
54
+ */
55
+ get markerOutline(): string;
56
+ set markerOutline(v: string);
57
+ /**
58
+ * Gets or sets the maximum number of markerItems displayed by the current series.
59
+ * If more than the specified number of markerItems are visible, the series will automatically
60
+ * choose a representative set.
61
+ */
62
+ get maximumMarkers(): number;
63
+ set maximumMarkers(v: number);
64
+ static ngAcceptInputType_maximumMarkers: number | string;
65
+ /**
66
+ * Gets the effective marker template for the current series object.
67
+ */
68
+ get actualMarkerTemplate(): IgDataTemplate;
69
+ set actualMarkerTemplate(v: IgDataTemplate);
70
+ /**
71
+ * Gets the effective marker brush for the current series object.
72
+ */
73
+ get actualMarkerBrush(): string;
74
+ set actualMarkerBrush(v: string);
75
+ /**
76
+ * Gets the effective marker outline for the current series object.
77
+ */
78
+ get actualMarkerOutline(): string;
79
+ set actualMarkerOutline(v: string);
80
+ static ɵfac: i0.ɵɵFactoryDeclaration<IgxGeographicMarkerSeriesComponent, never>;
81
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxGeographicMarkerSeriesComponent, "ng-component", never, { "markerType": "markerType"; "markerThickness": "markerThickness"; "markerOutlineMode": "markerOutlineMode"; "markerFillMode": "markerFillMode"; "markerTemplate": "markerTemplate"; "markerBrush": "markerBrush"; "markerOutline": "markerOutline"; "maximumMarkers": "maximumMarkers"; "actualMarkerTemplate": "actualMarkerTemplate"; "actualMarkerBrush": "actualMarkerBrush"; "actualMarkerOutline": "actualMarkerOutline"; }, {}, never, never>;
82
+ }
@@ -13,6 +13,11 @@ export declare class IgxGeographicPolylineSeriesComponent extends IgxGeographicS
13
13
  */
14
14
  get i(): GeographicPolylineSeries;
15
15
  constructor();
16
+ /**
17
+ * Gets whether the current series shows a polyline shape.
18
+ */
19
+ get isPolyline(): boolean;
20
+ static ngAcceptInputType_isPolyline: boolean | string;
16
21
  /**
17
22
  * Gets or sets the fill brush.
18
23
  */
@@ -1,7 +1,7 @@
1
- import { IgxGeographicMapSeriesHostComponent } from "./igx-geographic-map-series-host-component";
1
+ import { IgxGeographicMarkerSeriesBaseComponent } from "./igx-geographic-marker-series-base-component";
2
2
  import { GeographicProportionalSymbolSeriesBase } from "./GeographicProportionalSymbolSeriesBase";
3
3
  import * as i0 from "@angular/core";
4
- export declare abstract class IgxGeographicProportionalSymbolSeriesBaseComponent extends IgxGeographicMapSeriesHostComponent {
4
+ export declare abstract class IgxGeographicProportionalSymbolSeriesBaseComponent extends IgxGeographicMarkerSeriesBaseComponent {
5
5
  /**
6
6
  * @hidden
7
7
  */
@@ -1,27 +1,28 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { IgDataTemplate } from "igniteui-angular-core";
3
- import { MarkerType } from "igniteui-angular-charts";
4
- import { MarkerOutlineMode } from "igniteui-angular-charts";
5
- import { MarkerFillMode } from "igniteui-angular-charts";
6
2
  import { IgxSizeScaleComponent } from "igniteui-angular-charts";
7
3
  import { IgxBrushScaleComponent } from "igniteui-angular-charts";
8
4
  import { ScatterItemSearchMode } from "igniteui-angular-charts";
9
5
  import { IgxAssigningScatterStyleEventArgs } from "igniteui-angular-charts";
10
6
  import { IgxAssigningScatterMarkerStyleEventArgs } from "igniteui-angular-charts";
11
- import { IgxGeographicMapSeriesHostComponent } from "./igx-geographic-map-series-host-component";
7
+ import { IgxGeographicMarkerSeriesComponent } from "./igx-geographic-marker-series-component";
12
8
  import { GeographicProportionalSymbolSeries } from "./GeographicProportionalSymbolSeries";
13
9
  import * as i0 from "@angular/core";
14
10
  /**
15
11
  * Series class for a geographic map with points marked at given locations.
16
12
  * This is the geographic equivalent of a ScatterSeries.
17
13
  */
18
- export declare class IgxGeographicProportionalSymbolSeriesComponent extends IgxGeographicMapSeriesHostComponent {
14
+ export declare class IgxGeographicProportionalSymbolSeriesComponent extends IgxGeographicMarkerSeriesComponent {
19
15
  protected createImplementation(): GeographicProportionalSymbolSeries;
20
16
  /**
21
17
  * @hidden
22
18
  */
23
19
  get i(): GeographicProportionalSymbolSeries;
24
20
  constructor();
21
+ /**
22
+ * Gets whether the series has only marker as visuals
23
+ */
24
+ get hasOnlyMarkers(): boolean;
25
+ static ngAcceptInputType_hasOnlyMarkers: boolean | string;
25
26
  /**
26
27
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
27
28
  */
@@ -32,48 +33,6 @@ export declare class IgxGeographicProportionalSymbolSeriesComponent extends IgxG
32
33
  */
33
34
  get longitudeMemberPath(): string;
34
35
  set longitudeMemberPath(v: string);
35
- /**
36
- * Gets or sets the marker type for the current series object.
37
- * If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
38
- */
39
- get markerType(): MarkerType;
40
- set markerType(v: MarkerType);
41
- static ngAcceptInputType_markerType: MarkerType | string;
42
- /**
43
- * Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
44
- */
45
- get markerOutlineMode(): MarkerOutlineMode;
46
- set markerOutlineMode(v: MarkerOutlineMode);
47
- static ngAcceptInputType_markerOutlineMode: MarkerOutlineMode | string;
48
- /**
49
- * Gets or sets whether the marker fill is based on the marker outline of the series rather than the marker brushes collection.
50
- */
51
- get markerFillMode(): MarkerFillMode;
52
- set markerFillMode(v: MarkerFillMode);
53
- static ngAcceptInputType_markerFillMode: MarkerFillMode | string;
54
- /**
55
- * Gets or sets the MarkerTemplate for the current series object.
56
- */
57
- get markerTemplate(): IgDataTemplate;
58
- set markerTemplate(v: IgDataTemplate);
59
- /**
60
- * Gets or sets the brush that specifies how the current series object's marker interiors are painted.
61
- */
62
- get markerBrush(): string;
63
- set markerBrush(v: string);
64
- /**
65
- * Gets or sets the brush that specifies how the current series object's marker outlines are painted.
66
- */
67
- get markerOutline(): string;
68
- set markerOutline(v: string);
69
- /**
70
- * Gets or sets the maximum number of markerItems displayed by the current series.
71
- * If more than the specified number of markerItems are visible, the series will automatically
72
- * choose a representative set.
73
- */
74
- get maximumMarkers(): number;
75
- set maximumMarkers(v: number);
76
- static ngAcceptInputType_maximumMarkers: number | string;
77
36
  /**
78
37
  * Gets or sets the radius mapping property for the current series object.
79
38
  */
@@ -127,12 +86,6 @@ export declare class IgxGeographicProportionalSymbolSeriesComponent extends IgxG
127
86
  get markerBrushBrightness(): number;
128
87
  set markerBrushBrightness(v: number);
129
88
  static ngAcceptInputType_markerBrushBrightness: number | string;
130
- /**
131
- * Gets or sets thickness of the marker outline
132
- */
133
- get markerThickness(): number;
134
- set markerThickness(v: number);
135
- static ngAcceptInputType_markerThickness: number | string;
136
89
  /**
137
90
  * Gets or sets the whether or not the RadiusScale uses global values of RadiusMemberPath of multiple series.
138
91
  * This setting applies only if multiple series are using the same RadiusScale.
@@ -183,5 +136,5 @@ export declare class IgxGeographicProportionalSymbolSeriesComponent extends IgxG
183
136
  args: IgxAssigningScatterMarkerStyleEventArgs;
184
137
  }>;
185
138
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxGeographicProportionalSymbolSeriesComponent, never>;
186
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxGeographicProportionalSymbolSeriesComponent, "igx-geographic-proportional-symbol-series", never, { "latitudeMemberPath": "latitudeMemberPath"; "longitudeMemberPath": "longitudeMemberPath"; "markerType": "markerType"; "markerOutlineMode": "markerOutlineMode"; "markerFillMode": "markerFillMode"; "markerTemplate": "markerTemplate"; "markerBrush": "markerBrush"; "markerOutline": "markerOutline"; "maximumMarkers": "maximumMarkers"; "radiusMemberPath": "radiusMemberPath"; "radiusScale": "radiusScale"; "labelMemberPath": "labelMemberPath"; "fillMemberPath": "fillMemberPath"; "fillScale": "fillScale"; "fillScaleUseGlobalValues": "fillScaleUseGlobalValues"; "markerOutlineUsesFillScale": "markerOutlineUsesFillScale"; "markerOutlineBrightness": "markerOutlineBrightness"; "markerBrushBrightness": "markerBrushBrightness"; "markerThickness": "markerThickness"; "radiusScaleUseGlobalValues": "radiusScaleUseGlobalValues"; "isCustomScatterStyleAllowed": "isCustomScatterStyleAllowed"; "isCustomScatterMarkerStyleAllowed": "isCustomScatterMarkerStyleAllowed"; "itemSearchMode": "itemSearchMode"; "itemSearchThreshold": "itemSearchThreshold"; }, { "assigningScatterStyle": "assigningScatterStyle"; "assigningScatterMarkerStyle": "assigningScatterMarkerStyle"; }, never, never>;
139
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxGeographicProportionalSymbolSeriesComponent, "igx-geographic-proportional-symbol-series", never, { "latitudeMemberPath": "latitudeMemberPath"; "longitudeMemberPath": "longitudeMemberPath"; "radiusMemberPath": "radiusMemberPath"; "radiusScale": "radiusScale"; "labelMemberPath": "labelMemberPath"; "fillMemberPath": "fillMemberPath"; "fillScale": "fillScale"; "fillScaleUseGlobalValues": "fillScaleUseGlobalValues"; "markerOutlineUsesFillScale": "markerOutlineUsesFillScale"; "markerOutlineBrightness": "markerOutlineBrightness"; "markerBrushBrightness": "markerBrushBrightness"; "radiusScaleUseGlobalValues": "radiusScaleUseGlobalValues"; "isCustomScatterStyleAllowed": "isCustomScatterStyleAllowed"; "isCustomScatterMarkerStyleAllowed": "isCustomScatterMarkerStyleAllowed"; "itemSearchMode": "itemSearchMode"; "itemSearchThreshold": "itemSearchThreshold"; }, { "assigningScatterStyle": "assigningScatterStyle"; "assigningScatterMarkerStyle": "assigningScatterMarkerStyle"; }, never, never>;
187
140
  }