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,330 @@
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 { ShapeSeriesBase } from "igniteui-angular-charts";
9
+ import { IMapRenderDeferralHandler_$type } from "igniteui-angular-core";
10
+ import { EventArgs, runOn, delegateRemove, delegateCombine, typeCast, markType } from "igniteui-angular-core";
11
+ import { XamGeographicMap } from "./XamGeographicMap";
12
+ import { ShapeSeriesViewBase } from "igniteui-angular-charts";
13
+ import { RenderingContext } from "igniteui-angular-core";
14
+ import { GeometryGroup } from "igniteui-angular-core";
15
+ import { CanvasViewRenderer } from "igniteui-angular-core";
16
+ import { truncate } from "igniteui-angular-core";
17
+ /**
18
+ * @hidden
19
+ */
20
+ var TileSeries = /** @class */ (function (_super) {
21
+ tslib_1.__extends(TileSeries, _super);
22
+ function TileSeries() {
23
+ var _this = _super !== null && _super.apply(this, arguments) || this;
24
+ _this.qz = null;
25
+ _this.qy = null;
26
+ _this.imageTilesReady = null;
27
+ _this.q2 = null;
28
+ _this.q3 = false;
29
+ return _this;
30
+ }
31
+ TileSeries.prototype.bp = function () {
32
+ return new TileSeriesView(this);
33
+ };
34
+ TileSeries.prototype.kk = function (a) {
35
+ _super.prototype.kk.call(this, a);
36
+ this.qx = a;
37
+ };
38
+ TileSeries.prototype.get_pd = function () {
39
+ return false;
40
+ };
41
+ Object.defineProperty(TileSeries.prototype, "q1", {
42
+ get: function () {
43
+ return this.qz;
44
+ },
45
+ set: function (a) {
46
+ var b = a != this.q1;
47
+ if (b) {
48
+ var c = this.q1;
49
+ this.qz = a;
50
+ this.raisePropertyChanged("TileImagery", c, a);
51
+ }
52
+ },
53
+ enumerable: true,
54
+ configurable: true
55
+ });
56
+ Object.defineProperty(TileSeries.prototype, "q0", {
57
+ get: function () {
58
+ return this.qy;
59
+ },
60
+ set: function (a) {
61
+ var b = this.qy;
62
+ this.qy = a;
63
+ this.raisePropertyChanged("ActualTileImagery", b, this.qy);
64
+ },
65
+ enumerable: true,
66
+ configurable: true
67
+ });
68
+ TileSeries.prototype.kp = function (a, b, c, d) {
69
+ _super.prototype.kp.call(this, a, b, c, d);
70
+ var e;
71
+ var f;
72
+ switch (b) {
73
+ case "TileImagery":
74
+ e = c;
75
+ f = d;
76
+ if (e != null) {
77
+ e.propertyChanged = delegateRemove(e.propertyChanged, runOn(this, this.q6));
78
+ }
79
+ if (f != null) {
80
+ f.propertyChanged = delegateCombine(f.propertyChanged, runOn(this, this.q6));
81
+ }
82
+ this.qx.de(e, f);
83
+ this.k3(false);
84
+ this.ka();
85
+ break;
86
+ case "ActualTileImagery":
87
+ e = c;
88
+ f = d;
89
+ if (e != null) {
90
+ e.imageTilesReady = delegateRemove(e.imageTilesReady, runOn(this, this.q7));
91
+ e.deferralHandler = null;
92
+ }
93
+ if (f != null) {
94
+ f.imageTilesReady = delegateCombine(f.imageTilesReady, runOn(this, this.q7));
95
+ f.deferralHandler = this;
96
+ }
97
+ this.qx.dd(e, f);
98
+ if (f != null && typeCast(XamGeographicMap.$, this.b6) !== null) {
99
+ f.geographicMap = this.b6;
100
+ this.q9(this.bs);
101
+ this.qx.da(this.b6.os);
102
+ }
103
+ this.ka();
104
+ break;
105
+ case "ActualWindowRect":
106
+ this.qx.da(d);
107
+ break;
108
+ case "WorldRect":
109
+ this.qx.dh(d);
110
+ break;
111
+ case "SeriesViewer":
112
+ var g = c;
113
+ var h = d;
114
+ if (g != null && this.q0 != null) {
115
+ this.q0.be(null);
116
+ }
117
+ if (h != null && this.q0 != null) {
118
+ this.q0.be(this.bs.w);
119
+ }
120
+ break;
121
+ }
122
+ };
123
+ TileSeries.prototype.q6 = function (a, b) {
124
+ if (b.propertyName == "MultiScaleImage") {
125
+ this.q9(this.bs);
126
+ }
127
+ };
128
+ TileSeries.prototype.q7 = function (a, b) {
129
+ if (this.imageTilesReady != null) {
130
+ this.imageTilesReady(this, new EventArgs());
131
+ }
132
+ if (!this.q3) {
133
+ this.qx.df();
134
+ }
135
+ };
136
+ TileSeries.prototype.register = function (a, b) {
137
+ this.q2 = b;
138
+ };
139
+ TileSeries.prototype.unRegister = function (a) {
140
+ this.q2 = null;
141
+ };
142
+ TileSeries.prototype.deferredRefresh = function () {
143
+ this.k3(false);
144
+ };
145
+ TileSeries.prototype.deferAction = function (a) {
146
+ if (this.f5 != null) {
147
+ this.f5.setTimeout(a, 0);
148
+ }
149
+ else {
150
+ window.setTimeout(a, 0);
151
+ }
152
+ };
153
+ TileSeries.prototype.ln = function (a, b) {
154
+ this.qx.dg();
155
+ _super.prototype.ln.call(this, a, b);
156
+ };
157
+ TileSeries.prototype.k4 = function (a) {
158
+ _super.prototype.k4.call(this, a);
159
+ this.q8(a, this.bs);
160
+ };
161
+ TileSeries.prototype.q8 = function (a, b) {
162
+ var c;
163
+ var d;
164
+ var e = b;
165
+ var f = b.getViewInfo(c, d);
166
+ c = f.p0;
167
+ d = f.p1;
168
+ this.q9(b);
169
+ if (this.q2 != null) {
170
+ this.q3 = true;
171
+ this.q2(a);
172
+ this.q3 = false;
173
+ }
174
+ e.df();
175
+ };
176
+ TileSeries.prototype.k2 = function (a, b, c, d, e) {
177
+ _super.prototype.k2.call(this, a, b, c, d, e);
178
+ var f = this.ef.item(d);
179
+ f.a1(c);
180
+ if (this.cp(f)) {
181
+ return;
182
+ }
183
+ this.qh(f);
184
+ };
185
+ TileSeries.prototype.q9 = function (a) {
186
+ var b;
187
+ var c;
188
+ var d = a.getViewInfo(b, c);
189
+ b = d.p0;
190
+ c = d.p1;
191
+ if (this.q1 != null && this.q1.ao != null) {
192
+ if (this.q1 != this.q0) {
193
+ this.q0 = this.q1;
194
+ }
195
+ if (this.q0 != null && !b.isEmpty) {
196
+ if (this.q0.width != b.width) {
197
+ this.q0.width = b.width;
198
+ }
199
+ if (this.q0.height != b.height) {
200
+ this.q0.height = b.height;
201
+ }
202
+ }
203
+ }
204
+ };
205
+ TileSeries.prototype.jl = function (a, b) {
206
+ _super.prototype.jl.call(this, a, b);
207
+ b.db();
208
+ };
209
+ TileSeries.$t = markType(TileSeries, 'TileSeries', ShapeSeriesBase.$, [IMapRenderDeferralHandler_$type]);
210
+ return TileSeries;
211
+ }(ShapeSeriesBase));
212
+ export { TileSeries };
213
+ /**
214
+ * @hidden
215
+ */
216
+ var TileSeriesView = /** @class */ (function (_super) {
217
+ tslib_1.__extends(TileSeriesView, _super);
218
+ function TileSeriesView(a) {
219
+ var _this = _super.call(this, a) || this;
220
+ _this.c7 = null;
221
+ _this.di = new GeometryGroup();
222
+ _this.c9 = null;
223
+ _this.c8 = null;
224
+ _this.c7 = a;
225
+ return _this;
226
+ }
227
+ TileSeriesView.prototype.ch = function (a, b) {
228
+ if (b.c.count > 0) {
229
+ this.di.d.add(b);
230
+ }
231
+ };
232
+ TileSeriesView.prototype.c2 = function (a, b) {
233
+ return this.c3(a, b, true);
234
+ };
235
+ TileSeriesView.prototype.c1 = function (a, b) {
236
+ return null;
237
+ };
238
+ TileSeriesView.prototype.cl = function (a, b) {
239
+ };
240
+ TileSeriesView.prototype.cj = function (a, b, c) {
241
+ };
242
+ TileSeriesView.prototype.cr = function () {
243
+ _super.prototype.cr.call(this);
244
+ this.di.d.clear();
245
+ };
246
+ TileSeriesView.prototype.cq = function () {
247
+ _super.prototype.cq.call(this);
248
+ this.aq();
249
+ };
250
+ TileSeriesView.prototype.da = function (a) {
251
+ if (this.c7.q1 != null) {
252
+ this.c7.q1.windowRect = a;
253
+ }
254
+ };
255
+ TileSeriesView.prototype.dd = function (a, b) {
256
+ if (this.c9 == null) {
257
+ this.c9 = this.e.f5.createElement("canvas");
258
+ var c = this.e.f5.get2DCanvasContext(this.c9);
259
+ this.c8 = new RenderingContext(new CanvasViewRenderer(), c);
260
+ this.c9.setAttribute("width", this.bu.width.toString());
261
+ this.c9.setAttribute("height", this.bu.height.toString());
262
+ }
263
+ if (a != null) {
264
+ a.bd(null);
265
+ a.be(null);
266
+ a.imagesChanged = delegateRemove(a.imagesChanged, runOn(this, this.dc));
267
+ }
268
+ if (b != null) {
269
+ if (this.w != null) {
270
+ b.be(this.w);
271
+ }
272
+ b.bd(this.c8);
273
+ b.bf(this.bu);
274
+ b.imagesChanged = delegateCombine(b.imagesChanged, runOn(this, this.dc));
275
+ }
276
+ };
277
+ TileSeriesView.prototype.dc = function (a, b) {
278
+ this.aq();
279
+ };
280
+ TileSeriesView.prototype.de = function (a, b) {
281
+ };
282
+ TileSeriesView.prototype.dg = function () {
283
+ if (this.c9 != null) {
284
+ this.c9.setAttribute("width", this.bu.width.toString());
285
+ this.c9.setAttribute("height", this.bu.height.toString());
286
+ }
287
+ if (this.c7.q1 != null) {
288
+ this.c7.q1.bf(this.bu);
289
+ }
290
+ };
291
+ TileSeriesView.prototype.a6 = function (a, b) {
292
+ _super.prototype.a6.call(this, a, b);
293
+ if (b) {
294
+ return;
295
+ }
296
+ if (this.c9 == null) {
297
+ return;
298
+ }
299
+ var c = false;
300
+ if (this.di.d.count > 0) {
301
+ c = true;
302
+ this.k.z();
303
+ this.k.q(this.di);
304
+ var d = this.k.g();
305
+ d.clip();
306
+ }
307
+ var e = truncate(Math.round(this.bu.left));
308
+ var f = truncate(Math.round(this.bu.top));
309
+ var g = truncate(Math.round(this.bu.width));
310
+ var h = truncate(Math.round(this.bu.height));
311
+ this.k.n(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
312
+ if (c) {
313
+ this.k.y();
314
+ }
315
+ };
316
+ TileSeriesView.prototype.df = function () {
317
+ this.aq();
318
+ };
319
+ TileSeriesView.prototype.db = function () {
320
+ };
321
+ TileSeriesView.prototype.dh = function (a) {
322
+ if (this.c7.q1 != null) {
323
+ this.c7.q1.a6();
324
+ }
325
+ };
326
+ TileSeriesView.$t = markType(TileSeriesView, 'TileSeriesView', ShapeSeriesViewBase.$);
327
+ return TileSeriesView;
328
+ }(ShapeSeriesViewBase));
329
+ export { TileSeriesView };
330
+ //# sourceMappingURL=TileSeries_combined.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TileSeries_combined.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/TileSeries_combined.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,55 @@
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 { Base, markType } from "igniteui-angular-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ var TokenResponseModel = /** @class */ (function (_super) {
13
+ tslib_1.__extends(TokenResponseModel, _super);
14
+ function TokenResponseModel() {
15
+ var _this = _super !== null && _super.apply(this, arguments) || this;
16
+ _this._token = null;
17
+ _this._expires = 0;
18
+ _this._ssl = false;
19
+ return _this;
20
+ }
21
+ Object.defineProperty(TokenResponseModel.prototype, "token", {
22
+ get: function () {
23
+ return this._token;
24
+ },
25
+ set: function (a) {
26
+ this._token = a;
27
+ },
28
+ enumerable: true,
29
+ configurable: true
30
+ });
31
+ Object.defineProperty(TokenResponseModel.prototype, "expires", {
32
+ get: function () {
33
+ return this._expires;
34
+ },
35
+ set: function (a) {
36
+ this._expires = a;
37
+ },
38
+ enumerable: true,
39
+ configurable: true
40
+ });
41
+ Object.defineProperty(TokenResponseModel.prototype, "ssl", {
42
+ get: function () {
43
+ return this._ssl;
44
+ },
45
+ set: function (a) {
46
+ this._ssl = a;
47
+ },
48
+ enumerable: true,
49
+ configurable: true
50
+ });
51
+ TokenResponseModel.$t = markType(TokenResponseModel, 'TokenResponseModel');
52
+ return TokenResponseModel;
53
+ }(Base));
54
+ export { TokenResponseModel };
55
+ //# sourceMappingURL=TokenResponseModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TokenResponseModel.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/TokenResponseModel.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;;AAEF,OAAO,EAAE,IAAI,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAE7D;;GAEG;AACH;IAAwC,8CAAI;IAA5C;QAAA,qEAuBC;QArBQ,YAAM,GAAW,IAAI,CAAC;QAOtB,cAAQ,GAAW,CAAC,CAAC;QAOrB,UAAI,GAAY,KAAK,CAAC;;IAO/B,CAAC;IApBA,sBAAI,qCAAK;aAAT;YACC,OAAO,IAAI,CAAC,MAAM,CAAC;QACpB,CAAC;aACD,UAAU,CAAS;YAClB,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QACjB,CAAC;;;OAHA;IAKD,sBAAI,uCAAO;aAAX;YACC,OAAO,IAAI,CAAC,QAAQ,CAAC;QACtB,CAAC;aACD,UAAY,CAAS;YACpB,IAAI,CAAC,QAAQ,GAAG,CAAC,CAAC;QACnB,CAAC;;;OAHA;IAKD,sBAAI,mCAAG;aAAP;YACC,OAAO,IAAI,CAAC,IAAI,CAAC;QAClB,CAAC;aACD,UAAQ,CAAU;YACjB,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC;QACf,CAAC;;;OAHA;IAlBM,qBAAE,GAAS,QAAQ,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;IAsBtE,yBAAC;CAAA,AAvBD,CAAwC,IAAI,GAuB3C;SAvBY,kBAAkB"}
@@ -0,0 +1,8 @@
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
+ export { XamGeographicMap } from "./XamGeographicMap_combined";
8
+ //# sourceMappingURL=XamGeographicMap.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XamGeographicMap.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/XamGeographicMap.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,EAAC,gBAAgB,EAAC,MAAM,6BAA6B,CAAA"}
@@ -0,0 +1,8 @@
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
+ export { XamGeographicMapView } from "./XamGeographicMap_combined";
8
+ //# sourceMappingURL=XamGeographicMapView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"XamGeographicMapView.js","sourceRoot":"","sources":["../../../../src/igniteui-maps/lib/XamGeographicMapView.ts"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,EAAC,oBAAoB,EAAC,MAAM,6BAA6B,CAAA"}