igniteui-webcomponents-maps 6.3.0-beta.0 → 6.3.1-beta.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 (240) hide show
  1. package/bundles/igniteui-webcomponents-maps.umd.js +1027 -1027
  2. package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
  3. package/esm2015/lib/ArcGISOnlineMapImagery.js +2 -4
  4. package/esm2015/lib/AzureMapsImageryView_combined.js +4 -8
  5. package/esm2015/lib/BingMapsMapImageryView_combined.js +4 -8
  6. package/esm2015/lib/BingResourceSet.js +2 -4
  7. package/esm2015/lib/BingResponse.js +2 -4
  8. package/esm2015/lib/CustomMapImagery.js +2 -4
  9. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -43
  10. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +73 -77
  11. package/esm2015/lib/GeographicMapSeriesHost_combined.js +170 -174
  12. package/esm2015/lib/GeographicMarkerSeries.js +27 -29
  13. package/esm2015/lib/GeographicMarkerSeriesBase.js +2 -4
  14. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -23
  15. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +2 -4
  16. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +2 -4
  17. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -90
  18. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +2 -4
  19. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +2 -4
  20. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +62 -66
  21. package/esm2015/lib/GeographicShapeSeriesView_combined.js +53 -57
  22. package/esm2015/lib/GeographicSymbolSeriesBase.js +2 -4
  23. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +2 -4
  24. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +55 -59
  25. package/esm2015/lib/GeographicTileSeries.js +28 -30
  26. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +2 -4
  27. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +2 -4
  28. package/esm2015/lib/ImageTilesReadyEventArgs.js +2 -4
  29. package/esm2015/lib/ImageryMetadata.js +2 -4
  30. package/esm2015/lib/ImagesChangedEventArgs.js +2 -4
  31. package/esm2015/lib/LevelOfDetailResponseModel.js +2 -4
  32. package/esm2015/lib/MapServerResponseModel.js +2 -4
  33. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +4 -6
  34. package/esm2015/lib/SphericalMercatorVerticalScaler.js +4 -6
  35. package/esm2015/lib/SubDomainsCollection.js +2 -4
  36. package/esm2015/lib/TileGeneratorMapImagery.js +2 -4
  37. package/esm2015/lib/TileInfoResponseModel.js +2 -4
  38. package/esm2015/lib/TileSeries_combined.js +85 -89
  39. package/esm2015/lib/TokenResponseModel.js +2 -4
  40. package/esm2015/lib/XamGeographicMap_combined.js +142 -160
  41. package/esm2015/lib/igc-geographic-contour-line-series-component.js +10 -12
  42. package/esm2015/lib/igc-geographic-high-density-scatter-series-component.js +33 -36
  43. package/esm2015/lib/igc-geographic-map-component.js +2 -1
  44. package/esm2015/lib/igc-geographic-map-series-host-component.js +14 -16
  45. package/esm2015/lib/igc-geographic-marker-series-base-component.js +2 -1
  46. package/esm2015/lib/igc-geographic-marker-series-component.js +33 -35
  47. package/esm2015/lib/igc-geographic-polyline-series-component.js +14 -16
  48. package/esm2015/lib/igc-geographic-proportional-symbol-series-base-component.js +2 -1
  49. package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +43 -46
  50. package/esm2015/lib/igc-geographic-scatter-area-series-component.js +9 -11
  51. package/esm2015/lib/igc-geographic-shape-series-base-base-component.js +2 -1
  52. package/esm2015/lib/igc-geographic-shape-series-base-component.js +31 -33
  53. package/esm2015/lib/igc-geographic-shape-series-component.js +45 -47
  54. package/esm2015/lib/igc-geographic-symbol-series-base-component.js +2 -1
  55. package/esm2015/lib/igc-geographic-symbol-series-component.js +21 -24
  56. package/esm2015/lib/igc-geographic-tile-series-component.js +5 -7
  57. package/esm2015/lib/igc-geographic-xy-triangulating-series-base-component.js +2 -1
  58. package/esm2015/lib/igc-geographic-xy-triangulating-series-component.js +14 -16
  59. package/esm2015/lib/igc-tile-series-component.js +4 -6
  60. package/esm5/lib/ArcGISOnlineMapImagery.js +1 -2
  61. package/esm5/lib/AzureMapsImageryView_combined.js +2 -4
  62. package/esm5/lib/BingMapsMapImageryView_combined.js +2 -4
  63. package/esm5/lib/BingResourceSet.js +1 -2
  64. package/esm5/lib/BingResponse.js +1 -2
  65. package/esm5/lib/CustomMapImagery.js +1 -2
  66. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -39
  67. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +71 -73
  68. package/esm5/lib/GeographicMapSeriesHost_combined.js +166 -168
  69. package/esm5/lib/GeographicMarkerSeries.js +26 -27
  70. package/esm5/lib/GeographicMarkerSeriesBase.js +1 -2
  71. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -19
  72. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +1 -2
  73. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +1 -2
  74. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -86
  75. package/esm5/lib/GeographicShapeSeriesBaseBase.js +1 -2
  76. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +1 -2
  77. package/esm5/lib/GeographicShapeSeriesBase_combined.js +59 -61
  78. package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -53
  79. package/esm5/lib/GeographicSymbolSeriesBase.js +1 -2
  80. package/esm5/lib/GeographicSymbolSeriesBaseView.js +1 -2
  81. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -55
  82. package/esm5/lib/GeographicTileSeries.js +26 -27
  83. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +1 -2
  84. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +1 -2
  85. package/esm5/lib/ImageTilesReadyEventArgs.js +1 -2
  86. package/esm5/lib/ImageryMetadata.js +1 -2
  87. package/esm5/lib/ImagesChangedEventArgs.js +1 -2
  88. package/esm5/lib/LevelOfDetailResponseModel.js +1 -2
  89. package/esm5/lib/MapServerResponseModel.js +1 -2
  90. package/esm5/lib/SphericalMercatorHorizontalScaler.js +3 -4
  91. package/esm5/lib/SphericalMercatorVerticalScaler.js +3 -4
  92. package/esm5/lib/SubDomainsCollection.js +1 -2
  93. package/esm5/lib/TileGeneratorMapImagery.js +1 -2
  94. package/esm5/lib/TileInfoResponseModel.js +1 -2
  95. package/esm5/lib/TileSeries_combined.js +81 -83
  96. package/esm5/lib/TokenResponseModel.js +1 -2
  97. package/esm5/lib/XamGeographicMap_combined.js +132 -141
  98. package/esm5/lib/igc-geographic-contour-line-series-component.js +9 -10
  99. package/esm5/lib/igc-geographic-high-density-scatter-series-component.js +32 -33
  100. package/esm5/lib/igc-geographic-map-component.js +1 -2
  101. package/esm5/lib/igc-geographic-map-series-host-component.js +13 -14
  102. package/esm5/lib/igc-geographic-marker-series-base-component.js +1 -2
  103. package/esm5/lib/igc-geographic-marker-series-component.js +32 -33
  104. package/esm5/lib/igc-geographic-polyline-series-component.js +13 -14
  105. package/esm5/lib/igc-geographic-proportional-symbol-series-base-component.js +1 -2
  106. package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +42 -43
  107. package/esm5/lib/igc-geographic-scatter-area-series-component.js +8 -9
  108. package/esm5/lib/igc-geographic-shape-series-base-base-component.js +1 -2
  109. package/esm5/lib/igc-geographic-shape-series-base-component.js +30 -31
  110. package/esm5/lib/igc-geographic-shape-series-component.js +44 -45
  111. package/esm5/lib/igc-geographic-symbol-series-base-component.js +1 -2
  112. package/esm5/lib/igc-geographic-symbol-series-component.js +20 -21
  113. package/esm5/lib/igc-geographic-tile-series-component.js +4 -5
  114. package/esm5/lib/igc-geographic-xy-triangulating-series-base-component.js +1 -2
  115. package/esm5/lib/igc-geographic-xy-triangulating-series-component.js +13 -14
  116. package/esm5/lib/igc-tile-series-component.js +3 -4
  117. package/fesm2015/igniteui-webcomponents-maps.js +1036 -1249
  118. package/fesm5/igniteui-webcomponents-maps.js +1027 -1027
  119. package/igniteui-webcomponents-maps.d.ts +1 -1
  120. package/lib/ArcGISOnlineMapImagery.d.ts +49 -49
  121. package/lib/AzureMapsImagery.d.ts +1 -1
  122. package/lib/AzureMapsImageryStyle.d.ts +25 -25
  123. package/lib/AzureMapsImageryView.d.ts +1 -1
  124. package/lib/AzureMapsImageryView_combined.d.ts +39 -39
  125. package/lib/BingMapsImageryStyle.d.ts +34 -34
  126. package/lib/BingMapsMapImagery.d.ts +1 -1
  127. package/lib/BingMapsMapImageryView.d.ts +1 -1
  128. package/lib/BingMapsMapImageryView_combined.d.ts +62 -62
  129. package/lib/BingResourceSet.d.ts +11 -11
  130. package/lib/BingResponse.d.ts +11 -11
  131. package/lib/CustomMapImagery.d.ts +14 -14
  132. package/lib/GeographicContourLineSeries.d.ts +1 -1
  133. package/lib/GeographicContourLineSeriesView.d.ts +1 -1
  134. package/lib/GeographicContourLineSeriesView_combined.d.ts +46 -46
  135. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -1
  136. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -1
  137. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +66 -66
  138. package/lib/GeographicMapImagery.d.ts +1 -1
  139. package/lib/GeographicMapImageryView.d.ts +1 -1
  140. package/lib/GeographicMapSeriesHost.d.ts +1 -1
  141. package/lib/GeographicMapSeriesHost_combined.d.ts +103 -103
  142. package/lib/GeographicMarkerSeries.d.ts +33 -33
  143. package/lib/GeographicMarkerSeriesBase.d.ts +10 -10
  144. package/lib/GeographicPolylineSeries.d.ts +1 -1
  145. package/lib/GeographicPolylineSeriesView.d.ts +1 -1
  146. package/lib/GeographicPolylineSeriesView_combined.d.ts +39 -39
  147. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -1
  148. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -10
  149. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -11
  150. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -1
  151. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +81 -81
  152. package/lib/GeographicScatterAreaSeries.d.ts +1 -1
  153. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -1
  154. package/lib/GeographicShapeSeries.d.ts +1 -1
  155. package/lib/GeographicShapeSeriesBase.d.ts +1 -1
  156. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -10
  157. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -11
  158. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -1
  159. package/lib/GeographicShapeSeriesBase_combined.d.ts +58 -58
  160. package/lib/GeographicShapeSeriesView.d.ts +1 -1
  161. package/lib/GeographicShapeSeriesView_combined.d.ts +71 -71
  162. package/lib/GeographicSymbolSeries.d.ts +1 -1
  163. package/lib/GeographicSymbolSeriesBase.d.ts +10 -10
  164. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -11
  165. package/lib/GeographicSymbolSeriesView.d.ts +1 -1
  166. package/lib/GeographicSymbolSeriesView_combined.d.ts +63 -63
  167. package/lib/GeographicTileSeries.d.ts +24 -24
  168. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -1
  169. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -10
  170. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -11
  171. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -1
  172. package/lib/HostSeriesView.d.ts +1 -1
  173. package/lib/ImageTilesReadyEventArgs.d.ts +7 -7
  174. package/lib/ImageryMetadata.d.ts +11 -11
  175. package/lib/ImagesChangedEventArgs.d.ts +7 -7
  176. package/lib/LevelOfDetailResponseModel.d.ts +16 -16
  177. package/lib/MapBackgroundTilingMode.d.ts +22 -22
  178. package/lib/MapResizeBehavior.d.ts +22 -22
  179. package/lib/MapServerResponseModel.d.ts +14 -14
  180. package/lib/OpenStreetMapImagery.d.ts +1 -1
  181. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -23
  182. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -34
  183. package/lib/SubDomainsCollection.d.ts +11 -11
  184. package/lib/TileGeneratorMapImagery.d.ts +14 -14
  185. package/lib/TileInfoResponseModel.d.ts +11 -11
  186. package/lib/TileSeries.d.ts +1 -1
  187. package/lib/TileSeriesView.d.ts +1 -1
  188. package/lib/TileSeries_combined.d.ts +78 -78
  189. package/lib/TokenResponseModel.d.ts +16 -16
  190. package/lib/XamGeographicMap.d.ts +1 -1
  191. package/lib/XamGeographicMapView.d.ts +1 -1
  192. package/lib/XamGeographicMap_combined.d.ts +320 -320
  193. package/lib/igc-arc-gis-online-map-imagery-module.d.ts +3 -3
  194. package/lib/igc-arc-gis-online-map-imagery.d.ts +59 -59
  195. package/lib/igc-azure-maps-imagery-module.d.ts +3 -3
  196. package/lib/igc-azure-maps-imagery.d.ts +50 -50
  197. package/lib/igc-bing-maps-map-imagery-module.d.ts +3 -3
  198. package/lib/igc-bing-maps-map-imagery.d.ts +79 -79
  199. package/lib/igc-custom-map-imagery-module.d.ts +3 -3
  200. package/lib/igc-custom-map-imagery.d.ts +20 -20
  201. package/lib/igc-geographic-contour-line-series-component.d.ts +56 -56
  202. package/lib/igc-geographic-contour-line-series-module.d.ts +3 -3
  203. package/lib/igc-geographic-high-density-scatter-series-component.d.ts +88 -88
  204. package/lib/igc-geographic-high-density-scatter-series-module.d.ts +3 -3
  205. package/lib/igc-geographic-map-component.d.ts +244 -244
  206. package/lib/igc-geographic-map-core-module.d.ts +3 -3
  207. package/lib/igc-geographic-map-imagery.d.ts +92 -92
  208. package/lib/igc-geographic-map-module.d.ts +3 -3
  209. package/lib/igc-geographic-map-series-host-component.d.ts +95 -95
  210. package/lib/igc-geographic-marker-series-base-component.d.ts +13 -13
  211. package/lib/igc-geographic-marker-series-component.d.ts +78 -78
  212. package/lib/igc-geographic-polyline-series-component.d.ts +50 -50
  213. package/lib/igc-geographic-polyline-series-module.d.ts +3 -3
  214. package/lib/igc-geographic-proportional-symbol-series-base-component.d.ts +13 -13
  215. package/lib/igc-geographic-proportional-symbol-series-component.d.ts +131 -131
  216. package/lib/igc-geographic-proportional-symbol-series-module.d.ts +3 -3
  217. package/lib/igc-geographic-scatter-area-series-component.d.ts +55 -55
  218. package/lib/igc-geographic-scatter-area-series-module.d.ts +3 -3
  219. package/lib/igc-geographic-shape-series-base-base-component.d.ts +13 -13
  220. package/lib/igc-geographic-shape-series-base-component.d.ts +113 -113
  221. package/lib/igc-geographic-shape-series-component.d.ts +111 -111
  222. package/lib/igc-geographic-shape-series-module.d.ts +3 -3
  223. package/lib/igc-geographic-symbol-series-base-component.d.ts +13 -13
  224. package/lib/igc-geographic-symbol-series-component.d.ts +78 -78
  225. package/lib/igc-geographic-symbol-series-module.d.ts +3 -3
  226. package/lib/igc-geographic-tile-series-component.d.ts +44 -44
  227. package/lib/igc-geographic-tile-series-module.d.ts +3 -3
  228. package/lib/igc-geographic-xy-triangulating-series-base-component.d.ts +13 -13
  229. package/lib/igc-geographic-xy-triangulating-series-component.d.ts +51 -51
  230. package/lib/igc-image-tiles-ready-event-args.d.ts +12 -12
  231. package/lib/igc-images-changed-event-args.d.ts +12 -12
  232. package/lib/igc-open-street-map-imagery-module.d.ts +3 -3
  233. package/lib/igc-open-street-map-imagery.d.ts +18 -18
  234. package/lib/igc-sub-domains-collection.d.ts +6 -6
  235. package/lib/igc-tile-generator-map-imagery-module.d.ts +3 -3
  236. package/lib/igc-tile-generator-map-imagery.d.ts +19 -19
  237. package/lib/igc-tile-series-component.d.ts +36 -36
  238. package/lib/igc-tile-series-module.d.ts +3 -3
  239. package/package.json +3 -3
  240. package/public_api.d.ts +107 -107
