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