igniteui-angular-maps 12.1.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.
Files changed (647) hide show
  1. package/License +27 -0
  2. package/README.md +22 -0
  3. package/bundles/igniteui-angular-maps.umd.js +10492 -0
  4. package/bundles/igniteui-angular-maps.umd.js.map +1 -0
  5. package/bundles/igniteui-angular-maps.umd.min.js +2 -0
  6. package/bundles/igniteui-angular-maps.umd.min.js.map +1 -0
  7. package/esm2015/igniteui-angular-maps.js +5 -0
  8. package/esm2015/igniteui-angular-maps.js.map +1 -0
  9. package/esm2015/lib/ArcGISOnlineMapImagery.js +218 -0
  10. package/esm2015/lib/ArcGISOnlineMapImagery.js.map +1 -0
  11. package/esm2015/lib/BingMapsImageryStyle.js +42 -0
  12. package/esm2015/lib/BingMapsImageryStyle.js.map +1 -0
  13. package/esm2015/lib/BingMapsMapImagery.js +8 -0
  14. package/esm2015/lib/BingMapsMapImagery.js.map +1 -0
  15. package/esm2015/lib/BingMapsMapImageryView.js +8 -0
  16. package/esm2015/lib/BingMapsMapImageryView.js.map +1 -0
  17. package/esm2015/lib/BingMapsMapImageryView_combined.js +267 -0
  18. package/esm2015/lib/BingMapsMapImageryView_combined.js.map +1 -0
  19. package/esm2015/lib/BingResourceSet.js +21 -0
  20. package/esm2015/lib/BingResourceSet.js.map +1 -0
  21. package/esm2015/lib/BingResponse.js +21 -0
  22. package/esm2015/lib/BingResponse.js.map +1 -0
  23. package/esm2015/lib/CustomMapImagery.js +28 -0
  24. package/esm2015/lib/CustomMapImagery.js.map +1 -0
  25. package/esm2015/lib/GeographicContourLineSeries.js +8 -0
  26. package/esm2015/lib/GeographicContourLineSeries.js.map +1 -0
  27. package/esm2015/lib/GeographicContourLineSeriesView.js +8 -0
  28. package/esm2015/lib/GeographicContourLineSeriesView.js.map +1 -0
  29. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +102 -0
  30. package/esm2015/lib/GeographicContourLineSeriesView_combined.js.map +1 -0
  31. package/esm2015/lib/GeographicHighDensityScatterSeries.js +8 -0
  32. package/esm2015/lib/GeographicHighDensityScatterSeries.js.map +1 -0
  33. package/esm2015/lib/GeographicHighDensityScatterSeriesView.js +8 -0
  34. package/esm2015/lib/GeographicHighDensityScatterSeriesView.js.map +1 -0
  35. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +182 -0
  36. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js.map +1 -0
  37. package/esm2015/lib/GeographicMapImagery.js +8 -0
  38. package/esm2015/lib/GeographicMapImagery.js.map +1 -0
  39. package/esm2015/lib/GeographicMapImageryView.js +8 -0
  40. package/esm2015/lib/GeographicMapImageryView.js.map +1 -0
  41. package/esm2015/lib/GeographicMapSeriesHost.js +8 -0
  42. package/esm2015/lib/GeographicMapSeriesHost.js.map +1 -0
  43. package/esm2015/lib/GeographicMapSeriesHost_combined.js +314 -0
  44. package/esm2015/lib/GeographicMapSeriesHost_combined.js.map +1 -0
  45. package/esm2015/lib/GeographicPolylineSeries.js +8 -0
  46. package/esm2015/lib/GeographicPolylineSeries.js.map +1 -0
  47. package/esm2015/lib/GeographicPolylineSeriesView.js +8 -0
  48. package/esm2015/lib/GeographicPolylineSeriesView.js.map +1 -0
  49. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +77 -0
  50. package/esm2015/lib/GeographicPolylineSeriesView_combined.js.map +1 -0
  51. package/esm2015/lib/GeographicProportionalSymbolSeries.js +8 -0
  52. package/esm2015/lib/GeographicProportionalSymbolSeries.js.map +1 -0
  53. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js +15 -0
  54. package/esm2015/lib/GeographicProportionalSymbolSeriesBase.js.map +1 -0
  55. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js +20 -0
  56. package/esm2015/lib/GeographicProportionalSymbolSeriesBaseView.js.map +1 -0
  57. package/esm2015/lib/GeographicProportionalSymbolSeriesView.js +8 -0
  58. package/esm2015/lib/GeographicProportionalSymbolSeriesView.js.map +1 -0
  59. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +280 -0
  60. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js.map +1 -0
  61. package/esm2015/lib/GeographicScatterAreaSeries.js +8 -0
  62. package/esm2015/lib/GeographicScatterAreaSeries.js.map +1 -0
  63. package/esm2015/lib/GeographicScatterAreaSeriesView.js +8 -0
  64. package/esm2015/lib/GeographicScatterAreaSeriesView.js.map +1 -0
  65. package/esm2015/lib/GeographicShapeSeries.js +8 -0
  66. package/esm2015/lib/GeographicShapeSeries.js.map +1 -0
  67. package/esm2015/lib/GeographicShapeSeriesBase.js +8 -0
  68. package/esm2015/lib/GeographicShapeSeriesBase.js.map +1 -0
  69. package/esm2015/lib/GeographicShapeSeriesBaseBase.js +15 -0
  70. package/esm2015/lib/GeographicShapeSeriesBaseBase.js.map +1 -0
  71. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js +20 -0
  72. package/esm2015/lib/GeographicShapeSeriesBaseBaseView.js.map +1 -0
  73. package/esm2015/lib/GeographicShapeSeriesBaseView.js +8 -0
  74. package/esm2015/lib/GeographicShapeSeriesBaseView.js.map +1 -0
  75. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +191 -0
  76. package/esm2015/lib/GeographicShapeSeriesBase_combined.js.map +1 -0
  77. package/esm2015/lib/GeographicShapeSeriesView.js +8 -0
  78. package/esm2015/lib/GeographicShapeSeriesView.js.map +1 -0
  79. package/esm2015/lib/GeographicShapeSeriesView_combined.js +141 -0
  80. package/esm2015/lib/GeographicShapeSeriesView_combined.js.map +1 -0
  81. package/esm2015/lib/GeographicSymbolSeries.js +8 -0
  82. package/esm2015/lib/GeographicSymbolSeries.js.map +1 -0
  83. package/esm2015/lib/GeographicSymbolSeriesBase.js +15 -0
  84. package/esm2015/lib/GeographicSymbolSeriesBase.js.map +1 -0
  85. package/esm2015/lib/GeographicSymbolSeriesBaseView.js +20 -0
  86. package/esm2015/lib/GeographicSymbolSeriesBaseView.js.map +1 -0
  87. package/esm2015/lib/GeographicSymbolSeriesView.js +8 -0
  88. package/esm2015/lib/GeographicSymbolSeriesView.js.map +1 -0
  89. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +211 -0
  90. package/esm2015/lib/GeographicSymbolSeriesView_combined.js.map +1 -0
  91. package/esm2015/lib/GeographicTileSeries.js +71 -0
  92. package/esm2015/lib/GeographicTileSeries.js.map +1 -0
  93. package/esm2015/lib/GeographicXYTriangulatingSeries.js +8 -0
  94. package/esm2015/lib/GeographicXYTriangulatingSeries.js.map +1 -0
  95. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js +15 -0
  96. package/esm2015/lib/GeographicXYTriangulatingSeriesBase.js.map +1 -0
  97. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js +20 -0
  98. package/esm2015/lib/GeographicXYTriangulatingSeriesBaseView.js.map +1 -0
  99. package/esm2015/lib/GeographicXYTriangulatingSeriesView.js +8 -0
  100. package/esm2015/lib/GeographicXYTriangulatingSeriesView.js.map +1 -0
  101. package/esm2015/lib/HostSeriesView.js +8 -0
  102. package/esm2015/lib/HostSeriesView.js.map +1 -0
  103. package/esm2015/lib/ImageTilesReadyEventArgs.js +14 -0
  104. package/esm2015/lib/ImageTilesReadyEventArgs.js.map +1 -0
  105. package/esm2015/lib/ImageryMetadata.js +21 -0
  106. package/esm2015/lib/ImageryMetadata.js.map +1 -0
  107. package/esm2015/lib/ImagesChangedEventArgs.js +14 -0
  108. package/esm2015/lib/ImagesChangedEventArgs.js.map +1 -0
  109. package/esm2015/lib/LevelOfDetailResponseModel.js +38 -0
  110. package/esm2015/lib/LevelOfDetailResponseModel.js.map +1 -0
  111. package/esm2015/lib/MapBackgroundTilingMode.js +30 -0
  112. package/esm2015/lib/MapBackgroundTilingMode.js.map +1 -0
  113. package/esm2015/lib/MapResizeBehavior.js +30 -0
  114. package/esm2015/lib/MapResizeBehavior.js.map +1 -0
  115. package/esm2015/lib/MapServerResponseModel.js +31 -0
  116. package/esm2015/lib/MapServerResponseModel.js.map +1 -0
  117. package/esm2015/lib/OpenStreetMapImagery.js +8 -0
  118. package/esm2015/lib/OpenStreetMapImagery.js.map +1 -0
  119. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +133 -0
  120. package/esm2015/lib/SphericalMercatorHorizontalScaler.js.map +1 -0
  121. package/esm2015/lib/SphericalMercatorVerticalScaler.js +190 -0
  122. package/esm2015/lib/SphericalMercatorVerticalScaler.js.map +1 -0
  123. package/esm2015/lib/SubDomainsCollection.js +31 -0
  124. package/esm2015/lib/SubDomainsCollection.js.map +1 -0
  125. package/esm2015/lib/TileGeneratorMapImagery.js +48 -0
  126. package/esm2015/lib/TileGeneratorMapImagery.js.map +1 -0
  127. package/esm2015/lib/TileInfoResponseModel.js +24 -0
  128. package/esm2015/lib/TileInfoResponseModel.js.map +1 -0
  129. package/esm2015/lib/TileSeries.js +8 -0
  130. package/esm2015/lib/TileSeries.js.map +1 -0
  131. package/esm2015/lib/TileSeriesView.js +8 -0
  132. package/esm2015/lib/TileSeriesView.js.map +1 -0
  133. package/esm2015/lib/TileSeries_combined.js +313 -0
  134. package/esm2015/lib/TileSeries_combined.js.map +1 -0
  135. package/esm2015/lib/TokenResponseModel.js +38 -0
  136. package/esm2015/lib/TokenResponseModel.js.map +1 -0
  137. package/esm2015/lib/XamGeographicMap.js +8 -0
  138. package/esm2015/lib/XamGeographicMap.js.map +1 -0
  139. package/esm2015/lib/XamGeographicMapView.js +8 -0
  140. package/esm2015/lib/XamGeographicMapView.js.map +1 -0
  141. package/esm2015/lib/XamGeographicMap_combined.js +1435 -0
  142. package/esm2015/lib/XamGeographicMap_combined.js.map +1 -0
  143. package/esm2015/lib/igx-arc-gis-online-map-imagery-dynamic-module.js +30 -0
  144. package/esm2015/lib/igx-arc-gis-online-map-imagery-dynamic-module.js.map +1 -0
  145. package/esm2015/lib/igx-arc-gis-online-map-imagery-module.js +21 -0
  146. package/esm2015/lib/igx-arc-gis-online-map-imagery-module.js.map +1 -0
  147. package/esm2015/lib/igx-arc-gis-online-map-imagery.js +101 -0
  148. package/esm2015/lib/igx-arc-gis-online-map-imagery.js.map +1 -0
  149. package/esm2015/lib/igx-bing-maps-map-imagery-dynamic-module.js +30 -0
  150. package/esm2015/lib/igx-bing-maps-map-imagery-dynamic-module.js.map +1 -0
  151. package/esm2015/lib/igx-bing-maps-map-imagery-module.js +21 -0
  152. package/esm2015/lib/igx-bing-maps-map-imagery-module.js.map +1 -0
  153. package/esm2015/lib/igx-bing-maps-map-imagery.js +181 -0
  154. package/esm2015/lib/igx-bing-maps-map-imagery.js.map +1 -0
  155. package/esm2015/lib/igx-custom-map-imagery-dynamic-module.js +30 -0
  156. package/esm2015/lib/igx-custom-map-imagery-dynamic-module.js.map +1 -0
  157. package/esm2015/lib/igx-custom-map-imagery-module.js +21 -0
  158. package/esm2015/lib/igx-custom-map-imagery-module.js.map +1 -0
  159. package/esm2015/lib/igx-custom-map-imagery.js +46 -0
  160. package/esm2015/lib/igx-custom-map-imagery.js.map +1 -0
  161. package/esm2015/lib/igx-geographic-contour-line-series-component.js +158 -0
  162. package/esm2015/lib/igx-geographic-contour-line-series-component.js.map +1 -0
  163. package/esm2015/lib/igx-geographic-contour-line-series-dynamic-module.js +30 -0
  164. package/esm2015/lib/igx-geographic-contour-line-series-dynamic-module.js.map +1 -0
  165. package/esm2015/lib/igx-geographic-contour-line-series-module.js +23 -0
  166. package/esm2015/lib/igx-geographic-contour-line-series-module.js.map +1 -0
  167. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +221 -0
  168. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js.map +1 -0
  169. package/esm2015/lib/igx-geographic-high-density-scatter-series-dynamic-module.js +30 -0
  170. package/esm2015/lib/igx-geographic-high-density-scatter-series-dynamic-module.js.map +1 -0
  171. package/esm2015/lib/igx-geographic-high-density-scatter-series-module.js +23 -0
  172. package/esm2015/lib/igx-geographic-high-density-scatter-series-module.js.map +1 -0
  173. package/esm2015/lib/igx-geographic-map-component.js +688 -0
  174. package/esm2015/lib/igx-geographic-map-component.js.map +1 -0
  175. package/esm2015/lib/igx-geographic-map-core-dynamic-module.js +42 -0
  176. package/esm2015/lib/igx-geographic-map-core-dynamic-module.js.map +1 -0
  177. package/esm2015/lib/igx-geographic-map-core-module.js +38 -0
  178. package/esm2015/lib/igx-geographic-map-core-module.js.map +1 -0
  179. package/esm2015/lib/igx-geographic-map-dynamic-module.js +69 -0
  180. package/esm2015/lib/igx-geographic-map-dynamic-module.js.map +1 -0
  181. package/esm2015/lib/igx-geographic-map-imagery.js +227 -0
  182. package/esm2015/lib/igx-geographic-map-imagery.js.map +1 -0
  183. package/esm2015/lib/igx-geographic-map-module.js +66 -0
  184. package/esm2015/lib/igx-geographic-map-module.js.map +1 -0
  185. package/esm2015/lib/igx-geographic-map-series-host-component.js +154 -0
  186. package/esm2015/lib/igx-geographic-map-series-host-component.js.map +1 -0
  187. package/esm2015/lib/igx-geographic-polyline-series-component.js +130 -0
  188. package/esm2015/lib/igx-geographic-polyline-series-component.js.map +1 -0
  189. package/esm2015/lib/igx-geographic-polyline-series-dynamic-module.js +30 -0
  190. package/esm2015/lib/igx-geographic-polyline-series-dynamic-module.js.map +1 -0
  191. package/esm2015/lib/igx-geographic-polyline-series-module.js +23 -0
  192. package/esm2015/lib/igx-geographic-polyline-series-module.js.map +1 -0
  193. package/esm2015/lib/igx-geographic-proportional-symbol-series-base-component.js +16 -0
  194. package/esm2015/lib/igx-geographic-proportional-symbol-series-base-component.js.map +1 -0
  195. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +490 -0
  196. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js.map +1 -0
  197. package/esm2015/lib/igx-geographic-proportional-symbol-series-dynamic-module.js +30 -0
  198. package/esm2015/lib/igx-geographic-proportional-symbol-series-dynamic-module.js.map +1 -0
  199. package/esm2015/lib/igx-geographic-proportional-symbol-series-module.js +23 -0
  200. package/esm2015/lib/igx-geographic-proportional-symbol-series-module.js.map +1 -0
  201. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +125 -0
  202. package/esm2015/lib/igx-geographic-scatter-area-series-component.js.map +1 -0
  203. package/esm2015/lib/igx-geographic-scatter-area-series-dynamic-module.js +30 -0
  204. package/esm2015/lib/igx-geographic-scatter-area-series-dynamic-module.js.map +1 -0
  205. package/esm2015/lib/igx-geographic-scatter-area-series-module.js +23 -0
  206. package/esm2015/lib/igx-geographic-scatter-area-series-module.js.map +1 -0
  207. package/esm2015/lib/igx-geographic-shape-series-base-base-component.js +16 -0
  208. package/esm2015/lib/igx-geographic-shape-series-base-base-component.js.map +1 -0
  209. package/esm2015/lib/igx-geographic-shape-series-base-component.js +276 -0
  210. package/esm2015/lib/igx-geographic-shape-series-base-component.js.map +1 -0
  211. package/esm2015/lib/igx-geographic-shape-series-component.js +248 -0
  212. package/esm2015/lib/igx-geographic-shape-series-component.js.map +1 -0
  213. package/esm2015/lib/igx-geographic-shape-series-dynamic-module.js +30 -0
  214. package/esm2015/lib/igx-geographic-shape-series-dynamic-module.js.map +1 -0
  215. package/esm2015/lib/igx-geographic-shape-series-module.js +23 -0
  216. package/esm2015/lib/igx-geographic-shape-series-module.js.map +1 -0
  217. package/esm2015/lib/igx-geographic-symbol-series-base-component.js +16 -0
  218. package/esm2015/lib/igx-geographic-symbol-series-base-component.js.map +1 -0
  219. package/esm2015/lib/igx-geographic-symbol-series-component.js +310 -0
  220. package/esm2015/lib/igx-geographic-symbol-series-component.js.map +1 -0
  221. package/esm2015/lib/igx-geographic-symbol-series-dynamic-module.js +30 -0
  222. package/esm2015/lib/igx-geographic-symbol-series-dynamic-module.js.map +1 -0
  223. package/esm2015/lib/igx-geographic-symbol-series-module.js +23 -0
  224. package/esm2015/lib/igx-geographic-symbol-series-module.js.map +1 -0
  225. package/esm2015/lib/igx-geographic-tile-series-component.js +101 -0
  226. package/esm2015/lib/igx-geographic-tile-series-component.js.map +1 -0
  227. package/esm2015/lib/igx-geographic-tile-series-dynamic-module.js +30 -0
  228. package/esm2015/lib/igx-geographic-tile-series-dynamic-module.js.map +1 -0
  229. package/esm2015/lib/igx-geographic-tile-series-module.js +23 -0
  230. package/esm2015/lib/igx-geographic-tile-series-module.js.map +1 -0
  231. package/esm2015/lib/igx-geographic-xy-triangulating-series-base-component.js +16 -0
  232. package/esm2015/lib/igx-geographic-xy-triangulating-series-base-component.js.map +1 -0
  233. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +130 -0
  234. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js.map +1 -0
  235. package/esm2015/lib/igx-image-tiles-ready-event-args.js +25 -0
  236. package/esm2015/lib/igx-image-tiles-ready-event-args.js.map +1 -0
  237. package/esm2015/lib/igx-images-changed-event-args.js +25 -0
  238. package/esm2015/lib/igx-images-changed-event-args.js.map +1 -0
  239. package/esm2015/lib/igx-open-street-map-imagery-dynamic-module.js +30 -0
  240. package/esm2015/lib/igx-open-street-map-imagery-dynamic-module.js.map +1 -0
  241. package/esm2015/lib/igx-open-street-map-imagery-module.js +21 -0
  242. package/esm2015/lib/igx-open-street-map-imagery-module.js.map +1 -0
  243. package/esm2015/lib/igx-open-street-map-imagery.js +29 -0
  244. package/esm2015/lib/igx-open-street-map-imagery.js.map +1 -0
  245. package/esm2015/lib/igx-sub-domains-collection.js +31 -0
  246. package/esm2015/lib/igx-sub-domains-collection.js.map +1 -0
  247. package/esm2015/lib/igx-tile-generator-map-imagery-dynamic-module.js +30 -0
  248. package/esm2015/lib/igx-tile-generator-map-imagery-dynamic-module.js.map +1 -0
  249. package/esm2015/lib/igx-tile-generator-map-imagery-module.js +21 -0
  250. package/esm2015/lib/igx-tile-generator-map-imagery-module.js.map +1 -0
  251. package/esm2015/lib/igx-tile-generator-map-imagery.js +29 -0
  252. package/esm2015/lib/igx-tile-generator-map-imagery.js.map +1 -0
  253. package/esm2015/lib/igx-tile-series-component.js +70 -0
  254. package/esm2015/lib/igx-tile-series-component.js.map +1 -0
  255. package/esm2015/lib/igx-tile-series-dynamic-module.js +30 -0
  256. package/esm2015/lib/igx-tile-series-dynamic-module.js.map +1 -0
  257. package/esm2015/lib/igx-tile-series-module.js +22 -0
  258. package/esm2015/lib/igx-tile-series-module.js.map +1 -0
  259. package/esm2015/public_api.js +115 -0
  260. package/esm2015/public_api.js.map +1 -0
  261. package/esm5/igniteui-angular-maps.js +5 -0
  262. package/esm5/igniteui-angular-maps.js.map +1 -0
  263. package/esm5/lib/ArcGISOnlineMapImagery.js +256 -0
  264. package/esm5/lib/ArcGISOnlineMapImagery.js.map +1 -0
  265. package/esm5/lib/BingMapsImageryStyle.js +42 -0
  266. package/esm5/lib/BingMapsImageryStyle.js.map +1 -0
  267. package/esm5/lib/BingMapsMapImagery.js +8 -0
  268. package/esm5/lib/BingMapsMapImagery.js.map +1 -0
  269. package/esm5/lib/BingMapsMapImageryView.js +8 -0
  270. package/esm5/lib/BingMapsMapImageryView.js.map +1 -0
  271. package/esm5/lib/BingMapsMapImageryView_combined.js +296 -0
  272. package/esm5/lib/BingMapsMapImageryView_combined.js.map +1 -0
  273. package/esm5/lib/BingResourceSet.js +26 -0
  274. package/esm5/lib/BingResourceSet.js.map +1 -0
  275. package/esm5/lib/BingResponse.js +26 -0
  276. package/esm5/lib/BingResponse.js.map +1 -0
  277. package/esm5/lib/CustomMapImagery.js +33 -0
  278. package/esm5/lib/CustomMapImagery.js.map +1 -0
  279. package/esm5/lib/GeographicContourLineSeries.js +8 -0
  280. package/esm5/lib/GeographicContourLineSeries.js.map +1 -0
  281. package/esm5/lib/GeographicContourLineSeriesView.js +8 -0
  282. package/esm5/lib/GeographicContourLineSeriesView.js.map +1 -0
  283. package/esm5/lib/GeographicContourLineSeriesView_combined.js +111 -0
  284. package/esm5/lib/GeographicContourLineSeriesView_combined.js.map +1 -0
  285. package/esm5/lib/GeographicHighDensityScatterSeries.js +8 -0
  286. package/esm5/lib/GeographicHighDensityScatterSeries.js.map +1 -0
  287. package/esm5/lib/GeographicHighDensityScatterSeriesView.js +8 -0
  288. package/esm5/lib/GeographicHighDensityScatterSeriesView.js.map +1 -0
  289. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +195 -0
  290. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js.map +1 -0
  291. package/esm5/lib/GeographicMapImagery.js +8 -0
  292. package/esm5/lib/GeographicMapImagery.js.map +1 -0
  293. package/esm5/lib/GeographicMapImageryView.js +8 -0
  294. package/esm5/lib/GeographicMapImageryView.js.map +1 -0
  295. package/esm5/lib/GeographicMapSeriesHost.js +8 -0
  296. package/esm5/lib/GeographicMapSeriesHost.js.map +1 -0
  297. package/esm5/lib/GeographicMapSeriesHost_combined.js +331 -0
  298. package/esm5/lib/GeographicMapSeriesHost_combined.js.map +1 -0
  299. package/esm5/lib/GeographicPolylineSeries.js +8 -0
  300. package/esm5/lib/GeographicPolylineSeries.js.map +1 -0
  301. package/esm5/lib/GeographicPolylineSeriesView.js +8 -0
  302. package/esm5/lib/GeographicPolylineSeriesView.js.map +1 -0
  303. package/esm5/lib/GeographicPolylineSeriesView_combined.js +86 -0
  304. package/esm5/lib/GeographicPolylineSeriesView_combined.js.map +1 -0
  305. package/esm5/lib/GeographicProportionalSymbolSeries.js +8 -0
  306. package/esm5/lib/GeographicProportionalSymbolSeries.js.map +1 -0
  307. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js +22 -0
  308. package/esm5/lib/GeographicProportionalSymbolSeriesBase.js.map +1 -0
  309. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js +25 -0
  310. package/esm5/lib/GeographicProportionalSymbolSeriesBaseView.js.map +1 -0
  311. package/esm5/lib/GeographicProportionalSymbolSeriesView.js +8 -0
  312. package/esm5/lib/GeographicProportionalSymbolSeriesView.js.map +1 -0
  313. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +289 -0
  314. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js.map +1 -0
  315. package/esm5/lib/GeographicScatterAreaSeries.js +8 -0
  316. package/esm5/lib/GeographicScatterAreaSeries.js.map +1 -0
  317. package/esm5/lib/GeographicScatterAreaSeriesView.js +8 -0
  318. package/esm5/lib/GeographicScatterAreaSeriesView.js.map +1 -0
  319. package/esm5/lib/GeographicShapeSeries.js +8 -0
  320. package/esm5/lib/GeographicShapeSeries.js.map +1 -0
  321. package/esm5/lib/GeographicShapeSeriesBase.js +8 -0
  322. package/esm5/lib/GeographicShapeSeriesBase.js.map +1 -0
  323. package/esm5/lib/GeographicShapeSeriesBaseBase.js +22 -0
  324. package/esm5/lib/GeographicShapeSeriesBaseBase.js.map +1 -0
  325. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js +25 -0
  326. package/esm5/lib/GeographicShapeSeriesBaseBaseView.js.map +1 -0
  327. package/esm5/lib/GeographicShapeSeriesBaseView.js +8 -0
  328. package/esm5/lib/GeographicShapeSeriesBaseView.js.map +1 -0
  329. package/esm5/lib/GeographicShapeSeriesBase_combined.js +204 -0
  330. package/esm5/lib/GeographicShapeSeriesBase_combined.js.map +1 -0
  331. package/esm5/lib/GeographicShapeSeriesView.js +8 -0
  332. package/esm5/lib/GeographicShapeSeriesView.js.map +1 -0
  333. package/esm5/lib/GeographicShapeSeriesView_combined.js +150 -0
  334. package/esm5/lib/GeographicShapeSeriesView_combined.js.map +1 -0
  335. package/esm5/lib/GeographicSymbolSeries.js +8 -0
  336. package/esm5/lib/GeographicSymbolSeries.js.map +1 -0
  337. package/esm5/lib/GeographicSymbolSeriesBase.js +22 -0
  338. package/esm5/lib/GeographicSymbolSeriesBase.js.map +1 -0
  339. package/esm5/lib/GeographicSymbolSeriesBaseView.js +25 -0
  340. package/esm5/lib/GeographicSymbolSeriesBaseView.js.map +1 -0
  341. package/esm5/lib/GeographicSymbolSeriesView.js +8 -0
  342. package/esm5/lib/GeographicSymbolSeriesView.js.map +1 -0
  343. package/esm5/lib/GeographicSymbolSeriesView_combined.js +220 -0
  344. package/esm5/lib/GeographicSymbolSeriesView_combined.js.map +1 -0
  345. package/esm5/lib/GeographicTileSeries.js +80 -0
  346. package/esm5/lib/GeographicTileSeries.js.map +1 -0
  347. package/esm5/lib/GeographicXYTriangulatingSeries.js +8 -0
  348. package/esm5/lib/GeographicXYTriangulatingSeries.js.map +1 -0
  349. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js +22 -0
  350. package/esm5/lib/GeographicXYTriangulatingSeriesBase.js.map +1 -0
  351. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js +25 -0
  352. package/esm5/lib/GeographicXYTriangulatingSeriesBaseView.js.map +1 -0
  353. package/esm5/lib/GeographicXYTriangulatingSeriesView.js +8 -0
  354. package/esm5/lib/GeographicXYTriangulatingSeriesView.js.map +1 -0
  355. package/esm5/lib/HostSeriesView.js +8 -0
  356. package/esm5/lib/HostSeriesView.js.map +1 -0
  357. package/esm5/lib/ImageTilesReadyEventArgs.js +21 -0
  358. package/esm5/lib/ImageTilesReadyEventArgs.js.map +1 -0
  359. package/esm5/lib/ImageryMetadata.js +26 -0
  360. package/esm5/lib/ImageryMetadata.js.map +1 -0
  361. package/esm5/lib/ImagesChangedEventArgs.js +21 -0
  362. package/esm5/lib/ImagesChangedEventArgs.js.map +1 -0
  363. package/esm5/lib/LevelOfDetailResponseModel.js +55 -0
  364. package/esm5/lib/LevelOfDetailResponseModel.js.map +1 -0
  365. package/esm5/lib/MapBackgroundTilingMode.js +30 -0
  366. package/esm5/lib/MapBackgroundTilingMode.js.map +1 -0
  367. package/esm5/lib/MapResizeBehavior.js +30 -0
  368. package/esm5/lib/MapResizeBehavior.js.map +1 -0
  369. package/esm5/lib/MapServerResponseModel.js +44 -0
  370. package/esm5/lib/MapServerResponseModel.js.map +1 -0
  371. package/esm5/lib/OpenStreetMapImagery.js +8 -0
  372. package/esm5/lib/OpenStreetMapImagery.js.map +1 -0
  373. package/esm5/lib/SphericalMercatorHorizontalScaler.js +138 -0
  374. package/esm5/lib/SphericalMercatorHorizontalScaler.js.map +1 -0
  375. package/esm5/lib/SphericalMercatorVerticalScaler.js +203 -0
  376. package/esm5/lib/SphericalMercatorVerticalScaler.js.map +1 -0
  377. package/esm5/lib/SubDomainsCollection.js +41 -0
  378. package/esm5/lib/SubDomainsCollection.js.map +1 -0
  379. package/esm5/lib/TileGeneratorMapImagery.js +54 -0
  380. package/esm5/lib/TileGeneratorMapImagery.js.map +1 -0
  381. package/esm5/lib/TileInfoResponseModel.js +33 -0
  382. package/esm5/lib/TileInfoResponseModel.js.map +1 -0
  383. package/esm5/lib/TileSeries.js +8 -0
  384. package/esm5/lib/TileSeries.js.map +1 -0
  385. package/esm5/lib/TileSeriesView.js +8 -0
  386. package/esm5/lib/TileSeriesView.js.map +1 -0
  387. package/esm5/lib/TileSeries_combined.js +330 -0
  388. package/esm5/lib/TileSeries_combined.js.map +1 -0
  389. package/esm5/lib/TokenResponseModel.js +55 -0
  390. package/esm5/lib/TokenResponseModel.js.map +1 -0
  391. package/esm5/lib/XamGeographicMap.js +8 -0
  392. package/esm5/lib/XamGeographicMap.js.map +1 -0
  393. package/esm5/lib/XamGeographicMapView.js +8 -0
  394. package/esm5/lib/XamGeographicMapView.js.map +1 -0
  395. package/esm5/lib/XamGeographicMap_combined.js +1555 -0
  396. package/esm5/lib/XamGeographicMap_combined.js.map +1 -0
  397. package/esm5/lib/igx-arc-gis-online-map-imagery-dynamic-module.js +31 -0
  398. package/esm5/lib/igx-arc-gis-online-map-imagery-dynamic-module.js.map +1 -0
  399. package/esm5/lib/igx-arc-gis-online-map-imagery-module.js +24 -0
  400. package/esm5/lib/igx-arc-gis-online-map-imagery-module.js.map +1 -0
  401. package/esm5/lib/igx-arc-gis-online-map-imagery.js +141 -0
  402. package/esm5/lib/igx-arc-gis-online-map-imagery.js.map +1 -0
  403. package/esm5/lib/igx-bing-maps-map-imagery-dynamic-module.js +31 -0
  404. package/esm5/lib/igx-bing-maps-map-imagery-dynamic-module.js.map +1 -0
  405. package/esm5/lib/igx-bing-maps-map-imagery-module.js +24 -0
  406. package/esm5/lib/igx-bing-maps-map-imagery-module.js.map +1 -0
  407. package/esm5/lib/igx-bing-maps-map-imagery.js +234 -0
  408. package/esm5/lib/igx-bing-maps-map-imagery.js.map +1 -0
  409. package/esm5/lib/igx-custom-map-imagery-dynamic-module.js +31 -0
  410. package/esm5/lib/igx-custom-map-imagery-dynamic-module.js.map +1 -0
  411. package/esm5/lib/igx-custom-map-imagery-module.js +24 -0
  412. package/esm5/lib/igx-custom-map-imagery-module.js.map +1 -0
  413. package/esm5/lib/igx-custom-map-imagery.js +59 -0
  414. package/esm5/lib/igx-custom-map-imagery.js.map +1 -0
  415. package/esm5/lib/igx-geographic-contour-line-series-component.js +183 -0
  416. package/esm5/lib/igx-geographic-contour-line-series-component.js.map +1 -0
  417. package/esm5/lib/igx-geographic-contour-line-series-dynamic-module.js +31 -0
  418. package/esm5/lib/igx-geographic-contour-line-series-dynamic-module.js.map +1 -0
  419. package/esm5/lib/igx-geographic-contour-line-series-module.js +26 -0
  420. package/esm5/lib/igx-geographic-contour-line-series-module.js.map +1 -0
  421. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +278 -0
  422. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js.map +1 -0
  423. package/esm5/lib/igx-geographic-high-density-scatter-series-dynamic-module.js +31 -0
  424. package/esm5/lib/igx-geographic-high-density-scatter-series-dynamic-module.js.map +1 -0
  425. package/esm5/lib/igx-geographic-high-density-scatter-series-module.js +26 -0
  426. package/esm5/lib/igx-geographic-high-density-scatter-series-module.js.map +1 -0
  427. package/esm5/lib/igx-geographic-map-component.js +780 -0
  428. package/esm5/lib/igx-geographic-map-component.js.map +1 -0
  429. package/esm5/lib/igx-geographic-map-core-dynamic-module.js +43 -0
  430. package/esm5/lib/igx-geographic-map-core-dynamic-module.js.map +1 -0
  431. package/esm5/lib/igx-geographic-map-core-module.js +39 -0
  432. package/esm5/lib/igx-geographic-map-core-module.js.map +1 -0
  433. package/esm5/lib/igx-geographic-map-dynamic-module.js +72 -0
  434. package/esm5/lib/igx-geographic-map-dynamic-module.js.map +1 -0
  435. package/esm5/lib/igx-geographic-map-imagery.js +281 -0
  436. package/esm5/lib/igx-geographic-map-imagery.js.map +1 -0
  437. package/esm5/lib/igx-geographic-map-module.js +69 -0
  438. package/esm5/lib/igx-geographic-map-module.js.map +1 -0
  439. package/esm5/lib/igx-geographic-map-series-host-component.js +177 -0
  440. package/esm5/lib/igx-geographic-map-series-host-component.js.map +1 -0
  441. package/esm5/lib/igx-geographic-polyline-series-component.js +159 -0
  442. package/esm5/lib/igx-geographic-polyline-series-component.js.map +1 -0
  443. package/esm5/lib/igx-geographic-polyline-series-dynamic-module.js +31 -0
  444. package/esm5/lib/igx-geographic-polyline-series-dynamic-module.js.map +1 -0
  445. package/esm5/lib/igx-geographic-polyline-series-module.js +26 -0
  446. package/esm5/lib/igx-geographic-polyline-series-module.js.map +1 -0
  447. package/esm5/lib/igx-geographic-proportional-symbol-series-base-component.js +24 -0
  448. package/esm5/lib/igx-geographic-proportional-symbol-series-base-component.js.map +1 -0
  449. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +604 -0
  450. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js.map +1 -0
  451. package/esm5/lib/igx-geographic-proportional-symbol-series-dynamic-module.js +31 -0
  452. package/esm5/lib/igx-geographic-proportional-symbol-series-dynamic-module.js.map +1 -0
  453. package/esm5/lib/igx-geographic-proportional-symbol-series-module.js +26 -0
  454. package/esm5/lib/igx-geographic-proportional-symbol-series-module.js.map +1 -0
  455. package/esm5/lib/igx-geographic-scatter-area-series-component.js +146 -0
  456. package/esm5/lib/igx-geographic-scatter-area-series-component.js.map +1 -0
  457. package/esm5/lib/igx-geographic-scatter-area-series-dynamic-module.js +31 -0
  458. package/esm5/lib/igx-geographic-scatter-area-series-dynamic-module.js.map +1 -0
  459. package/esm5/lib/igx-geographic-scatter-area-series-module.js +26 -0
  460. package/esm5/lib/igx-geographic-scatter-area-series-module.js.map +1 -0
  461. package/esm5/lib/igx-geographic-shape-series-base-base-component.js +24 -0
  462. package/esm5/lib/igx-geographic-shape-series-base-base-component.js.map +1 -0
  463. package/esm5/lib/igx-geographic-shape-series-base-component.js +335 -0
  464. package/esm5/lib/igx-geographic-shape-series-base-component.js.map +1 -0
  465. package/esm5/lib/igx-geographic-shape-series-component.js +309 -0
  466. package/esm5/lib/igx-geographic-shape-series-component.js.map +1 -0
  467. package/esm5/lib/igx-geographic-shape-series-dynamic-module.js +31 -0
  468. package/esm5/lib/igx-geographic-shape-series-dynamic-module.js.map +1 -0
  469. package/esm5/lib/igx-geographic-shape-series-module.js +26 -0
  470. package/esm5/lib/igx-geographic-shape-series-module.js.map +1 -0
  471. package/esm5/lib/igx-geographic-symbol-series-base-component.js +24 -0
  472. package/esm5/lib/igx-geographic-symbol-series-base-component.js.map +1 -0
  473. package/esm5/lib/igx-geographic-symbol-series-component.js +388 -0
  474. package/esm5/lib/igx-geographic-symbol-series-component.js.map +1 -0
  475. package/esm5/lib/igx-geographic-symbol-series-dynamic-module.js +31 -0
  476. package/esm5/lib/igx-geographic-symbol-series-dynamic-module.js.map +1 -0
  477. package/esm5/lib/igx-geographic-symbol-series-module.js +26 -0
  478. package/esm5/lib/igx-geographic-symbol-series-module.js.map +1 -0
  479. package/esm5/lib/igx-geographic-tile-series-component.js +118 -0
  480. package/esm5/lib/igx-geographic-tile-series-component.js.map +1 -0
  481. package/esm5/lib/igx-geographic-tile-series-dynamic-module.js +31 -0
  482. package/esm5/lib/igx-geographic-tile-series-dynamic-module.js.map +1 -0
  483. package/esm5/lib/igx-geographic-tile-series-module.js +26 -0
  484. package/esm5/lib/igx-geographic-tile-series-module.js.map +1 -0
  485. package/esm5/lib/igx-geographic-xy-triangulating-series-base-component.js +24 -0
  486. package/esm5/lib/igx-geographic-xy-triangulating-series-base-component.js.map +1 -0
  487. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +165 -0
  488. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js.map +1 -0
  489. package/esm5/lib/igx-image-tiles-ready-event-args.js +31 -0
  490. package/esm5/lib/igx-image-tiles-ready-event-args.js.map +1 -0
  491. package/esm5/lib/igx-images-changed-event-args.js +31 -0
  492. package/esm5/lib/igx-images-changed-event-args.js.map +1 -0
  493. package/esm5/lib/igx-open-street-map-imagery-dynamic-module.js +31 -0
  494. package/esm5/lib/igx-open-street-map-imagery-dynamic-module.js.map +1 -0
  495. package/esm5/lib/igx-open-street-map-imagery-module.js +24 -0
  496. package/esm5/lib/igx-open-street-map-imagery-module.js.map +1 -0
  497. package/esm5/lib/igx-open-street-map-imagery.js +41 -0
  498. package/esm5/lib/igx-open-street-map-imagery.js.map +1 -0
  499. package/esm5/lib/igx-sub-domains-collection.js +36 -0
  500. package/esm5/lib/igx-sub-domains-collection.js.map +1 -0
  501. package/esm5/lib/igx-tile-generator-map-imagery-dynamic-module.js +31 -0
  502. package/esm5/lib/igx-tile-generator-map-imagery-dynamic-module.js.map +1 -0
  503. package/esm5/lib/igx-tile-generator-map-imagery-module.js +24 -0
  504. package/esm5/lib/igx-tile-generator-map-imagery-module.js.map +1 -0
  505. package/esm5/lib/igx-tile-generator-map-imagery.js +41 -0
  506. package/esm5/lib/igx-tile-generator-map-imagery.js.map +1 -0
  507. package/esm5/lib/igx-tile-series-component.js +81 -0
  508. package/esm5/lib/igx-tile-series-component.js.map +1 -0
  509. package/esm5/lib/igx-tile-series-dynamic-module.js +31 -0
  510. package/esm5/lib/igx-tile-series-dynamic-module.js.map +1 -0
  511. package/esm5/lib/igx-tile-series-module.js +25 -0
  512. package/esm5/lib/igx-tile-series-module.js.map +1 -0
  513. package/esm5/public_api.js +115 -0
  514. package/esm5/public_api.js.map +1 -0
  515. package/fesm2015/igniteui-angular-maps.js +9091 -0
  516. package/fesm2015/igniteui-angular-maps.js.map +1 -0
  517. package/fesm5/igniteui-angular-maps.js +10370 -0
  518. package/fesm5/igniteui-angular-maps.js.map +1 -0
  519. package/igniteui-angular-maps.d.ts +4 -0
  520. package/igniteui-angular-maps.metadata.json +1 -0
  521. package/lib/ArcGISOnlineMapImagery.d.ts +41 -0
  522. package/lib/BingMapsImageryStyle.d.ts +34 -0
  523. package/lib/BingMapsMapImagery.d.ts +1 -0
  524. package/lib/BingMapsMapImageryView.d.ts +1 -0
  525. package/lib/BingMapsMapImageryView_combined.d.ts +57 -0
  526. package/lib/BingResourceSet.d.ts +11 -0
  527. package/lib/BingResponse.d.ts +11 -0
  528. package/lib/CustomMapImagery.d.ts +14 -0
  529. package/lib/GeographicContourLineSeries.d.ts +1 -0
  530. package/lib/GeographicContourLineSeriesView.d.ts +1 -0
  531. package/lib/GeographicContourLineSeriesView_combined.d.ts +40 -0
  532. package/lib/GeographicHighDensityScatterSeries.d.ts +1 -0
  533. package/lib/GeographicHighDensityScatterSeriesView.d.ts +1 -0
  534. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +61 -0
  535. package/lib/GeographicMapImagery.d.ts +1 -0
  536. package/lib/GeographicMapImageryView.d.ts +1 -0
  537. package/lib/GeographicMapSeriesHost.d.ts +1 -0
  538. package/lib/GeographicMapSeriesHost_combined.d.ts +85 -0
  539. package/lib/GeographicPolylineSeries.d.ts +1 -0
  540. package/lib/GeographicPolylineSeriesView.d.ts +1 -0
  541. package/lib/GeographicPolylineSeriesView_combined.d.ts +36 -0
  542. package/lib/GeographicProportionalSymbolSeries.d.ts +1 -0
  543. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +10 -0
  544. package/lib/GeographicProportionalSymbolSeriesBaseView.d.ts +11 -0
  545. package/lib/GeographicProportionalSymbolSeriesView.d.ts +1 -0
  546. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +93 -0
  547. package/lib/GeographicScatterAreaSeries.d.ts +1 -0
  548. package/lib/GeographicScatterAreaSeriesView.d.ts +1 -0
  549. package/lib/GeographicShapeSeries.d.ts +1 -0
  550. package/lib/GeographicShapeSeriesBase.d.ts +1 -0
  551. package/lib/GeographicShapeSeriesBaseBase.d.ts +10 -0
  552. package/lib/GeographicShapeSeriesBaseBaseView.d.ts +11 -0
  553. package/lib/GeographicShapeSeriesBaseView.d.ts +1 -0
  554. package/lib/GeographicShapeSeriesBase_combined.d.ts +56 -0
  555. package/lib/GeographicShapeSeriesView.d.ts +1 -0
  556. package/lib/GeographicShapeSeriesView_combined.d.ts +59 -0
  557. package/lib/GeographicSymbolSeries.d.ts +1 -0
  558. package/lib/GeographicSymbolSeriesBase.d.ts +10 -0
  559. package/lib/GeographicSymbolSeriesBaseView.d.ts +11 -0
  560. package/lib/GeographicSymbolSeriesView.d.ts +1 -0
  561. package/lib/GeographicSymbolSeriesView_combined.d.ts +75 -0
  562. package/lib/GeographicTileSeries.d.ts +21 -0
  563. package/lib/GeographicXYTriangulatingSeries.d.ts +1 -0
  564. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +10 -0
  565. package/lib/GeographicXYTriangulatingSeriesBaseView.d.ts +11 -0
  566. package/lib/GeographicXYTriangulatingSeriesView.d.ts +1 -0
  567. package/lib/HostSeriesView.d.ts +1 -0
  568. package/lib/ImageTilesReadyEventArgs.d.ts +7 -0
  569. package/lib/ImageryMetadata.d.ts +11 -0
  570. package/lib/ImagesChangedEventArgs.d.ts +7 -0
  571. package/lib/LevelOfDetailResponseModel.d.ts +13 -0
  572. package/lib/MapBackgroundTilingMode.d.ts +22 -0
  573. package/lib/MapResizeBehavior.d.ts +22 -0
  574. package/lib/MapServerResponseModel.d.ts +12 -0
  575. package/lib/OpenStreetMapImagery.d.ts +1 -0
  576. package/lib/SphericalMercatorHorizontalScaler.d.ts +23 -0
  577. package/lib/SphericalMercatorVerticalScaler.d.ts +34 -0
  578. package/lib/SubDomainsCollection.d.ts +11 -0
  579. package/lib/TileGeneratorMapImagery.d.ts +14 -0
  580. package/lib/TileInfoResponseModel.d.ts +10 -0
  581. package/lib/TileSeries.d.ts +1 -0
  582. package/lib/TileSeriesView.d.ts +1 -0
  583. package/lib/TileSeries_combined.d.ts +71 -0
  584. package/lib/TokenResponseModel.d.ts +13 -0
  585. package/lib/XamGeographicMap.d.ts +1 -0
  586. package/lib/XamGeographicMapView.d.ts +1 -0
  587. package/lib/XamGeographicMap_combined.d.ts +308 -0
  588. package/lib/igx-arc-gis-online-map-imagery-dynamic-module.d.ts +3 -0
  589. package/lib/igx-arc-gis-online-map-imagery-module.d.ts +2 -0
  590. package/lib/igx-arc-gis-online-map-imagery.d.ts +53 -0
  591. package/lib/igx-bing-maps-map-imagery-dynamic-module.d.ts +3 -0
  592. package/lib/igx-bing-maps-map-imagery-module.d.ts +2 -0
  593. package/lib/igx-bing-maps-map-imagery.d.ts +72 -0
  594. package/lib/igx-custom-map-imagery-dynamic-module.d.ts +3 -0
  595. package/lib/igx-custom-map-imagery-module.d.ts +2 -0
  596. package/lib/igx-custom-map-imagery.d.ts +22 -0
  597. package/lib/igx-geographic-contour-line-series-component.d.ts +48 -0
  598. package/lib/igx-geographic-contour-line-series-dynamic-module.d.ts +3 -0
  599. package/lib/igx-geographic-contour-line-series-module.d.ts +2 -0
  600. package/lib/igx-geographic-high-density-scatter-series-component.d.ts +83 -0
  601. package/lib/igx-geographic-high-density-scatter-series-dynamic-module.d.ts +3 -0
  602. package/lib/igx-geographic-high-density-scatter-series-module.d.ts +2 -0
  603. package/lib/igx-geographic-map-component.d.ts +231 -0
  604. package/lib/igx-geographic-map-core-dynamic-module.d.ts +3 -0
  605. package/lib/igx-geographic-map-core-module.d.ts +3 -0
  606. package/lib/igx-geographic-map-dynamic-module.d.ts +2 -0
  607. package/lib/igx-geographic-map-imagery.d.ts +92 -0
  608. package/lib/igx-geographic-map-module.d.ts +2 -0
  609. package/lib/igx-geographic-map-series-host-component.d.ts +83 -0
  610. package/lib/igx-geographic-polyline-series-component.d.ts +48 -0
  611. package/lib/igx-geographic-polyline-series-dynamic-module.d.ts +3 -0
  612. package/lib/igx-geographic-polyline-series-module.d.ts +2 -0
  613. package/lib/igx-geographic-proportional-symbol-series-base-component.d.ts +18 -0
  614. package/lib/igx-geographic-proportional-symbol-series-component.d.ts +168 -0
  615. package/lib/igx-geographic-proportional-symbol-series-dynamic-module.d.ts +3 -0
  616. package/lib/igx-geographic-proportional-symbol-series-module.d.ts +2 -0
  617. package/lib/igx-geographic-scatter-area-series-component.d.ts +43 -0
  618. package/lib/igx-geographic-scatter-area-series-dynamic-module.d.ts +3 -0
  619. package/lib/igx-geographic-scatter-area-series-module.d.ts +2 -0
  620. package/lib/igx-geographic-shape-series-base-base-component.d.ts +18 -0
  621. package/lib/igx-geographic-shape-series-base-component.d.ts +95 -0
  622. package/lib/igx-geographic-shape-series-component.d.ts +91 -0
  623. package/lib/igx-geographic-shape-series-dynamic-module.d.ts +3 -0
  624. package/lib/igx-geographic-shape-series-module.d.ts +2 -0
  625. package/lib/igx-geographic-symbol-series-base-component.d.ts +18 -0
  626. package/lib/igx-geographic-symbol-series-component.d.ts +120 -0
  627. package/lib/igx-geographic-symbol-series-dynamic-module.d.ts +3 -0
  628. package/lib/igx-geographic-symbol-series-module.d.ts +2 -0
  629. package/lib/igx-geographic-tile-series-component.d.ts +43 -0
  630. package/lib/igx-geographic-tile-series-dynamic-module.d.ts +3 -0
  631. package/lib/igx-geographic-tile-series-module.d.ts +2 -0
  632. package/lib/igx-geographic-xy-triangulating-series-base-component.d.ts +18 -0
  633. package/lib/igx-geographic-xy-triangulating-series-component.d.ts +51 -0
  634. package/lib/igx-image-tiles-ready-event-args.d.ts +12 -0
  635. package/lib/igx-images-changed-event-args.d.ts +12 -0
  636. package/lib/igx-open-street-map-imagery-dynamic-module.d.ts +3 -0
  637. package/lib/igx-open-street-map-imagery-module.d.ts +2 -0
  638. package/lib/igx-open-street-map-imagery.d.ts +17 -0
  639. package/lib/igx-sub-domains-collection.d.ts +6 -0
  640. package/lib/igx-tile-generator-map-imagery-dynamic-module.d.ts +3 -0
  641. package/lib/igx-tile-generator-map-imagery-module.d.ts +2 -0
  642. package/lib/igx-tile-generator-map-imagery.d.ts +18 -0
  643. package/lib/igx-tile-series-component.d.ts +33 -0
  644. package/lib/igx-tile-series-dynamic-module.d.ts +3 -0
  645. package/lib/igx-tile-series-module.d.ts +2 -0
  646. package/package.json +41 -0
  647. package/public_api.d.ts +114 -0