@@ -1,244 +1,244 @@
1
- import { IgcSeriesComponent } from "igniteui-webcomponents-charts";
2
- import { IgcSeriesViewerComponent } from "igniteui-webcomponents-charts";
3
- import { IgRect } from "igniteui-webcomponents-core";
4
- import { IgPoint } from "igniteui-webcomponents-core";
5
- import { XamGeographicMap } from './XamGeographicMap';
6
- import { IgcSeriesCollection } from "igniteui-webcomponents-charts";
7
- import { IgcNumericXAxisComponent } from "igniteui-webcomponents-charts";
8
- import { IgcNumericYAxisComponent } from "igniteui-webcomponents-charts";
9
- import { IgcImageTilesReadyEventArgs } from './igc-image-tiles-ready-event-args';
10
- import { IgcGeographicMapImagery } from './igc-geographic-map-imagery';
11
- import { MapResizeBehavior } from './MapResizeBehavior';
12
- import { MapBackgroundTilingMode } from './MapBackgroundTilingMode';
13
- export declare class IgcGeographicMapComponent extends IgcSeriesViewerComponent {
14
- contentSeries: IgcSeriesComponent[];
15
- private _height;
16
- private _width;
17
- set height(value: string);
18
- get height(): string;
19
- set width(value: string);
20
- get width(): string;
21
- notifyContainerResized(): void;
22
- /**
23
- * Gets or sets the legend used for the current chart.
24
- */
25
- get legend(): any;
26
- set legend(v: any);
27
- /**
28
- * The series actually present in the chart. Do not directly modify this array.
29
- * This array's contents can be modified by causing Angular to reproject the child content.
30
- * Or adding and removing series from the manual series collection on the series property.
31
- */
32
- actualSeries: IgcSeriesComponent[];
33
- private _container;
34
- private _series;
35
- /**
36
- * A collection or manually added series for the chart.
37
- */
38
- get series(): IgcSeriesCollection;
39
- private _renderer;
40
- constructor();
41
- destroy(): void;
42
- private _wrapper;
43
- protected createImplementation(): XamGeographicMap;
44
- private _chart;
45
- private _dataSource;
46
- set dataSource(value: any);
47
- get dataSource(): any;
48
- bindData(): void;
49
- private updateContentChildren;
50
- private _seriesAdapter;
51
- private _disconnected;
52
- disconnectedCallback(): void;
53
- connectedCallback(): void;
54
- afterContentInit(): void;
55
- private _ensureTooltipCreated;
56
- private _defaultTooltips;
57
- private _ensureDefaultTooltip;
58
- private _onDefaultTooltipsReady;
59
- private createTooltip;
60
- /**
61
- * An imagery to display behind all series, inside the viewport of the IgxGeographicMapComponent control.
62
- */
63
- get backgroundContent(): IgcGeographicMapImagery;
64
- set backgroundContent(v: IgcGeographicMapImagery);
65
- /**
66
- * @hidden
67
- */
68
- get i(): XamGeographicMap;
69
- private static _observedAttributesIgcGeographicMapComponent;
70
- static get observedAttributes(): string[];
71
- static htmlTagName: string;
72
- protected static _isElementRegistered: boolean;
73
- static register(): void;
74
- /**
75
- * Gets or sets zoomability of the current control
76
- */
77
- get zoomable(): boolean;
78
- set zoomable(v: boolean);
79
- /**
80
- * Gets or sets the behavior to use during resize.
81
- */
82
- get resizeBehavior(): MapResizeBehavior;
83
- set resizeBehavior(v: MapResizeBehavior);
84
- /**
85
- * Gets or sets if the map should horizontally wrap.
86
- */
87
- get isHorizontalWrappingEnabled(): boolean;
88
- set isHorizontalWrappingEnabled(v: boolean);
89
- /**
90
- * Gets or sets if the map should horizontally wrap.
91
- */
92
- get backgroundTilingMode(): MapBackgroundTilingMode;
93
- set backgroundTilingMode(v: MapBackgroundTilingMode);
94
- /**
95
- * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
96
- */
97
- get useWorldRectForZoomBounds(): boolean;
98
- set useWorldRectForZoomBounds(v: boolean);
99
- /**
100
- * Gets or sets whether skip resetting the zoom when the world rect changes.
101
- */
102
- get suppressZoomResetOnWorldRectChange(): boolean;
103
- set suppressZoomResetOnWorldRectChange(v: boolean);
104
- /**
105
- * Gets or sets the world bounding rectangle.
106
- */
107
- get worldRect(): IgRect;
108
- set worldRect(v: IgRect);
109
- /**
110
- * Gets the actual value of the WorldRect.
111
- */
112
- get actualWorldRect(): IgRect;
113
- set actualWorldRect(v: IgRect);
114
- /**
115
- * The X-axis for this IgxGeographicMap.Component
116
- * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
117
- */
118
- get xAxis(): IgcNumericXAxisComponent;
119
- set xAxis(v: IgcNumericXAxisComponent);
120
- /**
121
- * The Y-axis for this IgxGeographicMap.Component
122
- * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
123
- */
124
- get yAxis(): IgcNumericYAxisComponent;
125
- set yAxis(v: IgcNumericYAxisComponent);
126
- /**
127
- * Indicates if this SeriesViewer is a map.
128
- */
129
- get isMap(): boolean;
130
- /**
131
- * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
132
- * This property is effectively a shortcut to the Width/Height of the WindowRect property.
133
- */
134
- get windowScale(): number;
135
- set windowScale(v: number);
136
- /**
137
- * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
138
- * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
139
- */
140
- get actualWindowScale(): number;
141
- set actualWindowScale(v: number);
142
- /**
143
- * Gets whether or not the control is ready for zooming
144
- */
145
- get zoomIsReady(): boolean;
146
- findByName(name: string): any;
147
- protected _styling(container: any, component: any, parent?: any): void;
148
- /**
149
- * Gets current world rect in geographic coordinates
150
-
151
- */
152
- getCurrentActualWorldRect(): IgRect;
153
- /**
154
- * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
155
-
156
- * @param geographic * The geographic area.
157
- */
158
- getZoomRectFromGeoRect(geographic: IgRect): IgRect;
159
- /**
160
- * Updates zoom window using window coordinates
161
-
162
- */
163
- updateZoomWindow(zoomWindow: IgRect): void;
164
- /**
165
- * Updates world rect in geographic coordinates
166
-
167
- */
168
- updateWorldRect(worldRect: IgRect): void;
169
- /**
170
- * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
171
-
172
- * @param geographic * The geographic area.
173
- */
174
- getZoomFromGeographicRect(geographic: IgRect): IgRect;
175
- convertGeographicToZoom(geographic: IgRect, extraPixelPadding: number): IgRect;
176
- getZoomFromGeographicPoints(northWest: IgPoint, southEast: IgPoint): IgRect;
177
- /**
178
- * Given a WindowRect and the current plot area, get the geographic region represented by that WindowRect.
179
-
180
- * @param windowRect * The zoom area.
181
- */
182
- getGeographicFromZoom(windowRect: IgRect): IgRect;
183
- /**
184
- * Convert a pixel-based coordinate to a geographic coordinate.
185
-
186
- * @param pixelCoordinate * A pixel-based coordinate
187
- */
188
- getGeographicPoint(pixelCoordinate: IgPoint): IgPoint;
189
- /**
190
- * Convert a geographic coordinate to a pixel-based coordinate.
191
-
192
- * @param geographicCoordinate * A geographic coordinate
193
- */
194
- getPixelPoint(geographicCoordinate: IgPoint): IgPoint;
195
- /**
196
- * Convert a geographic coordinate to a pixel-based coordinate.
197
-
198
- * @param geographicCoordinate * A geographic coordinate
199
- */
200
- getWindowPoint(geographicCoordinate: IgPoint): IgPoint;
201
- /**
202
- * Removes all cached tile images from the map imagery assigned to the map's background content.
203
-
204
- */
205
- clearTileCache(): void;
206
- /**
207
- * Notifies the chart that the CSS styles in effect have been updated.
208
-
209
- */
210
- styleUpdated(): void;
211
- /**
212
- * Gets actual window scale for horizontal dimension of the control
213
-
214
- */
215
- getActualWindowScaleHorizontal(): number;
216
- /**
217
- * Gets actual window scale for vertical dimension of the control
218
-
219
- */
220
- getActualWindowScaleVertical(): number;
221
- /**
222
- * Calls for a deferred refresh to the GeographicMap's background.
223
-
224
- */
225
- deferredRefresh(): void;
226
- /**
227
- * Returns the chart visuals expressed as a ChartVisualData object.
228
-
229
- */
230
- exportVisualData(): any;
231
- /**
232
- * Zoom in to the geographic region specified, when possible (may need to wait for map to be initialized).
233
-
234
- * @param geographic * The geographic region to zoom to.
235
- */
236
- zoomToGeographic(geographic: IgRect): void;
237
- private _imageTilesReady;
238
- private _imageTilesReady_wrapped;
239
- /**
240
- * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
241
- */
242
- get imageTilesReady(): (s: IgcGeographicMapComponent, e: IgcImageTilesReadyEventArgs) => void;
243
- set imageTilesReady(ev: (s: IgcGeographicMapComponent, e: IgcImageTilesReadyEventArgs) => void);
244
- }
1
+ import { IgcSeriesComponent } from "igniteui-webcomponents-charts";
2
+ import { IgcSeriesViewerComponent } from "igniteui-webcomponents-charts";
3
+ import { IgRect } from "igniteui-webcomponents-core";
4
+ import { IgPoint } from "igniteui-webcomponents-core";
5
+ import { XamGeographicMap } from './XamGeographicMap';
6
+ import { IgcSeriesCollection } from "igniteui-webcomponents-charts";
7
+ import { IgcNumericXAxisComponent } from "igniteui-webcomponents-charts";
8
+ import { IgcNumericYAxisComponent } from "igniteui-webcomponents-charts";
9
+ import { IgcImageTilesReadyEventArgs } from './igc-image-tiles-ready-event-args';
10
+ import { IgcGeographicMapImagery } from './igc-geographic-map-imagery';
11
+ import { MapResizeBehavior } from './MapResizeBehavior';
12
+ import { MapBackgroundTilingMode } from './MapBackgroundTilingMode';
13
+ export declare class IgcGeographicMapComponent extends IgcSeriesViewerComponent {
14
+ contentSeries: IgcSeriesComponent[];
15
+ private _height;
16
+ private _width;
17
+ set height(value: string);
18
+ get height(): string;
19
+ set width(value: string);
20
+ get width(): string;
21
+ notifyContainerResized(): void;
22
+ /**
23
+ * Gets or sets the legend used for the current chart.
24
+ */
25
+ get legend(): any;
26
+ set legend(v: any);
27
+ /**
28
+ * The series actually present in the chart. Do not directly modify this array.
29
+ * This array's contents can be modified by causing Angular to reproject the child content.
30
+ * Or adding and removing series from the manual series collection on the series property.
31
+ */
32
+ actualSeries: IgcSeriesComponent[];
33
+ private _container;
34
+ private _series;
35
+ /**
36
+ * A collection or manually added series for the chart.
37
+ */
38
+ get series(): IgcSeriesCollection;
39
+ private _renderer;
40
+ constructor();
41
+ destroy(): void;
42
+ private _wrapper;
43
+ protected createImplementation(): XamGeographicMap;
44
+ private _chart;
45
+ private _dataSource;
46
+ set dataSource(value: any);
47
+ get dataSource(): any;
48
+ bindData(): void;
49
+ private updateContentChildren;
50
+ private _seriesAdapter;
51
+ private _disconnected;
52
+ disconnectedCallback(): void;
53
+ connectedCallback(): void;
54
+ afterContentInit(): void;
55
+ private _ensureTooltipCreated;
56
+ private _defaultTooltips;
57
+ private _ensureDefaultTooltip;
58
+ private _onDefaultTooltipsReady;
59
+ private createTooltip;
60
+ /**
61
+ * An imagery to display behind all series, inside the viewport of the IgxGeographicMapComponent control.
62
+ */
63
+ get backgroundContent(): IgcGeographicMapImagery;
64
+ set backgroundContent(v: IgcGeographicMapImagery);
65
+ /**
66
+ * @hidden
67
+ */
68
+ get i(): XamGeographicMap;
69
+ private static _observedAttributesIgcGeographicMapComponent;
70
+ static get observedAttributes(): string[];
71
+ static htmlTagName: string;
72
+ protected static _isElementRegistered: boolean;
73
+ static register(): void;
74
+ /**
75
+ * Gets or sets zoomability of the current control
76
+ */
77
+ get zoomable(): boolean;
78
+ set zoomable(v: boolean);
79
+ /**
80
+ * Gets or sets the behavior to use during resize.
81
+ */
82
+ get resizeBehavior(): MapResizeBehavior;
83
+ set resizeBehavior(v: MapResizeBehavior);
84
+ /**
85
+ * Gets or sets if the map should horizontally wrap.
86
+ */
87
+ get isHorizontalWrappingEnabled(): boolean;
88
+ set isHorizontalWrappingEnabled(v: boolean);
89
+ /**
90
+ * Gets or sets if the map should horizontally wrap.
91
+ */
92
+ get backgroundTilingMode(): MapBackgroundTilingMode;
93
+ set backgroundTilingMode(v: MapBackgroundTilingMode);
94
+ /**
95
+ * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
96
+ */
97
+ get useWorldRectForZoomBounds(): boolean;
98
+ set useWorldRectForZoomBounds(v: boolean);
99
+ /**
100
+ * Gets or sets whether skip resetting the zoom when the world rect changes.
101
+ */
102
+ get suppressZoomResetOnWorldRectChange(): boolean;
103
+ set suppressZoomResetOnWorldRectChange(v: boolean);
104
+ /**
105
+ * Gets or sets the world bounding rectangle.
106
+ */
107
+ get worldRect(): IgRect;
108
+ set worldRect(v: IgRect);
109
+ /**
110
+ * Gets the actual value of the WorldRect.
111
+ */
112
+ get actualWorldRect(): IgRect;
113
+ set actualWorldRect(v: IgRect);
114
+ /**
115
+ * The X-axis for this IgxGeographicMap.Component
116
+ * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
117
+ */
118
+ get xAxis(): IgcNumericXAxisComponent;
119
+ set xAxis(v: IgcNumericXAxisComponent);
120
+ /**
121
+ * The Y-axis for this IgxGeographicMap.Component
122
+ * Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
123
+ */
124
+ get yAxis(): IgcNumericYAxisComponent;
125
+ set yAxis(v: IgcNumericYAxisComponent);
126
+ /**
127
+ * Indicates if this SeriesViewer is a map.
128
+ */
129
+ get isMap(): boolean;
130
+ /**
131
+ * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
132
+ * This property is effectively a shortcut to the Width/Height of the WindowRect property.
133
+ */
134
+ get windowScale(): number;
135
+ set windowScale(v: number);
136
+ /**
137
+ * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
138
+ * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
139
+ */
140
+ get actualWindowScale(): number;
141
+ set actualWindowScale(v: number);
142
+ /**
143
+ * Gets whether or not the control is ready for zooming
144
+ */
145
+ get zoomIsReady(): boolean;
146
+ findByName(name: string): any;
147
+ protected _styling(container: any, component: any, parent?: any): void;
148
+ /**
149
+ * Gets current world rect in geographic coordinates
150
+
151
+ */
152
+ getCurrentActualWorldRect(): IgRect;
153
+ /**
154
+ * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
155
+
156
+ * @param geographic * The geographic area.
157
+ */
158
+ getZoomRectFromGeoRect(geographic: IgRect): IgRect;
159
+ /**
160
+ * Updates zoom window using window coordinates
161
+
162
+ */
163
+ updateZoomWindow(zoomWindow: IgRect): void;
164
+ /**
165
+ * Updates world rect in geographic coordinates
166
+
167
+ */
168
+ updateWorldRect(worldRect: IgRect): void;
169
+ /**
170
+ * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
171
+
172
+ * @param geographic * The geographic area.
173
+ */
174
+ getZoomFromGeographicRect(geographic: IgRect): IgRect;
175
+ convertGeographicToZoom(geographic: IgRect, extraPixelPadding: number): IgRect;
176
+ getZoomFromGeographicPoints(northWest: IgPoint, southEast: IgPoint): IgRect;
177
+ /**
178
+ * Given a WindowRect and the current plot area, get the geographic region represented by that WindowRect.
179
+
180
+ * @param windowRect * The zoom area.
181
+ */
182
+ getGeographicFromZoom(windowRect: IgRect): IgRect;
183
+ /**
184
+ * Convert a pixel-based coordinate to a geographic coordinate.
185
+
186
+ * @param pixelCoordinate * A pixel-based coordinate
187
+ */
188
+ getGeographicPoint(pixelCoordinate: IgPoint): IgPoint;
189
+ /**
190
+ * Convert a geographic coordinate to a pixel-based coordinate.
191
+
192
+ * @param geographicCoordinate * A geographic coordinate
193
+ */
194
+ getPixelPoint(geographicCoordinate: IgPoint): IgPoint;
195
+ /**
196
+ * Convert a geographic coordinate to a pixel-based coordinate.
197
+
198
+ * @param geographicCoordinate * A geographic coordinate
199
+ */
200
+ getWindowPoint(geographicCoordinate: IgPoint): IgPoint;
201
+ /**
202
+ * Removes all cached tile images from the map imagery assigned to the map's background content.
203
+
204
+ */
205
+ clearTileCache(): void;
206
+ /**
207
+ * Notifies the chart that the CSS styles in effect have been updated.
208
+
209
+ */
210
+ styleUpdated(): void;
211
+ /**
212
+ * Gets actual window scale for horizontal dimension of the control
213
+
214
+ */
215
+ getActualWindowScaleHorizontal(): number;
216
+ /**
217
+ * Gets actual window scale for vertical dimension of the control
218
+
219
+ */
220
+ getActualWindowScaleVertical(): number;
221
+ /**
222
+ * Calls for a deferred refresh to the GeographicMap's background.
223
+
224
+ */
225
+ deferredRefresh(): void;
226
+ /**
227
+ * Returns the chart visuals expressed as a ChartVisualData object.
228
+
229
+ */
230
+ exportVisualData(): any;
231
+ /**
232
+ * Zoom in to the geographic region specified, when possible (may need to wait for map to be initialized).
233
+
234
+ * @param geographic * The geographic region to zoom to.
235
+ */
236
+ zoomToGeographic(geographic: IgRect): void;
237
+ private _imageTilesReady;
238
+ private _imageTilesReady_wrapped;
239
+ /**
240
+ * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
241
+ */
242
+ get imageTilesReady(): (s: IgcGeographicMapComponent, e: IgcImageTilesReadyEventArgs) => void;
243
+ set imageTilesReady(ev: (s: IgcGeographicMapComponent, e: IgcImageTilesReadyEventArgs) => void);
244
+ }
@@ -1,3 +1,3 @@
1
- export declare class IgcGeographicMapCoreModule {
2
- static register(): void;
3
- }
1
+ export declare class IgcGeographicMapCoreModule {
2
+ static register(): void;
3
+ }