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,1555 @@
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 { SeriesViewer } from "igniteui-angular-charts";
9
+ import { IMapRenderDeferralHandler_$type } from "igniteui-angular-core";
10
+ import { DependencyProperty } from "igniteui-angular-core";
11
+ import { MapResizeBehavior_$type } from "./MapResizeBehavior";
12
+ import { MapBackgroundTilingMode_$type } from "./MapBackgroundTilingMode";
13
+ import { Rect } from "igniteui-angular-core";
14
+ import { Base, Boolean_$type, typeCast, enumGetBox, Point_$type, fromEnum, Number_$type, runOn, delegateRemove, delegateCombine, markType, markDep, INotifyPropertyChanged_$type, PropertyChangedEventArgs, String_$type, IEnumerable_$type } from "igniteui-angular-core";
15
+ import { NumericXAxis } from "igniteui-angular-charts";
16
+ import { NumericYAxis } from "igniteui-angular-charts";
17
+ import { SphericalMercatorVerticalScaler } from "./SphericalMercatorVerticalScaler";
18
+ import { Control } from "igniteui-angular-core";
19
+ import { SphericalMercatorHorizontalScaler } from "./SphericalMercatorHorizontalScaler";
20
+ import { ScalerParams } from "igniteui-angular-charts";
21
+ import { Brush } from "igniteui-angular-core";
22
+ import { SeriesViewerView } from "igniteui-angular-charts";
23
+ import { Tuple$2 } from "igniteui-angular-core";
24
+ import { MathUtil } from "igniteui-angular-core";
25
+ import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs";
26
+ import { ItfConverter } from "igniteui-angular-core";
27
+ import { ChartVisualData } from "igniteui-angular-charts";
28
+ import { RectData } from "igniteui-angular-core";
29
+ import { PropertyMetadata } from "igniteui-angular-core";
30
+ import { truncate, intDivide, isNaN_ } from "igniteui-angular-core";
31
+ import { XamMultiScaleImage } from "igniteui-angular-core";
32
+ import { Size } from "igniteui-angular-core";
33
+ import { ImagesChangedEventArgs } from "./ImagesChangedEventArgs";
34
+ import { HostSeriesView } from "./HostSeriesView";
35
+ import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost";
36
+ import { ScatterAreaSeries } from "igniteui-angular-charts";
37
+ import { OpenStreetMapTileSource } from "igniteui-angular-core";
38
+ /**
39
+ * @hidden
40
+ */
41
+ var XamGeographicMap = /** @class */ (function (_super) {
42
+ tslib_1.__extends(XamGeographicMap, _super);
43
+ function XamGeographicMap() {
44
+ var _this = _super.call(this) || this;
45
+ _this.p4 = null;
46
+ _this.pt = false;
47
+ _this.pl = 1;
48
+ _this.p0 = 0;
49
+ _this.rb = null;
50
+ _this.pi = null;
51
+ _this.pe = null;
52
+ _this.pg = null;
53
+ _this.pk = null;
54
+ _this.q7 = { $type: Point_$type, x: NaN, y: NaN };
55
+ _this.re = null;
56
+ _this.pz = 1;
57
+ _this.imageTilesReady = null;
58
+ _this.ps = null;
59
+ _this.rd = Rect.empty;
60
+ _this.p0 = SphericalMercatorVerticalScaler.am(XamGeographicMap.rc.bottom) - SphericalMercatorVerticalScaler.am(XamGeographicMap.rc.top);
61
+ _this.ab = XamGeographicMap.$;
62
+ _this.backgroundContent = new OpenStreetMapImagery();
63
+ var a = ((function () {
64
+ var $ret = new NumericXAxis();
65
+ $ret.bh = _this;
66
+ return $ret;
67
+ })());
68
+ a.b8 = true;
69
+ _this.pf = a;
70
+ _this.pf.lp = new SphericalMercatorHorizontalScaler();
71
+ var b = ((function () {
72
+ var $ret = new NumericYAxis();
73
+ $ret.bh = _this;
74
+ return $ret;
75
+ })());
76
+ b.b8 = true;
77
+ _this.ph = b;
78
+ _this.ph.lp = new SphericalMercatorVerticalScaler();
79
+ _this.qm();
80
+ _this.qt();
81
+ _this.i7();
82
+ return _this;
83
+ }
84
+ XamGeographicMap.prototype.provideContainer = function (a) {
85
+ _super.prototype.provideContainer.call(this, a);
86
+ this.pf.provideRenderer(a);
87
+ this.ph.provideRenderer(a);
88
+ };
89
+ XamGeographicMap.prototype.i7 = function () {
90
+ _super.prototype.i7.call(this);
91
+ this.pr.fq(this.e8);
92
+ };
93
+ XamGeographicMap.prototype.dx = function () {
94
+ return this.px;
95
+ };
96
+ XamGeographicMap.prototype.dy = function () {
97
+ return this.px;
98
+ };
99
+ XamGeographicMap.prototype.po = function () {
100
+ if (this.pm == 0) {
101
+ if (this.pt) {
102
+ return 2;
103
+ }
104
+ }
105
+ return 1;
106
+ };
107
+ Object.defineProperty(XamGeographicMap.prototype, "pn", {
108
+ get: function () {
109
+ return this.pl;
110
+ },
111
+ set: function (a) {
112
+ this.pl = a;
113
+ },
114
+ enumerable: true,
115
+ configurable: true
116
+ });
117
+ Object.defineProperty(XamGeographicMap.prototype, "rg", {
118
+ get: function () {
119
+ return this.rb;
120
+ },
121
+ set: function (a) {
122
+ var b = Rect.l_op_Inequality(this.rb, a);
123
+ if (b) {
124
+ var c = this.rb;
125
+ this.rb = a;
126
+ this.k5("ActualWorldRect", c, a);
127
+ }
128
+ },
129
+ enumerable: true,
130
+ configurable: true
131
+ });
132
+ XamGeographicMap.prototype.rk = function () {
133
+ return this.rg;
134
+ };
135
+ XamGeographicMap.prototype.qm = function () {
136
+ if (this.rs.isEmpty) {
137
+ return;
138
+ }
139
+ this.rg = this.rq(this.rs, this.br == 1);
140
+ };
141
+ XamGeographicMap.prototype.rq = function (a, b) {
142
+ var c = a.top;
143
+ var d = a.left;
144
+ var e = a.width;
145
+ var f = a.height;
146
+ var g = SphericalMercatorVerticalScaler.am(a.bottom);
147
+ var h = SphericalMercatorVerticalScaler.am(a.top);
148
+ var i = g - h;
149
+ var j = a.width / XamGeographicMap.rc.width;
150
+ var k = SphericalMercatorVerticalScaler.am(XamGeographicMap.rc.top);
151
+ var l = i / j;
152
+ if (i / j > this.p0) {
153
+ var m = i / this.p0;
154
+ var n = m - j;
155
+ d = d - (n / 2) * XamGeographicMap.rc.width;
156
+ e = m * XamGeographicMap.rc.width;
157
+ if (b) {
158
+ if (d < XamGeographicMap.rc.left) {
159
+ d += (XamGeographicMap.rc.left - d);
160
+ }
161
+ else if ((d + e) > XamGeographicMap.rc.right) {
162
+ d -= ((d + e) - XamGeographicMap.rc.right);
163
+ }
164
+ }
165
+ }
166
+ else if (i / j < this.p0) {
167
+ var o = this.p0 * j;
168
+ var p = o - i;
169
+ var q = h - (p / 2);
170
+ var r = g + (p / 2);
171
+ if (b) {
172
+ if (q < k) {
173
+ q += (k - q);
174
+ r += (k - q);
175
+ }
176
+ else if (r > (k + this.p0)) {
177
+ q -= ((r) - (k + this.p0));
178
+ r -= ((r) - (k + this.p0));
179
+ }
180
+ }
181
+ c = SphericalMercatorVerticalScaler.aq(q);
182
+ f = SphericalMercatorVerticalScaler.aq(r) - c;
183
+ }
184
+ var s = new Rect(0, d, c, e, f);
185
+ return s;
186
+ };
187
+ Object.defineProperty(XamGeographicMap.prototype, "backgroundContent", {
188
+ get: function () {
189
+ return this.pi;
190
+ },
191
+ set: function (a) {
192
+ var b = a != this.backgroundContent;
193
+ if (b) {
194
+ var c = this.backgroundContent;
195
+ this.pi = a;
196
+ this.k5("BackgroundContent", c, a);
197
+ }
198
+ },
199
+ enumerable: true,
200
+ configurable: true
201
+ });
202
+ Object.defineProperty(XamGeographicMap.prototype, "pf", {
203
+ get: function () {
204
+ return this.pe;
205
+ },
206
+ set: function (a) {
207
+ var b = a != this.pf;
208
+ if (b) {
209
+ var c = this.pf;
210
+ this.pe = a;
211
+ this.k5("XAxis", c, a);
212
+ }
213
+ },
214
+ enumerable: true,
215
+ configurable: true
216
+ });
217
+ Object.defineProperty(XamGeographicMap.prototype, "ph", {
218
+ get: function () {
219
+ return this.pg;
220
+ },
221
+ set: function (a) {
222
+ var b = a != this.ph;
223
+ if (b) {
224
+ var c = this.ph;
225
+ this.pg = a;
226
+ this.k5("YAxis", c, a);
227
+ }
228
+ },
229
+ enumerable: true,
230
+ configurable: true
231
+ });
232
+ XamGeographicMap.prototype.getZoomRectFromGeoRect = function (a) {
233
+ return this.getZoomFromGeographicRect(a);
234
+ };
235
+ XamGeographicMap.prototype.qw = function (a) {
236
+ this.o8 = a;
237
+ };
238
+ XamGeographicMap.prototype.qv = function (a) {
239
+ this.rs = a;
240
+ };
241
+ XamGeographicMap.prototype.getZoomFromGeographicRect = function (a) {
242
+ return this.ri(a, true, 0);
243
+ };
244
+ XamGeographicMap.prototype.rh = function (a, b) {
245
+ return this.ri(a, false, b);
246
+ };
247
+ XamGeographicMap.prototype.ri = function (a, b, c) {
248
+ var d = a;
249
+ if (b) {
250
+ d = this.rq(a, false);
251
+ }
252
+ var e = this.pf;
253
+ var f = this.ph;
254
+ var g = new ScalerParams(1, XamGeographicMap.rf, this.o7, e.ca);
255
+ g.c = this.ow;
256
+ var h = new ScalerParams(1, XamGeographicMap.rf, this.o7, f.ca);
257
+ h.c = this.ow;
258
+ var i = this.pf.dz(d.left, g);
259
+ var j = this.pf.dz(d.right, g);
260
+ var k = this.ph.dz(d.top, h);
261
+ var l = this.ph.dz(d.bottom, h);
262
+ var m = (i - c) / this.o7.width;
263
+ var n = (l - c) / this.o7.height;
264
+ var o = (j - i + (c * 2)) / this.o7.width;
265
+ var p = (k - l + (c * 2)) / this.o7.height;
266
+ var q = new Rect(0, m, n, o, p);
267
+ q.intersect(XamGeographicMap.rf);
268
+ if (q.isEmpty) {
269
+ q = XamGeographicMap.rf;
270
+ }
271
+ return q;
272
+ };
273
+ XamGeographicMap.prototype.getZoomFromGeographicPoints = function (a, b) {
274
+ var c = a.x;
275
+ var d = b.y;
276
+ var e = b.x - a.x;
277
+ var f = a.y - b.y;
278
+ if (e < 0 || f < 0) {
279
+ return XamGeographicMap.rf;
280
+ }
281
+ else {
282
+ var g = new Rect(0, c, d, e, f);
283
+ return this.getZoomFromGeographicRect(g);
284
+ }
285
+ };
286
+ XamGeographicMap.prototype.rm = function (a) {
287
+ var b = this.pf;
288
+ var c = this.ph;
289
+ var d = new ScalerParams(1, a, this.o7, b.ca);
290
+ d.c = this.ow;
291
+ var e = new ScalerParams(1, a, this.o7, c.ca);
292
+ e.c = this.ow;
293
+ var f = this.ov;
294
+ var g = b.d2(f.left, d);
295
+ var h = c.d2(f.top, e);
296
+ var i = b.d2(f.right, d);
297
+ var j = c.d2(f.bottom, e);
298
+ var k = i - g;
299
+ var l = h - j;
300
+ var m = new Rect(0, g, j, k, l);
301
+ if (this.br == 1) {
302
+ m.intersect(XamGeographicMap.rc);
303
+ if (m.isEmpty) {
304
+ m = XamGeographicMap.rc;
305
+ }
306
+ }
307
+ return m;
308
+ };
309
+ XamGeographicMap.prototype.q8 = function (a) {
310
+ var b = this.pf.ko(a.x);
311
+ var c = this.ph.ko(a.y);
312
+ return { $type: Point_$type, x: b, y: c };
313
+ };
314
+ XamGeographicMap.prototype.q9 = function (a) {
315
+ var b = this.pf.ee(a.x);
316
+ var c = this.ph.ee(a.y);
317
+ return { $type: Point_$type, x: b, y: c };
318
+ };
319
+ XamGeographicMap.prototype.ra = function (a) {
320
+ return this.q9(a);
321
+ };
322
+ XamGeographicMap.prototype.qj = function () {
323
+ var a = typeCast(GeographicMapImagery.$, this.backgroundContent);
324
+ if (a != null) {
325
+ a.clearTileCache();
326
+ }
327
+ };
328
+ XamGeographicMap.prototype.qp = function (a) {
329
+ };
330
+ XamGeographicMap.prototype.oa = function (a) {
331
+ return this.pr.fu(a);
332
+ };
333
+ XamGeographicMap.prototype.ob = function (a) {
334
+ return this.pr.fv(a);
335
+ };
336
+ XamGeographicMap.prototype.eg = function () {
337
+ return true;
338
+ };
339
+ XamGeographicMap.prototype.qr = function () {
340
+ var e_1, _a;
341
+ this.pr.eb();
342
+ try {
343
+ for (var _b = tslib_1.__values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
344
+ var a = _c.value;
345
+ a.lc();
346
+ }
347
+ }
348
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
349
+ finally {
350
+ try {
351
+ if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
352
+ }
353
+ finally { if (e_1) throw e_1.error; }
354
+ }
355
+ };
356
+ XamGeographicMap.prototype.qu = function () {
357
+ if (this.pq == 2) {
358
+ if (!this.o7.isEmpty && this.o7.width > 0 && this.o7.height > 0) {
359
+ var a = this.pf.ko(this.o7.left + (this.o7.width / 2));
360
+ var b = this.ph.ko(this.o7.top + (this.o7.height / 2));
361
+ this.q7 = { $type: Point_$type, x: a, y: b };
362
+ }
363
+ }
364
+ else {
365
+ if (!this.o7.isEmpty && this.o7.width > 0 && this.o7.height > 0) {
366
+ var c = this.pf.ko(this.o7.left);
367
+ var d = this.ph.ko(this.o7.top);
368
+ this.q7 = { $type: Point_$type, x: c, y: d };
369
+ }
370
+ }
371
+ };
372
+ XamGeographicMap.prototype.qq = function () {
373
+ if (isNaN_(this.q7.x) || isNaN_(this.q7.y)) {
374
+ this.qu();
375
+ }
376
+ var a = this.q7.x;
377
+ var b = this.q7.y;
378
+ if (!isNaN_(a) && !isNaN_(b)) {
379
+ var c = this.os.left;
380
+ var d = this.os.top;
381
+ var e = this.os.width;
382
+ var f = this.os.height;
383
+ if (e > this.re.width) {
384
+ }
385
+ else {
386
+ var g = new ScalerParams(1, XamGeographicMap.rf, this.o7, this.pf.ca);
387
+ g.c = this.ow;
388
+ var h = this.pf.dz(a, g);
389
+ if (this.pq == 2) {
390
+ var i = h / this.o7.width;
391
+ c = i - (e / 2);
392
+ }
393
+ else {
394
+ c = h / this.o7.width;
395
+ }
396
+ if (c + e > this.re.right) {
397
+ c = this.re.right - e;
398
+ }
399
+ else if (c < this.re.left) {
400
+ c = this.re.left;
401
+ }
402
+ }
403
+ if (f > this.re.height) {
404
+ }
405
+ else {
406
+ var j = new ScalerParams(1, XamGeographicMap.rf, this.o7, this.ph.ca);
407
+ j.c = this.ow;
408
+ var k = this.ph.dz(b, j);
409
+ if (this.pq == 2) {
410
+ var l = k / this.o7.height;
411
+ d = l - (f / 2);
412
+ }
413
+ else {
414
+ d = k / this.o7.height;
415
+ }
416
+ if (d + f > this.re.bottom) {
417
+ d = this.re.bottom - f;
418
+ }
419
+ else if (d < this.re.top) {
420
+ d = this.re.top;
421
+ }
422
+ }
423
+ this.mc(new Rect(0, c, d, e, f), false);
424
+ }
425
+ };
426
+ XamGeographicMap.prototype.get_dq = function () {
427
+ return true;
428
+ };
429
+ XamGeographicMap.prototype.ot = function () {
430
+ var a = _super.prototype.ot.call(this);
431
+ if (this.pf == null || this.ph == null) {
432
+ return a;
433
+ }
434
+ this.o3();
435
+ var b = a.left;
436
+ var c = a.top;
437
+ if (this.br == 1) {
438
+ if (this.o8.width > this.re.width) {
439
+ b = 0.5 - (this.o8.width / 2);
440
+ }
441
+ else if (b + a.width > this.re.right) {
442
+ b = this.re.right - this.o8.width;
443
+ }
444
+ else if (b < this.re.left) {
445
+ b = this.re.left;
446
+ }
447
+ if (this.o8.height > this.re.height) {
448
+ c = 0.5 - (this.o8.height / 2);
449
+ }
450
+ else if (c + this.o8.height > this.re.bottom) {
451
+ c = this.re.bottom - this.o8.height;
452
+ }
453
+ else if (c < this.re.top) {
454
+ c = this.re.top;
455
+ }
456
+ }
457
+ var d = false;
458
+ if (!this.pw && this.br == 2 && this.pt) {
459
+ if (b > 1) {
460
+ b = (b - Math.floor(b)) + 1;
461
+ }
462
+ if (b < 0) {
463
+ b = 0 - (Math.ceil(b) - b);
464
+ }
465
+ if ((a.right - this.re.right) > 0 && ((a.right - this.re.right) / a.width) > 0.8) {
466
+ b = this.re.left - (a.width - (a.right - this.re.right));
467
+ d = true;
468
+ }
469
+ else if (a.left < this.re.left && (Math.abs(a.left - this.re.left) / a.width) > 0.8) {
470
+ b = this.re.right - (Math.abs(a.left - this.re.left));
471
+ d = true;
472
+ }
473
+ }
474
+ var e = new Rect(0, b, c, a.width, a.height);
475
+ if (this.pw) {
476
+ var f = this.rh(this.rs, 1);
477
+ f = this.rj(f);
478
+ var g = e.left + e.width / 2;
479
+ var h = e.top + e.height / 2;
480
+ if (e.width > f.width) {
481
+ var i = e.height / e.width;
482
+ var j = f.width;
483
+ var k = i * j;
484
+ e = new Rect(0, g - j / 2, h - k / 2, j, k);
485
+ d = true;
486
+ }
487
+ if (e.height > f.height) {
488
+ var l = e.width / e.height;
489
+ var m = f.height;
490
+ var n = l * m;
491
+ e = new Rect(0, g - n / 2, h - m / 2, n, m);
492
+ d = true;
493
+ }
494
+ if (e.left < f.left) {
495
+ e = new Rect(0, f.left, e.top, e.width, e.height);
496
+ d = true;
497
+ }
498
+ if (e.top < f.top) {
499
+ e = new Rect(0, e.left, f.top, e.width, e.height);
500
+ d = true;
501
+ }
502
+ if (e.right > f.right) {
503
+ e = new Rect(0, f.right - e.width, e.top, e.width, e.height);
504
+ d = true;
505
+ }
506
+ if (e.bottom > f.bottom) {
507
+ e = new Rect(0, e.left, f.bottom - e.height, e.width, e.height);
508
+ d = true;
509
+ }
510
+ }
511
+ if (d) {
512
+ this.dc = true;
513
+ this.o8 = e;
514
+ this.dc = false;
515
+ }
516
+ return e;
517
+ };
518
+ XamGeographicMap.prototype.ik = function (a, b) {
519
+ var c = true;
520
+ var d = true;
521
+ var e = 0;
522
+ var f = this.o3();
523
+ var g = 0;
524
+ var h = 0;
525
+ if ((a.right - f.right) > 0) {
526
+ g = ((a.right - f.right) / a.width);
527
+ }
528
+ if (a.left < f.left) {
529
+ h = (Math.abs(a.left - f.left) / a.width);
530
+ }
531
+ if (h == 0 && g == 0) {
532
+ c = false;
533
+ }
534
+ if (h > g) {
535
+ d = false;
536
+ }
537
+ if (c) {
538
+ if (d) {
539
+ var i = this.pe.dz(-180, b);
540
+ var j = this.pe.dz(180, b);
541
+ e = j - i;
542
+ }
543
+ else {
544
+ var k = this.pe.dz(-180, b);
545
+ var l = this.pe.dz(180, b);
546
+ e = k - l;
547
+ }
548
+ }
549
+ return new Tuple$2(Boolean_$type, Number_$type, c, e);
550
+ };
551
+ XamGeographicMap.prototype.o3 = function () {
552
+ var a = new ScalerParams(1, XamGeographicMap.rf, this.o7, this.pf.ca);
553
+ a.c = this.ow;
554
+ var b = new ScalerParams(1, XamGeographicMap.rf, this.o7, this.ph.ca);
555
+ b.c = this.ow;
556
+ var c = this.pf.dz(XamGeographicMap.rc.left, a);
557
+ var d = this.pf.dz(XamGeographicMap.rc.right, a);
558
+ var e = this.ph.dz(XamGeographicMap.rc.top, b);
559
+ var f = this.ph.dz(XamGeographicMap.rc.bottom, b);
560
+ this.re = new Rect(0, c / this.o7.width, f / this.o7.height, (d - c) / this.o7.width, (e - f) / this.o7.height);
561
+ return this.re;
562
+ };
563
+ XamGeographicMap.prototype.rj = function (a) {
564
+ var b = this.fw;
565
+ var c = 0.5 * (a.left + a.right);
566
+ var d = 0.5 * (a.top + a.bottom);
567
+ var e = a.width;
568
+ var f = a.height;
569
+ var g = MathUtil.b(a.width, b, 1);
570
+ var h = MathUtil.b(a.height, b, 1);
571
+ var i = this.o7;
572
+ var j = i.width / i.height;
573
+ var k = g * i.width;
574
+ var l = h * i.height;
575
+ var m = k / l;
576
+ if (m != j) {
577
+ if (l * j > k) {
578
+ k = l * j;
579
+ g = k / i.width;
580
+ }
581
+ else {
582
+ l = k / j;
583
+ h = l / i.height;
584
+ }
585
+ }
586
+ var n = g != e;
587
+ var o = h != f;
588
+ var p = n ? c - 0.5 * g : a.left;
589
+ var q = o ? d - 0.5 * h : a.top;
590
+ var r = n ? c + 0.5 * g : a.right;
591
+ var s = o ? d + 0.5 * h : a.bottom;
592
+ if (p < 0) {
593
+ p = 0;
594
+ r = p + g;
595
+ }
596
+ if (r > 1) {
597
+ r = 1;
598
+ p = r - g;
599
+ }
600
+ if (q < 0) {
601
+ q = 0;
602
+ s = q + h;
603
+ }
604
+ if (s > 1) {
605
+ s = 1;
606
+ q = s - h;
607
+ }
608
+ return new Rect(0, p, q, r - p, s - q);
609
+ };
610
+ XamGeographicMap.prototype.ou = function (a) {
611
+ _super.prototype.ou.call(this, this.o7);
612
+ if (a.isEmpty) {
613
+ return Rect.empty;
614
+ }
615
+ var b;
616
+ if (a.width > a.height) {
617
+ var c = intDivide(truncate((a.width - a.height)), 2);
618
+ b = new Rect(0, a.left + c, a.top, a.height, a.height);
619
+ }
620
+ else {
621
+ var d = intDivide(truncate((a.height - a.width)), 2);
622
+ b = new Rect(0, a.left, a.top + d, a.width, a.width);
623
+ }
624
+ return b;
625
+ };
626
+ XamGeographicMap.prototype.rl = function (a) {
627
+ return this.ou(a);
628
+ };
629
+ XamGeographicMap.prototype.b7 = function () {
630
+ return new XamGeographicMapView(this);
631
+ };
632
+ XamGeographicMap.prototype.n6 = function (a) {
633
+ return this.pr.ft(a);
634
+ };
635
+ XamGeographicMap.prototype.oc = function (a) {
636
+ return this.pr.fw(a);
637
+ };
638
+ XamGeographicMap.prototype.ql = function (a) {
639
+ if (a != null) {
640
+ a.bh = this;
641
+ }
642
+ };
643
+ XamGeographicMap.prototype.kp = function (a) {
644
+ _super.prototype.kp.call(this, a);
645
+ this.pr = a;
646
+ };
647
+ XamGeographicMap.prototype.k0 = function (a, b) {
648
+ _super.prototype.k0.call(this, a, b);
649
+ this.l0(this.pf);
650
+ this.l0(this.ph);
651
+ if (Rect.l_op_Inequality(a, b)) {
652
+ this.qq();
653
+ }
654
+ if (this.pw) {
655
+ this.os = this.ot();
656
+ }
657
+ this.qx();
658
+ };
659
+ Object.defineProperty(XamGeographicMap.prototype, "p1", {
660
+ get: function () {
661
+ return this.pz;
662
+ },
663
+ set: function (a) {
664
+ var b = this.pz;
665
+ this.pz = a;
666
+ this.k5("ActualWindowScale", b, this.pz);
667
+ },
668
+ enumerable: true,
669
+ configurable: true
670
+ });
671
+ XamGeographicMap.prototype.fe = function () {
672
+ return this.p1;
673
+ };
674
+ XamGeographicMap.prototype.ff = function () {
675
+ return this.p1;
676
+ };
677
+ XamGeographicMap.prototype.lz = function () {
678
+ _super.prototype.lz.call(this);
679
+ var a = Math.min(this.os.width, this.os.height);
680
+ this.p1 = a;
681
+ };
682
+ XamGeographicMap.prototype.ea = function () {
683
+ return this.pt;
684
+ };
685
+ XamGeographicMap.prototype.bs = function () {
686
+ if (this.bt == 0) {
687
+ if (this.pu) {
688
+ return 2;
689
+ }
690
+ }
691
+ return this.bt;
692
+ };
693
+ XamGeographicMap.prototype.k1 = function (a, b, c, d) {
694
+ var e_2, _a;
695
+ _super.prototype.k1.call(this, a, b, c, d);
696
+ switch (b) {
697
+ case "ZoomCoercionMode":
698
+ this.qm();
699
+ break;
700
+ case "WindowRect":
701
+ this.qu();
702
+ break;
703
+ case XamGeographicMap.$$p[0]:
704
+ this.pn = this.po();
705
+ if (this.pk != null) {
706
+ this.pk.isHorizontalWrappingEnabled = this.pn == 2;
707
+ }
708
+ break;
709
+ case XamGeographicMap.$$p[1]:
710
+ this.pt = this.pu;
711
+ this.pn = this.po();
712
+ this.br = this.bs();
713
+ if (this.pk != null) {
714
+ this.pk.isHorizontalWrappingEnabled = this.pn == 2;
715
+ }
716
+ break;
717
+ case XamGeographicMap.$$p[4]:
718
+ this.os = this.ot();
719
+ break;
720
+ case "BackgroundContent":
721
+ if (this.pk != null) {
722
+ var e = this.pk;
723
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.qn));
724
+ this.pk.deferralHandler = null;
725
+ }
726
+ this.pk = typeCast(GeographicMapImagery.$, this.backgroundContent);
727
+ if (this.pk != null) {
728
+ var f = this.pk;
729
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.qn));
730
+ this.pk.deferralHandler = this;
731
+ this.pk.isHorizontalWrappingEnabled = this.pn == 2;
732
+ }
733
+ this.pr.fp(typeCast(GeographicMapImagery.$, c), typeCast(GeographicMapImagery.$, d));
734
+ if (this.pk != null) {
735
+ this.pk.geographicMap = this;
736
+ this.pr.fm(this.os);
737
+ this.pr.fq(this.e8);
738
+ }
739
+ break;
740
+ case "YAxis":
741
+ case "XAxis":
742
+ this.qs(c);
743
+ this.ql(d);
744
+ break;
745
+ case XamGeographicMap.$$p[6]:
746
+ if (!this.pv) {
747
+ this.o8 = XamGeographicMap.rf;
748
+ }
749
+ this.qm();
750
+ this.qt();
751
+ this.qu();
752
+ this.os = this.ot();
753
+ this.pr.fn();
754
+ break;
755
+ case "ActualWindowRect":
756
+ this.pr.fm(this.os);
757
+ break;
758
+ case "ActualWorldRect":
759
+ try {
760
+ for (var _b = tslib_1.__values(fromEnum(this.series)), _c = _b.next(); !_c.done; _c = _b.next()) {
761
+ var g = _c.value;
762
+ g.k3(false);
763
+ }
764
+ }
765
+ catch (e_2_1) { e_2 = { error: e_2_1 }; }
766
+ finally {
767
+ try {
768
+ if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
769
+ }
770
+ finally { if (e_2) throw e_2.error; }
771
+ }
772
+ break;
773
+ case XamGeographicMap.$$p[5]:
774
+ this.p1 = this.p2;
775
+ break;
776
+ case "ActualWindowScale":
777
+ if (!this.ef) {
778
+ this.mb(this.fe(), this.ff());
779
+ }
780
+ break;
781
+ case "ActualPixelScalingRatio":
782
+ this.pr.fq(this.e8);
783
+ break;
784
+ case XamGeographicMap.$$p[7]:
785
+ this.l7();
786
+ break;
787
+ }
788
+ };
789
+ XamGeographicMap.prototype.qn = function (a, b) {
790
+ if (this.imageTilesReady != null) {
791
+ this.imageTilesReady(this, new ImageTilesReadyEventArgs());
792
+ }
793
+ };
794
+ XamGeographicMap.prototype.qs = function (a) {
795
+ if (a != null) {
796
+ a.bh = null;
797
+ }
798
+ };
799
+ XamGeographicMap.prototype.qt = function () {
800
+ if (this.pf != null) {
801
+ this.pf.kl = this.rg.left;
802
+ this.pf.kk = this.rg.right;
803
+ }
804
+ if (this.ph != null) {
805
+ this.ph.kl = this.rg.top;
806
+ this.ph.kk = this.rg.bottom;
807
+ }
808
+ this.pf.co(true);
809
+ this.ph.co(true);
810
+ };
811
+ XamGeographicMap.prototype.getFontInfo = function () {
812
+ this.ps = this.pr.fj;
813
+ return this.ps;
814
+ };
815
+ XamGeographicMap.prototype.n5 = function () {
816
+ return this.pr.fr;
817
+ };
818
+ XamGeographicMap.prototype.getFontBrush = function () {
819
+ return this.pr.fs;
820
+ };
821
+ XamGeographicMap.prototype.ls = function (a, b) {
822
+ if (typeCast(ItfConverter.$, b) !== null) {
823
+ var c = b;
824
+ var d = a;
825
+ d.itemsSource = c.triangulationSource.points;
826
+ d.ok = c.triangulationSource.triangles;
827
+ }
828
+ else {
829
+ _super.prototype.ls.call(this, a, b);
830
+ }
831
+ };
832
+ XamGeographicMap.prototype.register = function (a, b) {
833
+ this.li(a, b);
834
+ };
835
+ XamGeographicMap.prototype.unRegister = function (a) {
836
+ this.ly(a);
837
+ };
838
+ XamGeographicMap.prototype.deferredRefresh = function () {
839
+ this.iv();
840
+ };
841
+ XamGeographicMap.prototype.deferAction = function (a) {
842
+ if (this.p4 != null) {
843
+ this.p4.setTimeout(a, 0);
844
+ }
845
+ else {
846
+ window.setTimeout(a, 0);
847
+ }
848
+ };
849
+ XamGeographicMap.prototype.qk = function (a) {
850
+ this.l6(a);
851
+ };
852
+ XamGeographicMap.prototype.p5 = function () {
853
+ var a = new ChartVisualData();
854
+ var b = this.pf.e6();
855
+ var c = this.ph.e6();
856
+ a.axes.add1(b);
857
+ a.axes.add1(c);
858
+ for (var d = 0; d < this.series.count; d++) {
859
+ var e = this.series._inner[d].gp();
860
+ a.series.add1(e);
861
+ }
862
+ a.name = this.name;
863
+ a.contentArea = RectData.b(this.o7);
864
+ a.centralArea = RectData.b(this.o7);
865
+ a.plotArea = RectData.b(this.o7);
866
+ return a;
867
+ };
868
+ XamGeographicMap.prototype.oz = function (a, b, c) {
869
+ return a;
870
+ };
871
+ XamGeographicMap.prototype.qo = function () {
872
+ };
873
+ Object.defineProperty(XamGeographicMap.prototype, "rr", {
874
+ get: function () {
875
+ return this.rd;
876
+ },
877
+ set: function (a) {
878
+ this.rd = a;
879
+ },
880
+ enumerable: true,
881
+ configurable: true
882
+ });
883
+ XamGeographicMap.prototype.qy = function (a) {
884
+ this.rr = a;
885
+ this.qx();
886
+ };
887
+ XamGeographicMap.prototype.qx = function () {
888
+ if (this.py && !this.rr.isEmpty) {
889
+ var a = this.getZoomFromGeographicRect(this.rr);
890
+ this.rr = Rect.empty;
891
+ this.mc(a, false);
892
+ }
893
+ };
894
+ Object.defineProperty(XamGeographicMap.prototype, "py", {
895
+ get: function () {
896
+ return !this.o7.isEmpty && !this.ow.isEmpty;
897
+ },
898
+ enumerable: true,
899
+ configurable: true
900
+ });
901
+ XamGeographicMap.$t = markType(XamGeographicMap, 'XamGeographicMap', SeriesViewer.$, [IMapRenderDeferralHandler_$type]);
902
+ XamGeographicMap.pp = 0;
903
+ XamGeographicMap.rc = new Rect(2, { $type: Point_$type, x: -180, y: -85.05112878 }, { $type: Point_$type, x: 180, y: 85.05112878 });
904
+ XamGeographicMap.rf = new Rect(0, 0, 0, 1, 1);
905
+ XamGeographicMap.$$p = markDep(DependencyProperty, PropertyMetadata, XamGeographicMap, 'k5', ['BackgroundTilingMode:pm:qz', [MapBackgroundTilingMode_$type, enumGetBox(MapBackgroundTilingMode_$type, 0)], 'IsHorizontalWrappingEnabled:pu:q0', [0, false], 'ResizeBehavior:pq:q1', [MapResizeBehavior_$type, enumGetBox(MapResizeBehavior_$type, XamGeographicMap.pp)], 'SuppressZoomResetOnWorldRectChange:pv:q2', [0, false], 'UseWorldRectForZoomBounds:pw:q3', [0, false], 'WindowScale:p2:q4', [1, NaN], 'WorldRect:rs:q5', [Rect.$, XamGeographicMap.rc], 'Zoomable:px:q6', [0, true]]);
906
+ return XamGeographicMap;
907
+ }(SeriesViewer));
908
+ export { XamGeographicMap };
909
+ /**
910
+ * @hidden
911
+ */
912
+ var GeographicMapImagery = /** @class */ (function (_super) {
913
+ tslib_1.__extends(GeographicMapImagery, _super);
914
+ function GeographicMapImagery(a) {
915
+ var _this = _super.call(this) || this;
916
+ _this.ak = null;
917
+ _this.imageTilesReady = null;
918
+ _this.an = null;
919
+ _this.ap = null;
920
+ _this.propertyChanged = null;
921
+ _this.imagesChanged = null;
922
+ _this.cancellingImage = null;
923
+ _this.downloadingImage = null;
924
+ _this.ab = GeographicMapImagery.$;
925
+ _this.ap = a;
926
+ _this.aj = _this.ai();
927
+ _this.bb(_this.aj);
928
+ return _this;
929
+ }
930
+ GeographicMapImagery.prototype.bb = function (a) {
931
+ };
932
+ GeographicMapImagery.prototype.ai = function () {
933
+ return new GeographicMapImageryView(this);
934
+ };
935
+ Object.defineProperty(GeographicMapImagery.prototype, "deferralHandler", {
936
+ get: function () {
937
+ return this.ak;
938
+ },
939
+ set: function (a) {
940
+ this.ak = a;
941
+ if (this.ao != null) {
942
+ this.ao.al = a;
943
+ }
944
+ },
945
+ enumerable: true,
946
+ configurable: true
947
+ });
948
+ GeographicMapImagery.prototype.a5 = function (a, b) {
949
+ if (this.imageTilesReady != null) {
950
+ this.imageTilesReady(this, new ImageTilesReadyEventArgs());
951
+ }
952
+ };
953
+ GeographicMapImagery.prototype.a9 = function () {
954
+ var a = this.ao;
955
+ a.imageTilesReady = delegateCombine(a.imageTilesReady, runOn(this, this.a5));
956
+ this.ao.al = this.deferralHandler;
957
+ var b = this.ao;
958
+ b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.a4));
959
+ var c = this.ao;
960
+ c.downloadingImage = delegateCombine(c.downloadingImage, runOn(this, this.a3));
961
+ var d = this.ao;
962
+ d.cancellingImage = delegateCombine(d.cancellingImage, runOn(this, this.a2));
963
+ this.ao.bf = this.referer;
964
+ this.ao.bj = this.userAgent;
965
+ this.ao.av = this.isHorizontalWrappingEnabled;
966
+ };
967
+ GeographicMapImagery.prototype.a3 = function (a, b) {
968
+ if (this.downloadingImage != null) {
969
+ this.downloadingImage(this, b);
970
+ }
971
+ };
972
+ GeographicMapImagery.prototype.a2 = function (a, b) {
973
+ if (this.cancellingImage != null) {
974
+ this.cancellingImage(this, b);
975
+ }
976
+ };
977
+ GeographicMapImagery.prototype.bg = function () {
978
+ if (this.ao != null) {
979
+ this.aj.e();
980
+ }
981
+ };
982
+ GeographicMapImagery.prototype.ba = function (a, b, c) {
983
+ switch (a) {
984
+ case GeographicMapImagery.$$p[3]:
985
+ this.bg();
986
+ break;
987
+ case "GeographicMap":
988
+ this.aj.e();
989
+ break;
990
+ case GeographicMapImagery.$$p[1]:
991
+ if (this.ao != null) {
992
+ this.ao.bf = this.referer;
993
+ }
994
+ break;
995
+ case GeographicMapImagery.$$p[2]:
996
+ if (this.ao != null) {
997
+ this.ao.bj = this.userAgent;
998
+ }
999
+ break;
1000
+ case GeographicMapImagery.$$p[0]:
1001
+ if (this.ao != null) {
1002
+ this.ao.av = this.isHorizontalWrappingEnabled;
1003
+ }
1004
+ break;
1005
+ }
1006
+ if (this.propertyChanged != null) {
1007
+ this.propertyChanged(this, new PropertyChangedEventArgs(a));
1008
+ }
1009
+ };
1010
+ Object.defineProperty(GeographicMapImagery.prototype, "geographicMap", {
1011
+ get: function () {
1012
+ return this.c(GeographicMapImagery.geographicMapProperty);
1013
+ },
1014
+ set: function (a) {
1015
+ this.h(GeographicMapImagery.geographicMapProperty, a);
1016
+ },
1017
+ enumerable: true,
1018
+ configurable: true
1019
+ });
1020
+ GeographicMapImagery.a8 = function (a, b) {
1021
+ a.a7(b.oldValue, b.newValue);
1022
+ };
1023
+ GeographicMapImagery.prototype.a7 = function (a, b) {
1024
+ this.ba("GeographicMap", a, b);
1025
+ };
1026
+ GeographicMapImagery.prototype.clearTileCache = function () {
1027
+ if (this.ao != null) {
1028
+ this.ao.bs(0, 0, 0, 0);
1029
+ }
1030
+ };
1031
+ Object.defineProperty(GeographicMapImagery.prototype, "ao", {
1032
+ get: function () {
1033
+ return this.an;
1034
+ },
1035
+ set: function (a) {
1036
+ this.an = a;
1037
+ if (this.propertyChanged != null) {
1038
+ this.propertyChanged(this, new PropertyChangedEventArgs("MultiScaleImage"));
1039
+ }
1040
+ },
1041
+ enumerable: true,
1042
+ configurable: true
1043
+ });
1044
+ GeographicMapImagery.prototype.bn = function (a) {
1045
+ if (this.geographicMap == null || a.width < 1 || a.height < 1) {
1046
+ return a;
1047
+ }
1048
+ var b = new Rect(0, 0, 0, a.width, a.height);
1049
+ var c = this.geographicMap.rl(b);
1050
+ var d = XamGeographicMap.rc;
1051
+ var e = this.geographicMap.rg;
1052
+ var f = Math.min(this.windowRect.height, this.windowRect.width);
1053
+ var g = e.width / d.width;
1054
+ this.ao.a5 = (b.width / c.width) * f * g;
1055
+ var h = this.geographicMap.pf;
1056
+ var i = this.geographicMap.ph;
1057
+ var j = new ScalerParams(1, this.windowRect, b, h.ca);
1058
+ j.c = c;
1059
+ var k = new ScalerParams(1, this.windowRect, b, i.ca);
1060
+ k.c = c;
1061
+ var l = h.dz(d.left, j);
1062
+ var m = i.dz(d.bottom, k);
1063
+ var n = (-l / b.width) * this.ao.a5;
1064
+ var o = (-m / b.height) * this.ao.a5 * (b.height / b.width);
1065
+ this.ao.cm = { $type: Point_$type, x: n, y: o };
1066
+ return a;
1067
+ };
1068
+ GeographicMapImagery.prototype.bd = function (a) {
1069
+ this.aj.f(a);
1070
+ };
1071
+ GeographicMapImagery.prototype.bf = function (a) {
1072
+ this.aj.h(a);
1073
+ };
1074
+ GeographicMapImagery.prototype.be = function (a) {
1075
+ this.aj.g(a);
1076
+ };
1077
+ GeographicMapImagery.prototype.a4 = function (a, b) {
1078
+ if (this.imagesChanged != null) {
1079
+ this.imagesChanged(this, new ImagesChangedEventArgs());
1080
+ }
1081
+ };
1082
+ GeographicMapImagery.prototype.a6 = function () {
1083
+ this.aj.e();
1084
+ };
1085
+ GeographicMapImagery.prototype.bc = function (a) {
1086
+ this.aj.i(a);
1087
+ };
1088
+ GeographicMapImagery.prototype.v = function () {
1089
+ _super.prototype.v.call(this);
1090
+ this.ap.o = this._opacity;
1091
+ };
1092
+ GeographicMapImagery.$t = markType(GeographicMapImagery, 'GeographicMapImagery', Control.$, [INotifyPropertyChanged_$type]);
1093
+ GeographicMapImagery.geographicMapProperty = DependencyProperty.i("GeographicMap", XamGeographicMap.$, GeographicMapImagery.$, new PropertyMetadata(2, null, GeographicMapImagery.a8));
1094
+ GeographicMapImagery.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicMapImagery, 'ba', ['IsHorizontalWrappingEnabled', [0, false], 'Referer', [2, null], 'UserAgent', [2, null], 'WindowRect', [Rect.$, Rect.empty]]);
1095
+ return GeographicMapImagery;
1096
+ }(Control));
1097
+ export { GeographicMapImagery };
1098
+ /**
1099
+ * @hidden
1100
+ */
1101
+ var GeographicMapImageryView = /** @class */ (function (_super) {
1102
+ tslib_1.__extends(GeographicMapImageryView, _super);
1103
+ function GeographicMapImageryView(a) {
1104
+ var _this = _super.call(this) || this;
1105
+ _this.a = null;
1106
+ _this.j = null;
1107
+ _this.d = null;
1108
+ _this.b = 1;
1109
+ _this.j = Rect.empty;
1110
+ _this.a = a;
1111
+ _this.a.ao = new XamMultiScaleImage();
1112
+ _this.a.ao.ao = _this.a.ap;
1113
+ _this.a.a9();
1114
+ return _this;
1115
+ }
1116
+ GeographicMapImageryView.prototype.e = function () {
1117
+ if (this.j.isEmpty) {
1118
+ return;
1119
+ }
1120
+ this.a.bn(new Size(1, this.j.width, this.j.height));
1121
+ };
1122
+ GeographicMapImageryView.prototype.f = function (a) {
1123
+ this.a.ao.b1(a);
1124
+ };
1125
+ GeographicMapImageryView.prototype.g = function (a) {
1126
+ this.d = a;
1127
+ this.a.ao.b2(a);
1128
+ };
1129
+ GeographicMapImageryView.prototype.h = function (a) {
1130
+ this.j = a;
1131
+ this.a.ao.b3(a);
1132
+ this.a.a6();
1133
+ };
1134
+ Object.defineProperty(GeographicMapImageryView.prototype, "c", {
1135
+ get: function () {
1136
+ return this.b;
1137
+ },
1138
+ enumerable: true,
1139
+ configurable: true
1140
+ });
1141
+ GeographicMapImageryView.prototype.i = function (a) {
1142
+ this.b = a;
1143
+ this.a.ao.bz(a);
1144
+ };
1145
+ GeographicMapImageryView.$t = markType(GeographicMapImageryView, 'GeographicMapImageryView');
1146
+ return GeographicMapImageryView;
1147
+ }(Base));
1148
+ export { GeographicMapImageryView };
1149
+ /**
1150
+ * @hidden
1151
+ */
1152
+ var GeographicXYTriangulatingSeriesView = /** @class */ (function (_super) {
1153
+ tslib_1.__extends(GeographicXYTriangulatingSeriesView, _super);
1154
+ function GeographicXYTriangulatingSeriesView(a) {
1155
+ var _this = _super.call(this, a) || this;
1156
+ _this.b3 = null;
1157
+ _this.b3 = a;
1158
+ return _this;
1159
+ }
1160
+ GeographicXYTriangulatingSeriesView.prototype.by = function () {
1161
+ _super.prototype.by.call(this);
1162
+ var a = this.b3.ob;
1163
+ a.o7 = this.b3.on;
1164
+ a.pb = this.b3.ol;
1165
+ a.trianglesSource = this.b3.ok;
1166
+ a.oz = this.b3.oq;
1167
+ a.o1 = this.b3.os;
1168
+ a.o3 = this.b3.ou;
1169
+ };
1170
+ GeographicXYTriangulatingSeriesView.prototype.b6 = function () {
1171
+ var a = this.b3.ob;
1172
+ if (this.b3.b6 == null) {
1173
+ a.n9 = null;
1174
+ a.oa = null;
1175
+ return;
1176
+ }
1177
+ a.n9 = this.b3.b6.pf;
1178
+ a.oa = this.b3.b6.ph;
1179
+ };
1180
+ GeographicXYTriangulatingSeriesView.prototype.b5 = function () {
1181
+ this.b3.ob.o7 = this.b3.on;
1182
+ };
1183
+ GeographicXYTriangulatingSeriesView.prototype.b4 = function () {
1184
+ this.b3.ob.pb = this.b3.ol;
1185
+ };
1186
+ GeographicXYTriangulatingSeriesView.prototype.b7 = function () {
1187
+ this.b3.ob.trianglesSource = this.b3.ok;
1188
+ };
1189
+ GeographicXYTriangulatingSeriesView.prototype.b8 = function () {
1190
+ this.b3.ob.oz = this.b3.oq;
1191
+ };
1192
+ GeographicXYTriangulatingSeriesView.prototype.b9 = function () {
1193
+ this.b3.ob.o1 = this.b3.os;
1194
+ };
1195
+ GeographicXYTriangulatingSeriesView.prototype.ca = function () {
1196
+ this.b3.ob.o3 = this.b3.ou;
1197
+ };
1198
+ GeographicXYTriangulatingSeriesView.$t = markType(GeographicXYTriangulatingSeriesView, 'GeographicXYTriangulatingSeriesView', HostSeriesView.$);
1199
+ return GeographicXYTriangulatingSeriesView;
1200
+ }(HostSeriesView));
1201
+ export { GeographicXYTriangulatingSeriesView };
1202
+ /**
1203
+ * @hidden
1204
+ */
1205
+ var GeographicScatterAreaSeriesView = /** @class */ (function (_super) {
1206
+ tslib_1.__extends(GeographicScatterAreaSeriesView, _super);
1207
+ function GeographicScatterAreaSeriesView(a) {
1208
+ var _this = _super.call(this, a) || this;
1209
+ _this.cb = null;
1210
+ _this.cb = a;
1211
+ return _this;
1212
+ }
1213
+ GeographicScatterAreaSeriesView.prototype.by = function () {
1214
+ _super.prototype.by.call(this);
1215
+ if (this.cb.o4 != null) {
1216
+ this.cb.o4.p2 = this.cb.o7;
1217
+ this.cb.o4.pu = this.cb.o3;
1218
+ }
1219
+ };
1220
+ GeographicScatterAreaSeriesView.prototype.cc = function () {
1221
+ if (this.cb.o4 != null) {
1222
+ this.cb.o4.p2 = this.cb.o7;
1223
+ }
1224
+ };
1225
+ GeographicScatterAreaSeriesView.prototype.cd = function () {
1226
+ if (this.cb.o4 != null) {
1227
+ this.cb.o4.pu = this.cb.o3;
1228
+ }
1229
+ };
1230
+ GeographicScatterAreaSeriesView.$t = markType(GeographicScatterAreaSeriesView, 'GeographicScatterAreaSeriesView', GeographicXYTriangulatingSeriesView.$);
1231
+ return GeographicScatterAreaSeriesView;
1232
+ }(GeographicXYTriangulatingSeriesView));
1233
+ export { GeographicScatterAreaSeriesView };
1234
+ /**
1235
+ * @hidden
1236
+ */
1237
+ var XamGeographicMapView = /** @class */ (function (_super) {
1238
+ tslib_1.__extends(XamGeographicMapView, _super);
1239
+ function XamGeographicMapView(a) {
1240
+ var _this = _super.call(this, a) || this;
1241
+ _this.fi = null;
1242
+ _this.fy = null;
1243
+ _this.fs = null;
1244
+ _this.fr = null;
1245
+ _this.fj = null;
1246
+ _this.fk = NaN;
1247
+ _this.fy = Rect.empty;
1248
+ _this.fi = a;
1249
+ _this.fi.n0 = 2;
1250
+ _this.fi.fw = 5E-06;
1251
+ return _this;
1252
+ }
1253
+ XamGeographicMapView.prototype.m = function (a) {
1254
+ return 2;
1255
+ };
1256
+ XamGeographicMapView.prototype.bk = function (a) {
1257
+ this.j.bv(a);
1258
+ this.fi.qk(a);
1259
+ this.ei();
1260
+ };
1261
+ XamGeographicMapView.prototype.get_ap = function () {
1262
+ return true;
1263
+ };
1264
+ XamGeographicMapView.prototype.d1 = function () {
1265
+ var a;
1266
+ var b;
1267
+ var c;
1268
+ var d;
1269
+ var e;
1270
+ var f = this.j.a7(a, b, c, d, e);
1271
+ a = f.p0;
1272
+ b = f.p1;
1273
+ c = f.p2;
1274
+ d = f.p3;
1275
+ e = f.p4;
1276
+ this.fs = c;
1277
+ this.fj = d;
1278
+ this.fr = e;
1279
+ };
1280
+ XamGeographicMapView.prototype.fu = function (a) {
1281
+ return ((function () {
1282
+ var $ret = new Brush();
1283
+ $ret.fill = "#8bdc5c";
1284
+ return $ret;
1285
+ })());
1286
+ };
1287
+ XamGeographicMapView.prototype.fv = function (a) {
1288
+ return ((function () {
1289
+ var $ret = new Brush();
1290
+ $ret.fill = "#8bdc5c";
1291
+ return $ret;
1292
+ })());
1293
+ };
1294
+ XamGeographicMapView.prototype.ft = function (a) {
1295
+ return ((function () {
1296
+ var $ret = new Brush();
1297
+ $ret.fill = "rgba(50,50,50,.5)";
1298
+ return $ret;
1299
+ })());
1300
+ };
1301
+ XamGeographicMapView.prototype.fw = function (a) {
1302
+ return ((function () {
1303
+ var $ret = new Brush();
1304
+ $ret.fill = "white";
1305
+ return $ret;
1306
+ })());
1307
+ };
1308
+ XamGeographicMapView.prototype.dr = function (a) {
1309
+ _super.prototype.dr.call(this, a);
1310
+ if (this.fi.backgroundContent != null) {
1311
+ var b = this.fi.backgroundContent;
1312
+ b.be(this.j.ae);
1313
+ b.bd(a);
1314
+ }
1315
+ };
1316
+ XamGeographicMapView.prototype.ds = function (a) {
1317
+ _super.prototype.ds.call(this, a);
1318
+ this.fy = a;
1319
+ if (this.fi.backgroundContent != null) {
1320
+ var b = this.fi.backgroundContent;
1321
+ b.bf(this.fy);
1322
+ }
1323
+ };
1324
+ XamGeographicMapView.prototype.fx = function () {
1325
+ return new Rect(0, 0, 0, this.fy.width, this.fy.height);
1326
+ };
1327
+ XamGeographicMapView.prototype.fn = function () {
1328
+ if (this.fi.backgroundContent != null) {
1329
+ var a = this.fi.backgroundContent;
1330
+ a.a6();
1331
+ }
1332
+ };
1333
+ XamGeographicMapView.prototype.fm = function (a) {
1334
+ if (this.fi.pk != null) {
1335
+ this.fi.pk.windowRect = a;
1336
+ }
1337
+ };
1338
+ XamGeographicMapView.prototype.fp = function (a, b) {
1339
+ if (this.fi.pk != null) {
1340
+ this.fi.pk.windowRect = this.fi.os;
1341
+ }
1342
+ if (a != null) {
1343
+ var c = a.ao;
1344
+ if (c != null) {
1345
+ this.fi.ah.e.remove(c.ag);
1346
+ }
1347
+ a.bd(null);
1348
+ a.be(null);
1349
+ }
1350
+ if (b != null) {
1351
+ var d = b.ao;
1352
+ if (d != null) {
1353
+ this.fi.ah.e.add(d.ag);
1354
+ }
1355
+ if (!this.fy.isEmpty) {
1356
+ this.ds(this.fy);
1357
+ }
1358
+ if (this.w != null) {
1359
+ this.dr(this.w);
1360
+ }
1361
+ }
1362
+ if (b == null) {
1363
+ this.fo(this.w);
1364
+ }
1365
+ };
1366
+ XamGeographicMapView.prototype.fo = function (a) {
1367
+ var b = this.fi.e8;
1368
+ if (b != 1) {
1369
+ a.z();
1370
+ a.aa(b, b);
1371
+ }
1372
+ a.k(this.fy.left, this.fy.top, this.fy.width, this.fy.height);
1373
+ if (b != 1) {
1374
+ a.y();
1375
+ }
1376
+ };
1377
+ XamGeographicMapView.prototype.dy = function () {
1378
+ this.fa.ac = 1;
1379
+ this.fb.ac = 1;
1380
+ this.fa._stroke = this.fs;
1381
+ this.fb._stroke = this.fs;
1382
+ _super.prototype.dy.call(this);
1383
+ };
1384
+ XamGeographicMapView.prototype.fq = function (a) {
1385
+ this.fk = a;
1386
+ if (this.fi.backgroundContent != null) {
1387
+ this.fi.backgroundContent.bc(a);
1388
+ }
1389
+ };
1390
+ Object.defineProperty(XamGeographicMapView.prototype, "fl", {
1391
+ get: function () {
1392
+ return this.fk;
1393
+ },
1394
+ set: function (a) {
1395
+ this.fk = a;
1396
+ },
1397
+ enumerable: true,
1398
+ configurable: true
1399
+ });
1400
+ XamGeographicMapView.$t = markType(XamGeographicMapView, 'XamGeographicMapView', SeriesViewerView.$);
1401
+ return XamGeographicMapView;
1402
+ }(SeriesViewerView));
1403
+ export { XamGeographicMapView };
1404
+ /**
1405
+ * @hidden
1406
+ */
1407
+ var OpenStreetMapImagery = /** @class */ (function (_super) {
1408
+ tslib_1.__extends(OpenStreetMapImagery, _super);
1409
+ function OpenStreetMapImagery() {
1410
+ return _super.call(this, new OpenStreetMapTileSource()) || this;
1411
+ }
1412
+ Object.defineProperty(OpenStreetMapImagery.prototype, "tilePath", {
1413
+ get: function () {
1414
+ return this.c(OpenStreetMapImagery.tilePathProperty);
1415
+ },
1416
+ set: function (a) {
1417
+ this.h(OpenStreetMapImagery.tilePathProperty, a);
1418
+ },
1419
+ enumerable: true,
1420
+ configurable: true
1421
+ });
1422
+ OpenStreetMapImagery.br = function (a, b) {
1423
+ a.bq("TilePath", b.oldValue, b.newValue);
1424
+ };
1425
+ OpenStreetMapImagery.prototype.bq = function (a, b, c) {
1426
+ switch (a) {
1427
+ case "TilePath":
1428
+ this.ap.setTilePathUrl(c == null ? null : c);
1429
+ this.aj.e();
1430
+ break;
1431
+ }
1432
+ _super.prototype.ba.call(this, a, b, c);
1433
+ };
1434
+ OpenStreetMapImagery.$t = markType(OpenStreetMapImagery, 'OpenStreetMapImagery', GeographicMapImagery.$);
1435
+ OpenStreetMapImagery.tilePathProperty = DependencyProperty.i("TilePath", String_$type, OpenStreetMapImagery.$, new PropertyMetadata(2, null, OpenStreetMapImagery.br));
1436
+ return OpenStreetMapImagery;
1437
+ }(GeographicMapImagery));
1438
+ export { OpenStreetMapImagery };
1439
+ /**
1440
+ * @hidden
1441
+ */
1442
+ var GeographicXYTriangulatingSeries = /** @class */ (function (_super) {
1443
+ tslib_1.__extends(GeographicXYTriangulatingSeries, _super);
1444
+ function GeographicXYTriangulatingSeries() {
1445
+ return _super !== null && _super.apply(this, arguments) || this;
1446
+ }
1447
+ GeographicXYTriangulatingSeries.prototype.bp = function () {
1448
+ return new GeographicXYTriangulatingSeriesView(this);
1449
+ };
1450
+ GeographicXYTriangulatingSeries.prototype.kk = function (a) {
1451
+ _super.prototype.kk.call(this, a);
1452
+ this.oj = a;
1453
+ };
1454
+ GeographicXYTriangulatingSeries.prototype.kp = function (a, b, c, d) {
1455
+ _super.prototype.kp.call(this, a, b, c, d);
1456
+ switch (b) {
1457
+ case "SeriesViewer":
1458
+ this.oj.b6();
1459
+ break;
1460
+ case GeographicXYTriangulatingSeries.$$p[1]:
1461
+ this.oj.b5();
1462
+ break;
1463
+ case GeographicXYTriangulatingSeries.$$p[0]:
1464
+ this.oj.b4();
1465
+ break;
1466
+ case GeographicXYTriangulatingSeries.$$p[2]:
1467
+ this.oj.b7();
1468
+ break;
1469
+ case GeographicXYTriangulatingSeries.$$p[3]:
1470
+ this.oj.b8();
1471
+ break;
1472
+ case GeographicXYTriangulatingSeries.$$p[4]:
1473
+ this.oj.b9();
1474
+ break;
1475
+ case GeographicXYTriangulatingSeries.$$p[5]:
1476
+ this.oj.ca();
1477
+ break;
1478
+ }
1479
+ };
1480
+ GeographicXYTriangulatingSeries.$t = markType(GeographicXYTriangulatingSeries, 'GeographicXYTriangulatingSeries', GeographicMapSeriesHost.$);
1481
+ GeographicXYTriangulatingSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicXYTriangulatingSeries, 'raisePropertyChanged', ['LatitudeMemberPath:ol:ow', [2, "pointY"], 'LongitudeMemberPath:on:ox', [2, "pointX"], 'TrianglesSource:ok:oy', [IEnumerable_$type, null], 'TriangleVertexMemberPath1:oq:oz', [2, "v1"], 'TriangleVertexMemberPath2:os:o0', [2, "v2"], 'TriangleVertexMemberPath3:ou:o1', [2, "v3"]]);
1482
+ return GeographicXYTriangulatingSeries;
1483
+ }(GeographicMapSeriesHost));
1484
+ export { GeographicXYTriangulatingSeries };
1485
+ /**
1486
+ * @hidden
1487
+ */
1488
+ var GeographicScatterAreaSeries = /** @class */ (function (_super) {
1489
+ tslib_1.__extends(GeographicScatterAreaSeries, _super);
1490
+ function GeographicScatterAreaSeries() {
1491
+ var _this = _super.call(this) || this;
1492
+ _this.o2 = null;
1493
+ _this.triangulationStatusChanged = null;
1494
+ _this.ab = GeographicScatterAreaSeries.$;
1495
+ return _this;
1496
+ }
1497
+ Object.defineProperty(GeographicScatterAreaSeries.prototype, "o3", {
1498
+ get: function () {
1499
+ return this.o2;
1500
+ },
1501
+ set: function (a) {
1502
+ var b = this.o2 != a;
1503
+ if (b) {
1504
+ var c = this.o2;
1505
+ this.o2 = a;
1506
+ this.raisePropertyChanged("ColorScale", c, this.o2);
1507
+ if (this.o4 != null) {
1508
+ this.o4.pu = a;
1509
+ }
1510
+ }
1511
+ },
1512
+ enumerable: true,
1513
+ configurable: true
1514
+ });
1515
+ GeographicScatterAreaSeries.prototype.oa = function () {
1516
+ this.o4 = new ScatterAreaSeries();
1517
+ var a = this.o4;
1518
+ a.triangulationStatusChanged = delegateCombine(a.triangulationStatusChanged, runOn(this, this.pa));
1519
+ return this.o4;
1520
+ };
1521
+ GeographicScatterAreaSeries.prototype.pa = function (a, b) {
1522
+ if (this.triangulationStatusChanged != null) {
1523
+ this.triangulationStatusChanged(this, b);
1524
+ }
1525
+ };
1526
+ GeographicScatterAreaSeries.prototype.bp = function () {
1527
+ return new GeographicScatterAreaSeriesView(this);
1528
+ };
1529
+ GeographicScatterAreaSeries.prototype.kk = function (a) {
1530
+ _super.prototype.kk.call(this, a);
1531
+ this.o6 = a;
1532
+ };
1533
+ GeographicScatterAreaSeries.prototype.kp = function (a, b, c, d) {
1534
+ _super.prototype.kp.call(this, a, b, c, d);
1535
+ switch (b) {
1536
+ case GeographicScatterAreaSeries.$$p[0]:
1537
+ this.o6.cc();
1538
+ break;
1539
+ case "ColorScale":
1540
+ this.o6.cd();
1541
+ break;
1542
+ }
1543
+ };
1544
+ GeographicScatterAreaSeries.prototype.get_d6 = function () {
1545
+ return true;
1546
+ };
1547
+ GeographicScatterAreaSeries.prototype.set_d6 = function (a) {
1548
+ _super.prototype.set_d6.call(this, a);
1549
+ };
1550
+ GeographicScatterAreaSeries.$t = markType(GeographicScatterAreaSeries, 'GeographicScatterAreaSeries', GeographicXYTriangulatingSeries.$);
1551
+ GeographicScatterAreaSeries.$$p = markDep(DependencyProperty, PropertyMetadata, GeographicScatterAreaSeries, 'raisePropertyChanged', ['ColorMemberPath:o7:pb', [2, "value"]]);
1552
+ return GeographicScatterAreaSeries;
1553
+ }(GeographicXYTriangulatingSeries));
1554
+ export { GeographicScatterAreaSeries };
1555
+ //# sourceMappingURL=XamGeographicMap_combined.js.map