@@ -0,0 +1,780 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import * as tslib_1 from "tslib";
8
+ import { EventEmitter, Output, Injector, ComponentFactoryResolver, Component, Renderer2, ViewChild, ContentChildren, QueryList, Input, forwardRef, NgZone, ChangeDetectionStrategy, ViewContainerRef } from '@angular/core';
9
+ import { IgxSeriesComponent } from "igniteui-angular-charts";
10
+ import { IgxSeriesViewerComponent } from "igniteui-angular-charts";
11
+ import { AngularRenderer, AngularWrapper } from "igniteui-angular-core";
12
+ import { TypeRegistrar } from "igniteui-angular-core";
13
+ import { XamGeographicMap } from './XamGeographicMap';
14
+ import { CollectionAdapter, toPoint, fromPoint, toRect, fromRect, ensureBool, ensureEnum, NamePatcher } from "igniteui-angular-core";
15
+ import { DataChartStylingDefaults } from "igniteui-angular-charts";
16
+ import { IgxDataContext } from "igniteui-angular-core";
17
+ import { delegateCombine } from "igniteui-angular-core";
18
+ import { IgxSeriesCollection } from "igniteui-angular-charts";
19
+ import { NotifyCollectionChangedAction } from "igniteui-angular-core";
20
+ import { IgxImageTilesReadyEventArgs } from './igx-image-tiles-ready-event-args';
21
+ import { IgxNumericXAxisComponent } from "igniteui-angular-charts";
22
+ import { IgxNumericYAxisComponent } from "igniteui-angular-charts";
23
+ import { MapResizeBehavior, MapResizeBehavior_$type } from './MapResizeBehavior';
24
+ import { MapBackgroundTilingMode, MapBackgroundTilingMode_$type } from './MapBackgroundTilingMode';
25
+ export var IgxGeographicMapComponent_PROVIDERS = [{ provide: IgxSeriesViewerComponent, useExisting: forwardRef(function () { return IgxGeographicMapComponent; }) }];
26
+ /**
27
+ * Represents the Infragistics IgxGeographicMapComponent control.
28
+ */
29
+ var IgxGeographicMapComponent = /** @class */ (function (_super) {
30
+ tslib_1.__extends(IgxGeographicMapComponent, _super);
31
+ function IgxGeographicMapComponent(_renderer, _elRef, _ngZone, _componentFactoryResolver, _injector) {
32
+ var _this = _super.call(this) || this;
33
+ _this._renderer = _renderer;
34
+ _this._elRef = _elRef;
35
+ _this._ngZone = _ngZone;
36
+ _this._componentFactoryResolver = _componentFactoryResolver;
37
+ _this._injector = _injector;
38
+ /**
39
+ * The series actually present in the chart. Do not directly modify this array.
40
+ * This array's contents can be modified by causing Angular to reproject the child content.
41
+ * Or adding and removing series from the manual series collection on the series property.
42
+ */
43
+ _this.actualSeries = [];
44
+ _this._series = null;
45
+ _this._dataSource = null;
46
+ _this._seriesAdapter = null;
47
+ _this._defaultTooltips = null;
48
+ _this._imageTilesReady = null;
49
+ if (_this._styling) {
50
+ NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
51
+ }
52
+ _this._zoneRunner = function (act) { return _this._ngZone.run(act); };
53
+ _this._container = _renderer.createElement("div");
54
+ _renderer.appendChild(_elRef.element.nativeElement, _this._container);
55
+ _renderer.setStyle(_this._container, "display", "block");
56
+ _renderer.setStyle(_this._container, "width", "100%");
57
+ _renderer.setStyle(_this._container, "height", "100%");
58
+ var root;
59
+ root = _this._container;
60
+ if (_this._container.nativeElement != null) {
61
+ root = _this._container.nativeElement;
62
+ }
63
+ var ren = new AngularRenderer(root, _this._renderer, window.document, _this._ngZone, true, DataChartStylingDefaults);
64
+ _this._wrapper = ren;
65
+ var chart = _this.i;
66
+ _this._chart = chart;
67
+ chart.provideContainer(ren);
68
+ ren.addSizeWatcher(function () {
69
+ _this._chart.notifyContainerResized();
70
+ });
71
+ return _this;
72
+ }
73
+ IgxGeographicMapComponent_1 = IgxGeographicMapComponent;
74
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "height", {
75
+ get: function () {
76
+ return this._height;
77
+ },
78
+ set: function (value) {
79
+ this._height = value;
80
+ this._renderer.setStyle(this._elRef.element.nativeElement, "height", value);
81
+ this._chart.notifyContainerResized();
82
+ },
83
+ enumerable: true,
84
+ configurable: true
85
+ });
86
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "width", {
87
+ get: function () {
88
+ return this._width;
89
+ },
90
+ set: function (value) {
91
+ this._width = value;
92
+ this._renderer.setStyle(this._elRef.element.nativeElement, "width", value);
93
+ this._chart.notifyContainerResized();
94
+ },
95
+ enumerable: true,
96
+ configurable: true
97
+ });
98
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "legend", {
99
+ /**
100
+ * Gets or sets the legend used for the current chart.
101
+ */
102
+ get: function () {
103
+ if (this.i.legend != null)
104
+ return this.i.legend.externalObject;
105
+ },
106
+ set: function (v) {
107
+ if (v != undefined && v != null)
108
+ this.i.legend = v.i;
109
+ },
110
+ enumerable: true,
111
+ configurable: true
112
+ });
113
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "series", {
114
+ /**
115
+ * A collection or manually added series for the chart.
116
+ */
117
+ get: function () {
118
+ var _this = this;
119
+ if (this._series === null) {
120
+ var coll = new IgxSeriesCollection();
121
+ var inner = coll._innerColl;
122
+ inner.addListener(function (sender, e) {
123
+ switch (e.action) {
124
+ case NotifyCollectionChangedAction.Add:
125
+ _this._seriesAdapter.addManualItem(e.newItems.item(0));
126
+ break;
127
+ case NotifyCollectionChangedAction.Remove:
128
+ _this._seriesAdapter.removeManualItemAt(e.oldStartingIndex);
129
+ break;
130
+ case NotifyCollectionChangedAction.Replace:
131
+ _this._seriesAdapter.removeManualItemAt(e.oldStartingIndex);
132
+ _this._seriesAdapter.insertManualItem(e.newStartingIndex, e.newItems.item(0));
133
+ break;
134
+ case NotifyCollectionChangedAction.Reset:
135
+ _this._seriesAdapter.clearManualItems();
136
+ break;
137
+ }
138
+ });
139
+ this._series = coll;
140
+ }
141
+ return this._series;
142
+ },
143
+ enumerable: true,
144
+ configurable: true
145
+ });
146
+ IgxGeographicMapComponent.prototype.ngOnDestroy = function () {
147
+ this._chart.destroy();
148
+ this._wrapper.destroy();
149
+ };
150
+ IgxGeographicMapComponent.prototype.createImplementation = function () {
151
+ return new XamGeographicMap();
152
+ };
153
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "dataSource", {
154
+ get: function () {
155
+ return this._dataSource;
156
+ },
157
+ set: function (value) {
158
+ this._dataSource = value;
159
+ this.bindData();
160
+ },
161
+ enumerable: true,
162
+ configurable: true
163
+ });
164
+ IgxGeographicMapComponent.prototype.bindData = function () {
165
+ if (this.actualSeries && this.actualSeries.length > 0) {
166
+ var currSeries = this.actualSeries;
167
+ for (var i = 0; i < currSeries.length; i++) {
168
+ currSeries[i].provideData(this._dataSource);
169
+ }
170
+ }
171
+ };
172
+ IgxGeographicMapComponent.prototype.ngAfterContentInit = function () {
173
+ var _this = this;
174
+ if (TypeRegistrar.isRegistered("IgxDataChartDefaultTooltipsComponent")) {
175
+ var c = TypeRegistrar.get("IgxDataChartDefaultTooltipsComponent");
176
+ var cf = this._componentFactoryResolver.resolveComponentFactory(c);
177
+ var cr_1 = this._dynamicContent.createComponent(cf);
178
+ //let cr = cf.create(this._injector);
179
+ this._defaultTooltips = cr_1;
180
+ cr_1.instance.onContentReady.subscribe(function () {
181
+ _this._onDefaultTooltipsReady(cr_1);
182
+ });
183
+ //this._container.appendChild(cr.location.nativeElement);
184
+ }
185
+ this._seriesAdapter = new CollectionAdapter(this.contentSeries, this.i.series, this.actualSeries, function (c) { return c.i; }, function (i) {
186
+ i.owner = _this;
187
+ i._provideRenderer(_this._dataSource);
188
+ i.provideData(_this._dataSource);
189
+ //i.bindAxes(this.axes);
190
+ _this._ensureDefaultTooltip(i);
191
+ _this._ensureTooltipCreated(i);
192
+ }, function (i) { i._provideRenderer(null); i.provideData(null); });
193
+ this.i.notifyContainerResized();
194
+ };
195
+ IgxGeographicMapComponent.prototype._ensureTooltipCreated = function (series) {
196
+ var _this = this;
197
+ series._ensureTooltipCreated(function () { return _this.createTooltip(); }, function (ele) {
198
+ var wrapper = new AngularWrapper(ele, _this._renderer, _this._ngZone);
199
+ wrapper.updateToolTip = ele.updateToolTip;
200
+ wrapper.hideToolTip = ele.hideToolTip;
201
+ return wrapper;
202
+ });
203
+ };
204
+ IgxGeographicMapComponent.prototype._ensureDefaultTooltip = function (series) {
205
+ if (this._defaultTooltips == null) {
206
+ return;
207
+ }
208
+ this._defaultTooltips.instance["ensureDefaultTooltip"](series);
209
+ };
210
+ IgxGeographicMapComponent.prototype._onDefaultTooltipsReady = function (cr) {
211
+ if (this.actualSeries && this.actualSeries.length > 0) {
212
+ var currSeries = this.actualSeries;
213
+ for (var i = 0; i < currSeries.length; i++) {
214
+ if (currSeries[i].showDefaultTooltip) {
215
+ this._ensureDefaultTooltip(currSeries[i]);
216
+ }
217
+ }
218
+ }
219
+ };
220
+ IgxGeographicMapComponent.prototype.createTooltip = function () {
221
+ if (!TypeRegistrar.isRegistered("IgxTooltipContainerComponent")) {
222
+ return null;
223
+ }
224
+ var t = TypeRegistrar.get("IgxTooltipContainerComponent");
225
+ var cf = this._componentFactoryResolver.resolveComponentFactory(t);
226
+ //let cr = cf.create(this._injector);
227
+ var cr = this._dynamicContent.createComponent(cf);
228
+ var ele = cr.location.nativeElement;
229
+ var self = this;
230
+ ele.updateToolTip = function (c, isSubContent) {
231
+ if (c.externalObject) {
232
+ c = c.externalObject;
233
+ }
234
+ else {
235
+ var ext = new IgxDataContext();
236
+ ext._implementation = c;
237
+ c = ext;
238
+ }
239
+ if (!isSubContent) {
240
+ if (ele.parentElement != self._container) {
241
+ if (ele.parentElement != null) {
242
+ ele.parentElement.removeChild(ele);
243
+ }
244
+ self._container.appendChild(ele);
245
+ }
246
+ }
247
+ else {
248
+ c.isSubContent = true;
249
+ }
250
+ cr.instance.context = c;
251
+ ele.style.display = "block";
252
+ return true;
253
+ };
254
+ ele.hideToolTip = function () {
255
+ ele.style.display = "none";
256
+ };
257
+ ele.style.display = "none";
258
+ return cr;
259
+ };
260
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "backgroundContent", {
261
+ /**
262
+ * An imagery to display behind all series, inside the viewport of the IgxGeographicMapComponent control.
263
+ */
264
+ get: function () {
265
+ if (this.i.backgroundContent != null) {
266
+ return this.i.backgroundContent.externalObject;
267
+ }
268
+ else {
269
+ return null;
270
+ }
271
+ },
272
+ set: function (v) {
273
+ if (v != undefined && v != null) {
274
+ this.i.backgroundContent = v.i;
275
+ }
276
+ else {
277
+ this.i.backgroundContent = null;
278
+ }
279
+ },
280
+ enumerable: true,
281
+ configurable: true
282
+ });
283
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "i", {
284
+ /**
285
+ * @hidden
286
+ */
287
+ get: function () {
288
+ return this._implementation;
289
+ },
290
+ enumerable: true,
291
+ configurable: true
292
+ });
293
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "zoomable", {
294
+ /**
295
+ * Gets or sets zoomability of the current control
296
+ */
297
+ get: function () {
298
+ return this.i.px;
299
+ },
300
+ set: function (v) {
301
+ this.i.px = ensureBool(v);
302
+ },
303
+ enumerable: true,
304
+ configurable: true
305
+ });
306
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "resizeBehavior", {
307
+ /**
308
+ * Gets or sets the behavior to use during resize.
309
+ */
310
+ get: function () {
311
+ return this.i.pq;
312
+ },
313
+ set: function (v) {
314
+ this.i.pq = ensureEnum(MapResizeBehavior_$type, v);
315
+ },
316
+ enumerable: true,
317
+ configurable: true
318
+ });
319
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "isHorizontalWrappingEnabled", {
320
+ /**
321
+ * Gets or sets if the map should horizontally wrap.
322
+ */
323
+ get: function () {
324
+ return this.i.pu;
325
+ },
326
+ set: function (v) {
327
+ this.i.pu = ensureBool(v);
328
+ },
329
+ enumerable: true,
330
+ configurable: true
331
+ });
332
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "backgroundTilingMode", {
333
+ /**
334
+ * Gets or sets if the map should horizontally wrap.
335
+ */
336
+ get: function () {
337
+ return this.i.pm;
338
+ },
339
+ set: function (v) {
340
+ this.i.pm = ensureEnum(MapBackgroundTilingMode_$type, v);
341
+ },
342
+ enumerable: true,
343
+ configurable: true
344
+ });
345
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "useWorldRectForZoomBounds", {
346
+ /**
347
+ * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
348
+ */
349
+ get: function () {
350
+ return this.i.pw;
351
+ },
352
+ set: function (v) {
353
+ this.i.pw = ensureBool(v);
354
+ },
355
+ enumerable: true,
356
+ configurable: true
357
+ });
358
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "suppressZoomResetOnWorldRectChange", {
359
+ /**
360
+ * Gets or sets whether skip resetting the zoom when the world rect changes.
361
+ */
362
+ get: function () {
363
+ return this.i.pv;
364
+ },
365
+ set: function (v) {
366
+ this.i.pv = ensureBool(v);
367
+ },
368
+ enumerable: true,
369
+ configurable: true
370
+ });
371
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "worldRect", {
372
+ /**
373
+ * Gets or sets the world bounding rectangle.
374
+ */
375
+ get: function () {
376
+ return fromRect(this.i.rs);
377
+ },
378
+ set: function (v) {
379
+ this.i.rs = toRect(v);
380
+ },
381
+ enumerable: true,
382
+ configurable: true
383
+ });
384
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "actualWorldRect", {
385
+ /**
386
+ * Gets the actual value of the WorldRect.
387
+ */
388
+ get: function () {
389
+ return fromRect(this.i.rg);
390
+ },
391
+ set: function (v) {
392
+ this.i.rg = toRect(v);
393
+ },
394
+ enumerable: true,
395
+ configurable: true
396
+ });
397
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "xAxis", {
398
+ /**
399
+ * The X-axis for this IgxGeographicMap.Component
400
+ * 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.
401
+ */
402
+ get: function () {
403
+ if (this.i.pf == null) {
404
+ return null;
405
+ }
406
+ if (!this.i.pf.externalObject) {
407
+ var e = IgxNumericXAxisComponent._createFromInternal(this.i.pf);
408
+ if (e) {
409
+ e._implementation = this.i.pf;
410
+ }
411
+ this.i.pf.externalObject = e;
412
+ }
413
+ return this.i.pf.externalObject;
414
+ },
415
+ set: function (v) {
416
+ if (v != null && this._stylingContainer && v._styling)
417
+ v._styling(this._stylingContainer, this, this);
418
+ v == null ? this.i.pf = null : this.i.pf = v.i;
419
+ },
420
+ enumerable: true,
421
+ configurable: true
422
+ });
423
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "yAxis", {
424
+ /**
425
+ * The Y-axis for this IgxGeographicMap.Component
426
+ * 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.
427
+ */
428
+ get: function () {
429
+ if (this.i.ph == null) {
430
+ return null;
431
+ }
432
+ if (!this.i.ph.externalObject) {
433
+ var e = IgxNumericYAxisComponent._createFromInternal(this.i.ph);
434
+ if (e) {
435
+ e._implementation = this.i.ph;
436
+ }
437
+ this.i.ph.externalObject = e;
438
+ }
439
+ return this.i.ph.externalObject;
440
+ },
441
+ set: function (v) {
442
+ if (v != null && this._stylingContainer && v._styling)
443
+ v._styling(this._stylingContainer, this, this);
444
+ v == null ? this.i.ph = null : this.i.ph = v.i;
445
+ },
446
+ enumerable: true,
447
+ configurable: true
448
+ });
449
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "isMap", {
450
+ /**
451
+ * Indicates if this SeriesViewer is a map.
452
+ */
453
+ get: function () {
454
+ return this.i.dq;
455
+ },
456
+ enumerable: true,
457
+ configurable: true
458
+ });
459
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "windowScale", {
460
+ /**
461
+ * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
462
+ * This property is effectively a shortcut to the Width/Height of the WindowRect property.
463
+ */
464
+ get: function () {
465
+ return this.i.p2;
466
+ },
467
+ set: function (v) {
468
+ this.i.p2 = +v;
469
+ },
470
+ enumerable: true,
471
+ configurable: true
472
+ });
473
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "actualWindowScale", {
474
+ /**
475
+ * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
476
+ * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
477
+ */
478
+ get: function () {
479
+ return this.i.p1;
480
+ },
481
+ set: function (v) {
482
+ this.i.p1 = +v;
483
+ },
484
+ enumerable: true,
485
+ configurable: true
486
+ });
487
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "zoomIsReady", {
488
+ /**
489
+ * Gets whether or not the control is ready for zooming
490
+ */
491
+ get: function () {
492
+ return this.i.py;
493
+ },
494
+ enumerable: true,
495
+ configurable: true
496
+ });
497
+ IgxGeographicMapComponent.prototype.findByName = function (name) {
498
+ var baseResult = _super.prototype.findByName.call(this, name);
499
+ if (baseResult) {
500
+ return baseResult;
501
+ }
502
+ if (this.backgroundContent && this.backgroundContent.name && this.backgroundContent.name == name) {
503
+ return this.backgroundContent;
504
+ }
505
+ return null;
506
+ };
507
+ IgxGeographicMapComponent.prototype._styling = function (container, component, parent) {
508
+ _super.prototype._styling.call(this, container, component, parent);
509
+ this._inStyling = true;
510
+ if (this.xAxis && this.xAxis._styling) {
511
+ this.xAxis._styling(container, component, this);
512
+ }
513
+ if (this.yAxis && this.yAxis._styling) {
514
+ this.yAxis._styling(container, component, this);
515
+ }
516
+ this._inStyling = false;
517
+ };
518
+ IgxGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
519
+ var iv = this.i.rk();
520
+ return fromRect(iv);
521
+ };
522
+ /**
523
+ * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
524
+
525
+ * @param geographic * The geographic area.
526
+ */
527
+ IgxGeographicMapComponent.prototype.getZoomRectFromGeoRect = function (geographic) {
528
+ var iv = this.i.getZoomRectFromGeoRect(toRect(geographic));
529
+ return fromRect(iv);
530
+ };
531
+ IgxGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
532
+ this.i.qw(toRect(zoomWindow));
533
+ };
534
+ IgxGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
535
+ this.i.qv(toRect(worldRect));
536
+ };
537
+ /**
538
+ * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
539
+
540
+ * @param geographic * The geographic area.
541
+ */
542
+ IgxGeographicMapComponent.prototype.getZoomFromGeographicRect = function (geographic) {
543
+ var iv = this.i.getZoomFromGeographicRect(toRect(geographic));
544
+ return fromRect(iv);
545
+ };
546
+ IgxGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
547
+ var iv = this.i.rh(toRect(geographic), extraPixelPadding);
548
+ return fromRect(iv);
549
+ };
550
+ IgxGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
551
+ var iv = this.i.getZoomFromGeographicPoints(toPoint(northWest), toPoint(southEast));
552
+ return fromRect(iv);
553
+ };
554
+ /**
555
+ * Given a WindowRect and the current plot area, get the geographic region represented by that WindowRect.
556
+
557
+ * @param windowRect * The zoom area.
558
+ */
559
+ IgxGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
560
+ var iv = this.i.rm(toRect(windowRect));
561
+ return fromRect(iv);
562
+ };
563
+ /**
564
+ * Convert a pixel-based coordinate to a geographic coordinate.
565
+
566
+ * @param pixelCoordinate * A pixel-based coordinate
567
+ */
568
+ IgxGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
569
+ var iv = this.i.q8(toPoint(pixelCoordinate));
570
+ return fromPoint(iv);
571
+ };
572
+ /**
573
+ * Convert a geographic coordinate to a pixel-based coordinate.
574
+
575
+ * @param geographicCoordinate * A geographic coordinate
576
+ */
577
+ IgxGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
578
+ var iv = this.i.q9(toPoint(geographicCoordinate));
579
+ return fromPoint(iv);
580
+ };
581
+ /**
582
+ * Convert a geographic coordinate to a pixel-based coordinate.
583
+
584
+ * @param geographicCoordinate * A geographic coordinate
585
+ */
586
+ IgxGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
587
+ var iv = this.i.ra(toPoint(geographicCoordinate));
588
+ return fromPoint(iv);
589
+ };
590
+ /**
591
+ * Removes all cached tile images from the map imagery assigned to the map's background content.
592
+
593
+ */
594
+ IgxGeographicMapComponent.prototype.clearTileCache = function () {
595
+ this.i.qj();
596
+ };
597
+ /**
598
+ * Notifies the chart that the CSS styles in effect have been updated.
599
+
600
+ */
601
+ IgxGeographicMapComponent.prototype.styleUpdated = function () {
602
+ this.i.qr();
603
+ };
604
+ /**
605
+ * Gets actual window scale for horizontal dimension of the control
606
+
607
+ */
608
+ IgxGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
609
+ var iv = this.i.fe();
610
+ return (iv);
611
+ };
612
+ /**
613
+ * Gets actual window scale for vertical dimension of the control
614
+
615
+ */
616
+ IgxGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
617
+ var iv = this.i.ff();
618
+ return (iv);
619
+ };
620
+ /**
621
+ * Calls for a deferred refresh to the GeographicMap's background.
622
+
623
+ */
624
+ IgxGeographicMapComponent.prototype.deferredRefresh = function () {
625
+ this.i.deferredRefresh();
626
+ };
627
+ /**
628
+ * Returns the chart visuals expressed as a ChartVisualData object.
629
+
630
+ */
631
+ IgxGeographicMapComponent.prototype.exportVisualData = function () {
632
+ var iv = this.i.p5();
633
+ return (iv);
634
+ };
635
+ /**
636
+ * Zoom in to the geographic region specified, when possible (may need to wait for map to be initialized).
637
+
638
+ * @param geographic * The geographic region to zoom to.
639
+ */
640
+ IgxGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
641
+ this.i.qy(toRect(geographic));
642
+ };
643
+ Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
644
+ /**
645
+ * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
646
+ */
647
+ get: function () {
648
+ var _this = this;
649
+ if (this._imageTilesReady == null) {
650
+ this._imageTilesReady = new EventEmitter();
651
+ this.i.imageTilesReady = delegateCombine(this.i.imageTilesReady, function (o, e) {
652
+ var outerArgs = new IgxImageTilesReadyEventArgs();
653
+ outerArgs._provideImplementation(e);
654
+ if (_this.beforeImageTilesReady) {
655
+ _this.beforeImageTilesReady(_this, outerArgs);
656
+ }
657
+ _this._imageTilesReady.emit({
658
+ sender: _this,
659
+ args: outerArgs
660
+ });
661
+ });
662
+ }
663
+ return this._imageTilesReady;
664
+ },
665
+ enumerable: true,
666
+ configurable: true
667
+ });
668
+ var IgxGeographicMapComponent_1;
669
+ tslib_1.__decorate([
670
+ ContentChildren(IgxSeriesComponent),
671
+ tslib_1.__metadata("design:type", QueryList)
672
+ ], IgxGeographicMapComponent.prototype, "contentSeries", void 0);
673
+ tslib_1.__decorate([
674
+ ViewChild("dynamicContent", { read: ViewContainerRef, static: true }),
675
+ tslib_1.__metadata("design:type", ViewContainerRef)
676
+ ], IgxGeographicMapComponent.prototype, "_dynamicContent", void 0);
677
+ tslib_1.__decorate([
678
+ Input(),
679
+ tslib_1.__metadata("design:type", String),
680
+ tslib_1.__metadata("design:paramtypes", [String])
681
+ ], IgxGeographicMapComponent.prototype, "height", null);
682
+ tslib_1.__decorate([
683
+ Input(),
684
+ tslib_1.__metadata("design:type", String),
685
+ tslib_1.__metadata("design:paramtypes", [String])
686
+ ], IgxGeographicMapComponent.prototype, "width", null);
687
+ tslib_1.__decorate([
688
+ Input(),
689
+ tslib_1.__metadata("design:type", Object),
690
+ tslib_1.__metadata("design:paramtypes", [Object])
691
+ ], IgxGeographicMapComponent.prototype, "legend", null);
692
+ tslib_1.__decorate([
693
+ Input(),
694
+ tslib_1.__metadata("design:type", Object),
695
+ tslib_1.__metadata("design:paramtypes", [Object])
696
+ ], IgxGeographicMapComponent.prototype, "dataSource", null);
697
+ tslib_1.__decorate([
698
+ Input(),
699
+ tslib_1.__metadata("design:type", Boolean),
700
+ tslib_1.__metadata("design:paramtypes", [Boolean])
701
+ ], IgxGeographicMapComponent.prototype, "zoomable", null);
702
+ tslib_1.__decorate([
703
+ Input(),
704
+ tslib_1.__metadata("design:type", Number),
705
+ tslib_1.__metadata("design:paramtypes", [Number])
706
+ ], IgxGeographicMapComponent.prototype, "resizeBehavior", null);
707
+ tslib_1.__decorate([
708
+ Input(),
709
+ tslib_1.__metadata("design:type", Boolean),
710
+ tslib_1.__metadata("design:paramtypes", [Boolean])
711
+ ], IgxGeographicMapComponent.prototype, "isHorizontalWrappingEnabled", null);
712
+ tslib_1.__decorate([
713
+ Input(),
714
+ tslib_1.__metadata("design:type", Number),
715
+ tslib_1.__metadata("design:paramtypes", [Number])
716
+ ], IgxGeographicMapComponent.prototype, "backgroundTilingMode", null);
717
+ tslib_1.__decorate([
718
+ Input(),
719
+ tslib_1.__metadata("design:type", Boolean),
720
+ tslib_1.__metadata("design:paramtypes", [Boolean])
721
+ ], IgxGeographicMapComponent.prototype, "useWorldRectForZoomBounds", null);
722
+ tslib_1.__decorate([
723
+ Input(),
724
+ tslib_1.__metadata("design:type", Boolean),
725
+ tslib_1.__metadata("design:paramtypes", [Boolean])
726
+ ], IgxGeographicMapComponent.prototype, "suppressZoomResetOnWorldRectChange", null);
727
+ tslib_1.__decorate([
728
+ Input(),
729
+ tslib_1.__metadata("design:type", Object),
730
+ tslib_1.__metadata("design:paramtypes", [Object])
731
+ ], IgxGeographicMapComponent.prototype, "worldRect", null);
732
+ tslib_1.__decorate([
733
+ Input(),
734
+ tslib_1.__metadata("design:type", Object),
735
+ tslib_1.__metadata("design:paramtypes", [Object])
736
+ ], IgxGeographicMapComponent.prototype, "actualWorldRect", null);
737
+ tslib_1.__decorate([
738
+ Input(),
739
+ tslib_1.__metadata("design:type", IgxNumericXAxisComponent),
740
+ tslib_1.__metadata("design:paramtypes", [IgxNumericXAxisComponent])
741
+ ], IgxGeographicMapComponent.prototype, "xAxis", null);
742
+ tslib_1.__decorate([
743
+ Input(),
744
+ tslib_1.__metadata("design:type", IgxNumericYAxisComponent),
745
+ tslib_1.__metadata("design:paramtypes", [IgxNumericYAxisComponent])
746
+ ], IgxGeographicMapComponent.prototype, "yAxis", null);
747
+ tslib_1.__decorate([
748
+ Input(),
749
+ tslib_1.__metadata("design:type", Number),
750
+ tslib_1.__metadata("design:paramtypes", [Number])
751
+ ], IgxGeographicMapComponent.prototype, "windowScale", null);
752
+ tslib_1.__decorate([
753
+ Input(),
754
+ tslib_1.__metadata("design:type", Number),
755
+ tslib_1.__metadata("design:paramtypes", [Number])
756
+ ], IgxGeographicMapComponent.prototype, "actualWindowScale", null);
757
+ tslib_1.__decorate([
758
+ Output(),
759
+ tslib_1.__metadata("design:type", EventEmitter),
760
+ tslib_1.__metadata("design:paramtypes", [])
761
+ ], IgxGeographicMapComponent.prototype, "imageTilesReady", null);
762
+ IgxGeographicMapComponent = IgxGeographicMapComponent_1 = tslib_1.__decorate([
763
+ Component({
764
+ selector: 'igx-geographic-map',
765
+ template: "<ng-container #dynamicContent></ng-container>",
766
+ changeDetection: ChangeDetectionStrategy.OnPush,
767
+ providers: [{ provide: IgxSeriesViewerComponent, useExisting: forwardRef(function () { return IgxGeographicMapComponent_1; }) }],
768
+ host: { 'class': 'igx-geographic-map ig-geographic-map' },
769
+ styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"]
770
+ }),
771
+ tslib_1.__metadata("design:paramtypes", [Renderer2,
772
+ ViewContainerRef,
773
+ NgZone,
774
+ ComponentFactoryResolver,
775
+ Injector])
776
+ ], IgxGeographicMapComponent);
777
+ return IgxGeographicMapComponent;
778
+ }(IgxSeriesViewerComponent));
779
+ export { IgxGeographicMapComponent };
780
+ //# sourceMappingURL=igx-geographic-map-component.js.map