@xingm/vmap-cesium-toolbar 1.0.4 → 1.0.5

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 (298) hide show
  1. package/dist/README.md +172 -0
  2. package/{adapters → dist/adapters}/ToolbarAdapter.d.ts +1 -0
  3. package/{core → dist/core}/entities/BaseOverlay.d.ts +4 -0
  4. package/{core → dist/core}/types.d.ts +25 -0
  5. package/{index.d.ts → dist/index.d.ts} +1 -1
  6. package/{index.es.js → dist/index.es.js} +2199 -2058
  7. package/dist/index.es.js.map +1 -0
  8. package/dist/package.json +61 -0
  9. package/package.json +43 -23
  10. package/index.es.js.map +0 -1
  11. /package/{adapters → dist/adapters}/DrawHelperAdapter.d.ts +0 -0
  12. /package/{adapters → dist/adapters}/HeatmapLayerAdapter.d.ts +0 -0
  13. /package/{adapters → dist/adapters}/MapLoaderAdapter.d.ts +0 -0
  14. /package/{adapters → dist/adapters}/MapMarkAdapter.d.ts +0 -0
  15. /package/{adapters → dist/adapters}/OverlayServiceAdapter.d.ts +0 -0
  16. /package/{adapters → dist/adapters}/index.d.ts +0 -0
  17. /package/{components → dist/components}/BaseComponent.d.ts +0 -0
  18. /package/{components → dist/components}/SearchBox.d.ts +0 -0
  19. /package/{components → dist/components}/Toolbar.d.ts +0 -0
  20. /package/{components → dist/components}/ToolbarButton.d.ts +0 -0
  21. /package/{components → dist/components}/index.d.ts +0 -0
  22. /package/{core → dist/core}/MapPlugin.d.ts +0 -0
  23. /package/{core → dist/core}/constants.d.ts +0 -0
  24. /package/{core → dist/core}/entities/Circle.d.ts +0 -0
  25. /package/{core → dist/core}/entities/Icon.d.ts +0 -0
  26. /package/{core → dist/core}/entities/InfoWindow.d.ts +0 -0
  27. /package/{core → dist/core}/entities/Label.d.ts +0 -0
  28. /package/{core → dist/core}/entities/Marker.d.ts +0 -0
  29. /package/{core → dist/core}/entities/Polygon.d.ts +0 -0
  30. /package/{core → dist/core}/entities/Polyline.d.ts +0 -0
  31. /package/{core → dist/core}/entities/Rectangle.d.ts +0 -0
  32. /package/{core → dist/core}/entities/Ring.d.ts +0 -0
  33. /package/{core → dist/core}/entities/SVG.d.ts +0 -0
  34. /package/{core → dist/core}/entities/index.d.ts +0 -0
  35. /package/{core → dist/core}/entities/primitives/CirclePrimitiveBatch.d.ts +0 -0
  36. /package/{core → dist/core}/entities/primitives/CirclePrimitiveLayerStack.d.ts +0 -0
  37. /package/{core → dist/core}/index.d.ts +0 -0
  38. /package/{core → dist/core}/layers/BaiduMapLayer.d.ts +0 -0
  39. /package/{core → dist/core}/layers/CustomMapLayer.d.ts +0 -0
  40. /package/{core → dist/core}/layers/GaodeMapLayer.d.ts +0 -0
  41. /package/{core → dist/core}/layers/HeatmapLayer.d.ts +0 -0
  42. /package/{core → dist/core}/layers/MapLayer.d.ts +0 -0
  43. /package/{core → dist/core}/layers/OSMMapLayer.d.ts +0 -0
  44. /package/{core → dist/core}/layers/PointClusterLayer.d.ts +0 -0
  45. /package/{core → dist/core}/layers/TDTMapLayer.d.ts +0 -0
  46. /package/{core → dist/core}/layers/index.d.ts +0 -0
  47. /package/{core → dist/core}/mapProviders/ProviderSearchService.d.ts +0 -0
  48. /package/{core → dist/core}/mapProviders/coordinates/CoordinateService.d.ts +0 -0
  49. /package/{core → dist/core}/mapProviders/coordinates/bd09.d.ts +0 -0
  50. /package/{core → dist/core}/mapProviders/coordinates/cesium.d.ts +0 -0
  51. /package/{core → dist/core}/mapProviders/coordinates/gcj02.d.ts +0 -0
  52. /package/{core → dist/core}/mapProviders/coordinates/transform.d.ts +0 -0
  53. /package/{core → dist/core}/mapProviders/coordinates/types.d.ts +0 -0
  54. /package/{core → dist/core}/mapProviders/registry.d.ts +0 -0
  55. /package/{core → dist/core}/mapProviders/tilingSchemes/baidu.d.ts +0 -0
  56. /package/{core → dist/core}/mapProviders/tilingSchemes/gcj02.d.ts +0 -0
  57. /package/{core → dist/core}/mapProviders/types.d.ts +0 -0
  58. /package/{core → dist/core}/services/draw/DrawInteractionController.d.ts +0 -0
  59. /package/{core → dist/core}/services/draw/DrawService.d.ts +0 -0
  60. /package/{core → dist/core}/services/draw/DrawSessionStore.d.ts +0 -0
  61. /package/{core → dist/core}/services/draw/drawDefaults.d.ts +0 -0
  62. /package/{core → dist/core}/services/draw/entities/drawEntityFactory.d.ts +0 -0
  63. /package/{core → dist/core}/services/draw/entities/drawEntityRegistry.d.ts +0 -0
  64. /package/{core → dist/core}/services/draw/entities/drawFinalFactory.d.ts +0 -0
  65. /package/{core → dist/core}/services/draw/entities/drawPreviewFactory.d.ts +0 -0
  66. /package/{core → dist/core}/services/draw/geometry/drawGeometry.d.ts +0 -0
  67. /package/{core → dist/core}/services/draw/geometry/drawPosition.d.ts +0 -0
  68. /package/{core → dist/core}/services/draw/index.d.ts +0 -0
  69. /package/{core → dist/core}/services/draw/labels/drawHint.d.ts +0 -0
  70. /package/{core → dist/core}/services/draw/labels/measurementCanvas.d.ts +0 -0
  71. /package/{core → dist/core}/services/draw/labels/measurementLabelFactory.d.ts +0 -0
  72. /package/{core → dist/core}/services/draw/measurementThemeResolver.d.ts +0 -0
  73. /package/{core → dist/core}/services/draw/types/drawState.d.ts +0 -0
  74. /package/{core → dist/core}/services/draw/types/drawTypes.d.ts +0 -0
  75. /package/{core → dist/core}/services/index.d.ts +0 -0
  76. /package/{core → dist/core}/services/mark/MarkService.d.ts +0 -0
  77. /package/{core → dist/core}/services/mark/MarkToolbar.d.ts +0 -0
  78. /package/{core → dist/core}/services/mark/index.d.ts +0 -0
  79. /package/{core → dist/core}/services/mark/markDefaults.d.ts +0 -0
  80. /package/{core → dist/core}/services/mark/markResult.d.ts +0 -0
  81. /package/{core → dist/core}/services/mark/markTypes.d.ts +0 -0
  82. /package/{core → dist/core}/services/overlay/OverlayService.d.ts +0 -0
  83. /package/{core → dist/core}/services/overlay/index.d.ts +0 -0
  84. /package/{core → dist/core}/services/toolbar/ToolbarService.d.ts +0 -0
  85. /package/{core → dist/core}/services/toolbar/buttons/BaseButtonHandler.d.ts +0 -0
  86. /package/{core → dist/core}/services/toolbar/buttons/LayersButtonHandler.d.ts +0 -0
  87. /package/{core → dist/core}/services/toolbar/buttons/MeasureButtonHandler.d.ts +0 -0
  88. /package/{core → dist/core}/services/toolbar/buttons/SearchButtonHandler.d.ts +0 -0
  89. /package/{core → dist/core}/services/toolbar/buttons/SimpleButtonHandler.d.ts +0 -0
  90. /package/{core → dist/core}/services/toolbar/config.d.ts +0 -0
  91. /package/{core → dist/core}/services/toolbar/index.d.ts +0 -0
  92. /package/{core → dist/core}/services/toolbar/menus/BaseMenu.d.ts +0 -0
  93. /package/{core → dist/core}/services/toolbar/menus/MeasureMenu.d.ts +0 -0
  94. /package/{core → dist/core}/services/toolbar/types.d.ts +0 -0
  95. /package/{geojson → dist/geojson}/file-list.json +0 -0
  96. /package/{geojson → dist/geojson}//344/270/207/345/267/236_/344/272/224/346/241/245/346/234/272/345/234/272.geojson" +0 -0
  97. /package/{geojson → dist/geojson}//344/270/211/344/272/232_/345/207/244/345/207/260/346/234/272/345/234/272.geojson" +0 -0
  98. /package/{geojson → dist/geojson}//344/270/211/346/230/216_/346/262/231/345/216/277/346/234/272/345/234/272.geojson" +0 -0
  99. /package/{geojson → dist/geojson}//344/270/212/346/265/267_/346/265/246/344/270/234/346/234/272/345/234/272.geojson" +0 -0
  100. /package/{geojson → dist/geojson}//344/270/212/346/265/267_/350/231/271/346/241/245/346/234/272/345/234/272.geojson" +0 -0
  101. /package/{geojson → dist/geojson}//344/270/212/351/245/266_/344/270/211/346/270/205/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  102. /package/{geojson → dist/geojson}//344/270/224/346/234/253_/347/216/211/351/203/275/346/234/272/345/234/272.geojson" +0 -0
  103. /package/{geojson → dist/geojson}//344/270/234/350/220/245/346/234/272/345/234/272.geojson" +0 -0
  104. /package/{geojson → dist/geojson}//344/270/255/345/215/253_/346/262/231/345/235/241/345/244/264/346/234/272/345/234/272.geojson" +0 -0
  105. /package/{geojson → dist/geojson}//344/270/264/346/261/276_/344/271/224/346/235/216/346/234/272/345/234/272.geojson" +0 -0
  106. /package/{geojson → dist/geojson}//344/270/264/346/262/202_/346/262/255/345/237/240/345/262/255/346/234/272/345/234/272.geojson" +0 -0
  107. /package/{geojson → dist/geojson}//344/270/264/346/262/247_/345/215/232/345/260/232/346/234/272/345/234/272.geojson" +0 -0
  108. /package/{geojson → dist/geojson}//344/270/271/344/270/234_/346/265/252/345/244/264/346/234/272/345/234/272.geojson" +0 -0
  109. /package/{geojson → dist/geojson}//344/270/275/346/261/237_/344/270/211/344/271/211/346/234/272/345/234/272.geojson" +0 -0
  110. /package/{geojson → dist/geojson}//344/271/211/344/271/214/346/234/272/345/234/272.geojson" +0 -0
  111. /package/{geojson → dist/geojson}//344/271/214/345/205/260/345/257/237/345/270/203_/351/233/206/345/256/201/346/234/272/345/234/272.geojson" +0 -0
  112. /package/{geojson → dist/geojson}//344/271/214/345/205/260/346/265/251/347/211/271_/344/276/235/345/213/222/345/212/233/347/211/271/346/234/272/345/234/272.geojson" +0 -0
  113. /package/{geojson → dist/geojson}//344/271/214/346/265/267/346/234/272/345/234/272.geojson" +0 -0
  114. /package/{geojson → dist/geojson}//344/271/214/351/262/201/346/234/250/351/275/220_/345/234/260/347/252/235/345/240/241/346/234/272/345/234/272.geojson" +0 -0
  115. /package/{geojson → dist/geojson}//344/272/214/350/277/236/346/265/251/347/211/271_/350/265/233/344/271/214/347/264/240/346/234/272/345/234/272.geojson" +0 -0
  116. /package/{geojson → dist/geojson}//344/272/225/345/206/210/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  117. /package/{geojson → dist/geojson}//344/274/212/345/256/201/346/234/272/345/234/272.geojson" +0 -0
  118. /package/{geojson → dist/geojson}//344/274/212/346/230/245_/346/236/227/351/203/275/346/234/272/345/234/272.geojson" +0 -0
  119. /package/{geojson → dist/geojson}//344/275/263/346/234/250/346/226/257/346/234/272/345/234/272.geojson" +0 -0
  120. /package/{geojson → dist/geojson}//344/277/235/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  121. /package/{geojson → dist/geojson}//345/205/213/346/213/211/347/216/233/344/276/235/346/234/272/345/234/272.geojson" +0 -0
  122. /package/{geojson → dist/geojson}//345/205/260/345/267/236_/344/270/255/345/267/235/346/234/272/345/234/272.geojson" +0 -0
  123. /package/{geojson → dist/geojson}//345/205/264/344/271/211_/344/270/207/345/263/260/346/236/227/346/234/272/345/234/272.geojson" +0 -0
  124. /package/{geojson → dist/geojson}//345/212/240/346/240/274/350/276/276/345/245/207_/345/230/216/344/273/231/346/234/272/345/234/272.geojson" +0 -0
  125. /package/{geojson → dist/geojson}//345/214/205/345/244/264/346/234/272/345/234/272.geojson" +0 -0
  126. /package/{geojson → dist/geojson}//345/214/227/344/272/254_/351/246/226/351/203/275/346/234/272/345/234/272.geojson" +0 -0
  127. /package/{geojson → dist/geojson}//345/214/227/346/265/267_/347/246/217/346/210/220/346/234/272/345/234/272.geojson" +0 -0
  128. /package/{geojson → dist/geojson}//345/215/201/345/240/260_/346/255/246/345/275/223/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  129. /package/{geojson → dist/geojson}//345/215/227/344/272/254_/347/246/204/345/217/243/346/234/272/345/234/272.geojson" +0 -0
  130. /package/{geojson → dist/geojson}//345/215/227/345/256/201_/345/220/264/345/234/251/346/234/272/345/234/272.geojson" +0 -0
  131. /package/{geojson → dist/geojson}//345/215/227/346/230/214_/346/230/214/345/214/227/346/234/272/345/234/272.geojson" +0 -0
  132. /package/{geojson → dist/geojson}//345/215/227/351/200/232_/345/205/264/344/270/234/346/234/272/345/234/272.geojson" +0 -0
  133. /package/{geojson → dist/geojson}//345/215/227/351/230/263_/345/247/234/350/220/245/346/234/272/345/234/272.geojson" +0 -0
  134. /package/{geojson → dist/geojson}//345/215/232/344/271/220_/351/230/277/346/213/211/345/261/261/345/217/243/346/234/272/345/234/272.geojson" +0 -0
  135. /package/{geojson → dist/geojson}//345/216/246/351/227/250_/351/253/230/345/264/216/346/234/272/345/234/272.geojson" +0 -0
  136. /package/{geojson → dist/geojson}//345/217/260/345/267/236_/350/267/257/346/241/245/346/234/272/345/234/272.geojson" +0 -0
  137. /package/{geojson → dist/geojson}//345/220/210/350/202/245_/346/226/260/346/241/245/346/234/272/345/234/272.geojson" +0 -0
  138. /package/{geojson → dist/geojson}//345/220/220/351/262/201/347/225/252_/344/272/244/346/262/263/346/234/272/345/234/272.geojson" +0 -0
  139. /package/{geojson → dist/geojson}//345/221/274/344/274/246/350/264/235/345/260/224_/346/265/267/346/213/211/345/260/224/346/234/272/345/234/272.geojson" +0 -0
  140. /package/{geojson → dist/geojson}//345/221/274/345/222/214/346/265/251/347/211/271_/347/231/275/345/241/224/346/234/272/345/234/272.geojson" +0 -0
  141. /package/{geojson → dist/geojson}//345/222/214/347/224/260/346/234/272/345/234/272.geojson" +0 -0
  142. /package/{geojson → dist/geojson}//345/223/210/345/260/224/346/273/250_/345/244/252/345/271/263/346/234/272/345/234/272.geojson" +0 -0
  143. /package/{geojson → dist/geojson}//345/224/220/345/261/261_/344/270/211/345/245/263/346/262/263/346/234/272/345/234/272.geojson" +0 -0
  144. /package/{geojson → dist/geojson}//345/226/200/344/273/200/346/234/272/345/234/272.geojson" +0 -0
  145. /package/{geojson → dist/geojson}//345/230/211/345/263/252/345/205/263/346/234/272/345/234/272.geojson" +0 -0
  146. /package/{geojson → dist/geojson}//345/233/272/345/216/237_/345/205/255/347/233/230/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  147. /package/{geojson → dist/geojson}//345/241/224/345/237/216/346/234/272/345/234/272.geojson" +0 -0
  148. /package/{geojson → dist/geojson}//345/244/247/345/220/214_/344/272/221/345/206/210/346/234/272/345/234/272.geojson" +0 -0
  149. /package/{geojson → dist/geojson}//345/244/247/345/272/206_/350/220/250/345/260/224/345/233/276/346/234/272/345/234/272.geojson" +0 -0
  150. /package/{geojson → dist/geojson}//345/244/247/350/277/236_/345/221/250/346/260/264/345/255/220/346/234/272/345/234/272.geojson" +0 -0
  151. /package/{geojson → dist/geojson}//345/244/251/346/264/245_/346/273/250/346/265/267/346/234/272/345/234/272.geojson" +0 -0
  152. /package/{geojson → dist/geojson}//345/244/252/345/216/237_/346/255/246/345/256/277/346/234/272/345/234/272.geojson" +0 -0
  153. /package/{geojson → dist/geojson}//345/256/201/346/263/242_/346/240/216/347/244/276/346/234/272/345/234/272.geojson" +0 -0
  154. /package/{geojson → dist/geojson}//345/256/201/350/222/227_/346/263/270/346/262/275/346/271/226/346/234/272/345/234/272.geojson" +0 -0
  155. /package/{geojson → dist/geojson}//345/256/211/345/272/206/346/234/272/345/234/272.geojson" +0 -0
  156. /package/{geojson → dist/geojson}//345/256/234/345/256/276_/350/217/234/345/235/235/346/234/272/345/234/272.geojson" +0 -0
  157. /package/{geojson → dist/geojson}//345/256/234/346/230/214_/344/270/211/345/263/241/346/234/272/345/234/272.geojson" +0 -0
  158. /package/{geojson → dist/geojson}//345/256/234/346/230/245_/346/230/216/346/234/210/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  159. /package/{geojson → dist/geojson}//345/257/214/350/225/264_/345/217/257/345/217/257/346/211/230/346/265/267/346/234/272/345/234/272.geojson" +0 -0
  160. /package/{geojson → dist/geojson}//345/267/264/345/275/246/346/267/226/345/260/224_/345/244/251/345/220/211/346/263/260/346/234/272/345/234/272.geojson" +0 -0
  161. /package/{geojson → dist/geojson}//345/270/203/345/260/224/346/264/245_/345/226/200/347/272/263/346/226/257/346/234/272/345/234/272.geojson" +0 -0
  162. /package/{geojson → dist/geojson}//345/270/270/345/267/236_/345/245/224/347/211/233/346/234/272/345/234/272.geojson" +0 -0
  163. /package/{geojson → dist/geojson}//345/270/270/345/276/267_/346/241/203/350/212/261/346/272/220/346/234/272/345/234/272.geojson" +0 -0
  164. /package/{geojson → dist/geojson}//345/271/277/345/205/203_/347/233/230/351/276/231/346/234/272/345/234/272.geojson" +0 -0
  165. /package/{geojson → dist/geojson}//345/271/277/345/267/236_/347/231/275/344/272/221/346/234/272/345/234/272.geojson" +0 -0
  166. /package/{geojson → dist/geojson}//345/272/206/351/230/263_/350/245/277/345/263/260/346/234/272/345/234/272.geojson" +0 -0
  167. /package/{geojson → dist/geojson}//345/272/223/350/275/246_/351/276/237/345/205/271/346/234/272/345/234/272.geojson" +0 -0
  168. /package/{geojson → dist/geojson}//345/272/267/345/256/232/346/234/272/345/234/272.geojson" +0 -0
  169. /package/{geojson → dist/geojson}//345/273/266/345/220/211_/346/234/235/351/230/263/345/267/235/346/234/272/345/234/272.geojson" +0 -0
  170. /package/{geojson → dist/geojson}//345/274/240/345/256/266/347/225/214_/350/215/267/350/212/261/346/234/272/345/234/272.geojson" +0 -0
  171. /package/{geojson → dist/geojson}//345/274/240/346/216/226_/347/224/230/345/267/236/346/234/272/345/234/272.geojson" +0 -0
  172. /package/{geojson → dist/geojson}//345/276/220/345/267/236_/350/247/202/351/237/263/346/234/272/345/234/272.geojson" +0 -0
  173. /package/{geojson → dist/geojson}//345/276/267/345/256/217_/350/212/222/345/270/202/346/234/272/345/234/272.geojson" +0 -0
  174. /package/{geojson → dist/geojson}//345/277/273/345/267/236_/344/272/224/345/217/260/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  175. /package/{geojson → dist/geojson}//346/200/200/345/214/226_/350/212/267/346/261/237/346/234/272/345/234/272.geojson" +0 -0
  176. /package/{geojson → dist/geojson}//346/201/251/346/226/275_/350/256/270/345/256/266/345/235/252/346/234/272/345/234/272.geojson" +0 -0
  177. /package/{geojson → dist/geojson}//346/210/220/351/203/275_/345/217/214/346/265/201/346/234/272/345/234/272.geojson" +0 -0
  178. /package/{geojson → dist/geojson}//346/211/216/345/205/260/345/261/257_/346/210/220/345/220/211/346/200/235/346/261/227/346/234/272/345/234/272.geojson" +0 -0
  179. /package/{geojson → dist/geojson}//346/211/254/345/267/236_/346/263/260/345/267/236/346/234/272/345/234/272.geojson" +0 -0
  180. /package/{geojson → dist/geojson}//346/212/232/350/277/234_/344/270/234/346/236/201/346/234/272/345/234/272.geojson" +0 -0
  181. /package/{geojson → dist/geojson}//346/217/255/351/230/263_/346/275/256/346/261/225/346/234/272/345/234/272.geojson" +0 -0
  182. /package/{geojson → dist/geojson}//346/224/200/346/236/235/350/212/261_/344/277/235/345/256/211/350/220/245/346/234/272/345/234/272.geojson" +0 -0
  183. /package/{geojson → dist/geojson}//346/225/246/347/205/214/346/234/272/345/234/272.geojson" +0 -0
  184. /package/{geojson → dist/geojson}//346/226/260/346/272/220_/351/202/243/346/213/211/346/217/220/346/234/272/345/234/272.geojson" +0 -0
  185. /package/{geojson → dist/geojson}//346/227/245/347/205/247_/345/261/261/345/255/227/346/262/263/346/234/272/345/234/272.geojson" +0 -0
  186. /package/{geojson → dist/geojson}//346/230/206/346/230/216_/351/225/277/346/260/264/346/234/272/345/234/272.geojson" +0 -0
  187. /package/{geojson → dist/geojson}//346/231/256/346/264/261_/346/200/235/350/214/205/346/234/272/345/234/272.geojson" +0 -0
  188. /package/{geojson → dist/geojson}//346/231/257/345/276/267/351/225/207_/347/275/227/345/256/266/346/234/272/345/234/272.geojson" +0 -0
  189. /package/{geojson → dist/geojson}//346/234/235/351/230/263/346/234/272/345/234/272.geojson" +0 -0
  190. /package/{geojson → dist/geojson}//346/235/255/345/267/236_/350/220/247/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  191. /package/{geojson → dist/geojson}//346/236/234/346/264/233_/347/216/233/346/262/201/346/234/272/345/234/272.geojson" +0 -0
  192. /package/{geojson → dist/geojson}//346/237/263/345/267/236_/347/231/275/350/216/262/346/234/272/345/234/272.geojson" +0 -0
  193. /package/{geojson → dist/geojson}//346/241/202/346/236/227_/344/270/244/346/261/237/346/234/272/345/234/272.geojson" +0 -0
  194. /package/{geojson → dist/geojson}//346/242/205/345/216/277_/351/225/277/345/262/227/345/262/214/346/234/272/345/234/272.geojson" +0 -0
  195. /package/{geojson → dist/geojson}//346/242/247/345/267/236/346/234/272/345/234/272.geojson" +0 -0
  196. /package/{geojson → dist/geojson}//346/246/206/346/236/227_/346/246/206/351/230/263/346/234/272/345/234/272.geojson" +0 -0
  197. /package/{geojson → dist/geojson}//346/255/246/346/261/211_/345/244/251/346/262/263/346/234/272/345/234/272.geojson" +0 -0
  198. /package/{geojson → dist/geojson}//346/260/270/345/267/236_/351/233/266/351/231/265/346/234/272/345/234/272.geojson" +0 -0
  199. /package/{geojson → dist/geojson}//346/261/211/344/270/255_/345/237/216/345/233/272/346/234/272/345/234/272.geojson" +0 -0
  200. /package/{geojson → dist/geojson}//346/261/240/345/267/236_/344/271/235/345/215/216/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  201. /package/{geojson → dist/geojson}//346/262/210/351/230/263_/346/241/203/344/273/231/346/234/272/345/234/272.geojson" +0 -0
  202. /package/{geojson → dist/geojson}//346/262/263/346/261/240_/351/207/221/345/237/216/346/261/237/346/234/272/345/234/272.geojson" +0 -0
  203. /package/{geojson → dist/geojson}//346/263/211/345/267/236_/346/231/213/346/261/237/346/234/272/345/234/272.geojson" +0 -0
  204. /package/{geojson → dist/geojson}//346/264/233/351/230/263/346/234/272/345/234/272.geojson" +0 -0
  205. /package/{geojson → dist/geojson}//346/265/216/345/215/227_/351/201/245/345/242/231/346/234/272/345/234/272.geojson" +0 -0
  206. /package/{geojson → dist/geojson}//346/265/216/345/256/201_/346/233/262/351/230/234/346/234/272/345/234/272.geojson" +0 -0
  207. /package/{geojson → dist/geojson}//346/265/267/345/217/243_/347/276/216/345/205/260/346/234/272/345/234/272.geojson" +0 -0
  208. /package/{geojson → dist/geojson}//346/265/267/350/245/277_/345/276/267/344/273/244/345/223/210/346/234/272/345/234/272.geojson" +0 -0
  209. /package/{geojson → dist/geojson}//346/265/267/350/245/277_/350/212/261/345/234/237/346/262/237/346/234/272/345/234/272.geojson" +0 -0
  210. /package/{geojson → dist/geojson}//346/267/256/345/256/211_/346/266/237/346/260/264/346/234/272/345/234/272.geojson" +0 -0
  211. /package/{geojson → dist/geojson}//346/267/261/345/234/263_/345/256/235/345/256/211/346/234/272/345/234/272.geojson" +0 -0
  212. /package/{geojson → dist/geojson}//346/270/251/345/267/236_/351/276/231/346/271/276/346/234/272/345/234/272.geojson" +0 -0
  213. /package/{geojson → dist/geojson}//346/271/233/346/261/237/346/234/272/345/234/272.geojson" +0 -0
  214. /package/{geojson → dist/geojson}//346/273/241/346/264/262/351/207/214_/350/245/277/351/203/212/346/234/272/345/234/272.geojson" +0 -0
  215. /package/{geojson → dist/geojson}//346/274/240/346/262/263_/345/217/244/350/216/262/346/234/272/345/234/272.geojson" +0 -0
  216. /package/{geojson → dist/geojson}//346/275/215/345/235/212/346/234/272/345/234/272.geojson" +0 -0
  217. /package/{geojson → dist/geojson}//346/276/234/346/262/247_/346/231/257/350/277/210/346/234/272/345/234/272.geojson" +0 -0
  218. /package/{geojson → dist/geojson}//347/203/237/345/217/260_/350/223/254/350/216/261/346/234/272/345/234/272.geojson" +0 -0
  219. /package/{geojson → dist/geojson}//347/211/241/344/270/271/346/261/237_/346/265/267/346/265/252/346/234/272/345/234/272.geojson" +0 -0
  220. /package/{geojson → dist/geojson}//347/216/211/346/240/221_/345/267/264/345/241/230/346/234/272/345/234/272.geojson" +0 -0
  221. /package/{geojson → dist/geojson}//347/217/240/346/265/267_/351/207/221/346/271/276/346/234/272/345/234/272.geojson" +0 -0
  222. /package/{geojson → dist/geojson}//347/220/274/346/265/267_/345/215/232/351/263/214/346/234/272/345/234/272.geojson" +0 -0
  223. /package/{geojson → dist/geojson}//347/224/230/345/215/227_/345/244/217/346/262/263/346/234/272/345/234/272.geojson" +0 -0
  224. /package/{geojson → dist/geojson}//347/231/275/345/237/216_/351/225/277/345/256/211/346/234/272/345/234/272.geojson" +0 -0
  225. /package/{geojson → dist/geojson}//347/231/275/345/261/261_/351/225/277/347/231/275/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  226. /package/{geojson → dist/geojson}//347/231/276/350/211/262_/345/267/264/351/251/254/346/234/272/345/234/272.geojson" +0 -0
  227. /package/{geojson → dist/geojson}//347/237/263/345/256/266/345/272/204_/346/255/243/345/256/232/346/234/272/345/234/272.geojson" +0 -0
  228. /package/{geojson → dist/geojson}//347/237/263/346/262/263/345/255/220_/350/212/261/345/233/255/346/234/272/345/234/272.geojson" +0 -0
  229. /package/{geojson → dist/geojson}//347/245/236/345/206/234/346/236/266_/347/272/242/345/235/252/346/234/272/345/234/272.geojson" +0 -0
  230. /package/{geojson → dist/geojson}//347/246/217/345/267/236_/351/225/277/344/271/220/346/234/272/345/234/272.geojson" +0 -0
  231. /package/{geojson → dist/geojson}//347/247/246/347/232/207/345/262/233_/345/214/227/346/210/264/346/262/263/346/234/272/345/234/272.geojson" +0 -0
  232. /package/{geojson → dist/geojson}//347/250/273/345/237/216_/344/272/232/344/270/201/346/234/272/345/234/272.geojson" +0 -0
  233. /package/{geojson → dist/geojson}//350/205/276/345/206/262_/351/251/274/345/263/260/346/234/272/345/234/272.geojson" +0 -0
  234. /package/{geojson → dist/geojson}//350/220/245/345/217/243_/345/205/260/346/227/227/346/234/272/345/234/272.geojson" +0 -0
  235. /package/{geojson → dist/geojson}//350/241/241/351/230/263_/345/215/227/345/262/263/346/234/272/345/234/272.geojson" +0 -0
  236. /package/{geojson → dist/geojson}//350/241/242/345/267/236/346/234/272/345/234/272.geojson" +0 -0
  237. /package/{geojson → dist/geojson}//350/245/204/351/230/263_/345/210/230/351/233/206/346/234/272/345/234/272.geojson" +0 -0
  238. /package/{geojson → dist/geojson}//350/245/277/345/217/214/347/211/210/347/272/263_/345/230/216/346/264/222/346/234/272/345/234/272.geojson" +0 -0
  239. /package/{geojson → dist/geojson}//350/245/277/345/256/201_/346/233/271/345/256/266/345/240/241/346/234/272/345/234/272.geojson" +0 -0
  240. /package/{geojson → dist/geojson}//350/245/277/345/256/211_/345/222/270/351/230/263/346/234/272/345/234/272.geojson" +0 -0
  241. /package/{geojson → dist/geojson}//350/245/277/346/230/214_/351/235/222/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  242. /package/{geojson → dist/geojson}//350/264/265/351/230/263_/351/276/231/346/264/236/345/240/241/346/234/272/345/234/272.geojson" +0 -0
  243. /package/{geojson → dist/geojson}//350/265/243/345/267/236_/351/273/204/351/207/221/346/234/272/345/234/272.geojson" +0 -0
  244. /package/{geojson → dist/geojson}//350/265/244/345/263/260_/347/216/211/351/276/231/346/234/272/345/234/272.geojson" +0 -0
  245. /package/{geojson → dist/geojson}//350/276/276/345/267/236_/346/262/263/345/270/202/346/234/272/345/234/272.geojson" +0 -0
  246. /package/{geojson → dist/geojson}//350/277/236/344/272/221/346/270/257_/347/231/275/345/241/224/345/237/240/346/234/272/345/234/272.geojson" +0 -0
  247. /package/{geojson → dist/geojson}//351/200/232/345/214/226_/344/270/211/346/272/220/346/265/246/346/234/272/345/234/272.geojson" +0 -0
  248. /package/{geojson → dist/geojson}//351/203/221/345/267/236_/346/226/260/351/203/221/346/234/272/345/234/272.geojson" +0 -0
  249. /package/{geojson → dist/geojson}//351/204/202/345/260/224/345/244/232/346/226/257_/344/274/212/351/207/221/351/234/215/346/264/233/346/234/272/345/234/272.geojson" +0 -0
  250. /package/{geojson → dist/geojson}//351/207/215/345/272/206_/346/261/237/345/214/227/346/234/272/345/234/272.geojson" +0 -0
  251. /package/{geojson → dist/geojson}//351/207/221/346/230/214_/351/207/221/345/267/235/346/234/272/345/234/272.geojson" +0 -0
  252. /package/{geojson → dist/geojson}//351/223/234/344/273/201_/345/207/244/345/207/260/346/234/272/345/234/272.geojson" +0 -0
  253. /package/{geojson → dist/geojson}//351/223/266/345/267/235_/346/262/263/344/270/234/346/234/272/345/234/272.geojson" +0 -0
  254. /package/{geojson → dist/geojson}//351/224/241/346/236/227/346/265/251/347/211/271/346/234/272/345/234/272.geojson" +0 -0
  255. /package/{geojson → dist/geojson}//351/224/246/345/267/236_/351/224/246/345/267/236/346/271/276/346/234/272/345/234/272.geojson" +0 -0
  256. /package/{geojson → dist/geojson}//351/225/277/346/230/245_/351/276/231/345/230/211/346/234/272/345/234/272.geojson" +0 -0
  257. /package/{geojson → dist/geojson}//351/225/277/346/262/231_/351/273/204/350/212/261/346/234/272/345/234/272.geojson" +0 -0
  258. /package/{geojson → dist/geojson}//351/230/277/345/205/213/350/213/217_/346/270/251/345/256/277/346/234/272/345/234/272.geojson" +0 -0
  259. /package/{geojson → dist/geojson}//351/230/277/345/213/222/346/263/260/346/234/272/345/234/272.geojson" +0 -0
  260. /package/{geojson → dist/geojson}//351/230/277/345/260/224/345/261/261_/344/274/212/345/260/224/346/226/275/346/234/272/345/234/272.geojson" +0 -0
  261. /package/{geojson → dist/geojson}//351/235/222/345/262/233_/346/265/201/344/272/255/346/234/272/345/234/272.geojson" +0 -0
  262. /package/{geojson → dist/geojson}//351/236/215/345/261/261_/350/205/276/351/263/214/346/234/272/345/234/272.geojson" +0 -0
  263. /package/{geojson → dist/geojson}//351/270/241/350/245/277_/345/205/264/345/207/257/346/271/226/346/234/272/345/234/272.geojson" +0 -0
  264. /package/{geojson → dist/geojson}//351/273/204/345/261/261_/345/261/257/346/272/252/346/234/272/345/234/272.geojson" +0 -0
  265. /package/{geojson → dist/geojson}//351/273/216/345/271/263/346/234/272/345/234/272.geojson" +0 -0
  266. /package/{geojson → dist/geojson}//351/273/221/346/262/263_/347/221/267/347/217/262/346/234/272/345/234/272.geojson" +0 -0
  267. /package/{geojson → dist/geojson}//351/273/224/346/261/237_/346/255/246/351/231/265/345/261/261/346/234/272/345/234/272.geojson" +0 -0
  268. /package/{geojson → dist/geojson}//351/275/220/351/275/220/345/223/210/345/260/224_/344/270/211/345/256/266/345/255/220/346/234/272/345/234/272.geojson" +0 -0
  269. /package/{i18n → dist/i18n}/en-US.d.ts +0 -0
  270. /package/{i18n → dist/i18n}/index.d.ts +0 -0
  271. /package/{i18n → dist/i18n}/zh-CN.d.ts +0 -0
  272. /package/{libs → dist/libs}/CesiumAutoRecover.d.ts +0 -0
  273. /package/{libs → dist/libs}/CesiumHeatmapLayer.d.ts +0 -0
  274. /package/{libs → dist/libs}/CesiumMapDraw.d.ts +0 -0
  275. /package/{libs → dist/libs}/CesiumMapLoader.d.ts +0 -0
  276. /package/{libs → dist/libs}/CesiumMapModel.d.ts +0 -0
  277. /package/{libs → dist/libs}/CesiumMapToolbar.d.ts +0 -0
  278. /package/{libs → dist/libs}/CesiumOverlayService.d.ts +0 -0
  279. /package/{libs → dist/libs}/CesiumPointClusterLayer.d.ts +0 -0
  280. /package/{libs → dist/libs}/config/CesiumMapConfig.d.ts +0 -0
  281. /package/{libs → dist/libs}/drawHelper/DrawHint.d.ts +0 -0
  282. /package/{libs → dist/libs}/drawHelper/index.d.ts +0 -0
  283. /package/{libs → dist/libs}/toolBar/CesiumMapController.d.ts +0 -0
  284. /package/{libs → dist/libs}/toolBar/MapLayersService.d.ts +0 -0
  285. /package/{libs → dist/libs}/toolBar/MapSearchService.d.ts +0 -0
  286. /package/{libs → dist/libs}/toolBar/MapToolBarConfig.d.ts +0 -0
  287. /package/{libs → dist/libs}/toolBar/MeasurementService.d.ts +0 -0
  288. /package/{libs → dist/libs}/toolBar/NotFlyZonesService.d.ts +0 -0
  289. /package/{style.css → dist/style.css} +0 -0
  290. /package/{styles → dist/styles}/ComponentStyles.d.ts +0 -0
  291. /package/{styles → dist/styles}/StyleManager.d.ts +0 -0
  292. /package/{styles → dist/styles}/index.d.ts +0 -0
  293. /package/{utils → dist/utils}/PickGovernor.d.ts +0 -0
  294. /package/{utils → dist/utils}/calc.d.ts +0 -0
  295. /package/{utils → dist/utils}/common.d.ts +0 -0
  296. /package/{utils → dist/utils}/geojson.d.ts +0 -0
  297. /package/{utils → dist/utils}/hideCesiumCredit.d.ts +0 -0
  298. /package/{utils → dist/utils}/selfIntersection.d.ts +0 -0
package/dist/README.md ADDED
@@ -0,0 +1,172 @@
1
+ # @xingm/vmap-cesium-toolbar
2
+
3
+ 一个以 MapPlugin 为中心的 Cesium 地图工具库,重构后将 Viewer 生命周期、工具栏、覆盖物和绘制能力统一收敛到插件内核与服务层,并保留一层兼容适配器用于平滑迁移旧 API。
4
+
5
+ ## 安装
6
+
7
+ ```bash
8
+ npm install @xingm/vmap-cesium-toolbar cesium
9
+ ```
10
+
11
+ ## 推荐入口
12
+
13
+ 新项目只推荐使用 createMapPlugin、MapPlugin 和服务层 API。
14
+
15
+ ```ts
16
+ import { createMapPlugin } from '@xingm/vmap-cesium-toolbar';
17
+
18
+ const mapPlugin = createMapPlugin('cesiumContainer', {
19
+ cesiumToken: 'your-cesium-ion-token',
20
+ camera: {
21
+ center: [116.3974, 39.9093, 1000],
22
+ pitch: -45,
23
+ heading: 0,
24
+ },
25
+ layers: {
26
+ type: 'tdt',
27
+ tdt: {
28
+ mapTypeId: 'img',
29
+ token: 'your-tianditu-token',
30
+ showLabel: true,
31
+ },
32
+ },
33
+ viewerOptions: {
34
+ animation: false,
35
+ timeline: false,
36
+ navigationHelpButton: false,
37
+ },
38
+ services: {
39
+ overlay: true,
40
+ draw: true,
41
+ toolbar: {
42
+ enabled: true,
43
+ callbacks: {
44
+ onSearch: async () => [],
45
+ },
46
+ },
47
+ },
48
+ });
49
+
50
+ const viewer = await mapPlugin.initialize();
51
+ const toolbarService = mapPlugin.getToolbarService();
52
+ const overlayService = mapPlugin.getOverlayService();
53
+ const drawService = mapPlugin.getDrawService();
54
+
55
+ drawService.startDrawing('polygon');
56
+
57
+ mapPlugin.updateLayers({
58
+ type: 'tdt',
59
+ tdt: {
60
+ mapTypeId: 'vec',
61
+ token: 'your-tianditu-token',
62
+ showLabel: true,
63
+ },
64
+ });
65
+ ```
66
+
67
+ ## 重构后的公开层次
68
+
69
+ ### 1. 新 API
70
+
71
+ - createMapPlugin
72
+ - MapPlugin
73
+ - ToolbarService
74
+ - OverlayService
75
+ - DrawService
76
+ - Marker、Label、Icon、SVG、InfoWindow、Polyline、Polygon、Rectangle、Circle、Ring
77
+ - HeatmapLayer、PointClusterLayer
78
+
79
+ ### 2. 类型与样式能力
80
+
81
+ - MapPluginOptions、ToolbarConfig、LayersConfig 等统一从顶层导出
82
+ - i18n 与样式系统继续保留顶层导出,供组件与业务侧接入
83
+
84
+ ### 3. 兼容 API
85
+
86
+ 以下导出仍保留,但定位是迁移适配层,不再是推荐入口:
87
+
88
+ - initCesium
89
+ - CesiumMapToolbar
90
+ - CesiumOverlayService
91
+ - DrawHelper
92
+
93
+ ## 迁移建议
94
+
95
+ 建议按下面顺序逐步迁移旧业务。
96
+
97
+ 1. 用 createMapPlugin(...).initialize() 替代 initCesium(...)
98
+ 2. 用 services.toolbar 或 mapPlugin.getToolbarService() 替代直接构造 CesiumMapToolbar
99
+ 3. 用 mapPlugin.getOverlayService() 替代直接维护 CesiumOverlayService 生命周期
100
+ 4. 用 mapPlugin.getDrawService() 替代 DrawHelper 的直接持有
101
+ 5. 仅在过渡窗口内保留 compat 导出
102
+
103
+ ### 旧写法
104
+
105
+ ```ts
106
+ import { initCesium, CesiumMapToolbar } from '@xingm/vmap-cesium-toolbar';
107
+ ```
108
+
109
+ ### 新写法
110
+
111
+ ```ts
112
+ import { createMapPlugin } from '@xingm/vmap-cesium-toolbar';
113
+ ```
114
+
115
+ ## Vue 3 示例
116
+
117
+ ```vue
118
+ <template>
119
+ <div id="cesiumContainer" style="width: 100%; height: 100vh"></div>
120
+ </template>
121
+
122
+ <script setup lang="ts">
123
+ import { onMounted, onBeforeUnmount } from 'vue';
124
+ import { createMapPlugin } from '@xingm/vmap-cesium-toolbar';
125
+
126
+ let mapPlugin: ReturnType<typeof createMapPlugin> | null = null;
127
+
128
+ onMounted(async () => {
129
+ mapPlugin = createMapPlugin('cesiumContainer', {
130
+ camera: {
131
+ center: [116.3974, 39.9093, 1000],
132
+ pitch: -45,
133
+ },
134
+ layers: {
135
+ type: 'tdt',
136
+ tdt: {
137
+ mapTypeId: 'img',
138
+ token: 'your-tianditu-token',
139
+ },
140
+ },
141
+ services: {
142
+ toolbar: { enabled: true },
143
+ overlay: true,
144
+ draw: true,
145
+ },
146
+ });
147
+
148
+ await mapPlugin.initialize();
149
+ });
150
+
151
+ onBeforeUnmount(() => {
152
+ mapPlugin?.destroy();
153
+ });
154
+ </script>
155
+ ```
156
+
157
+ ## 文档入口
158
+
159
+ - 架构说明:doc/guide/Architecture.md
160
+ - 迁移指南:doc/guide/Migration_Guide.md
161
+ - API 目录:doc/api/index.md
162
+
163
+ 说明:当前文档站已优先切换为“新架构说明 + 兼容 API 参考”的组织方式,新的逐个 API 页面会继续补齐。
164
+
165
+ ## 开发命令
166
+
167
+ ```bash
168
+ pnpm run build:plugin
169
+ pnpm run type-check
170
+ pnpm run docs:dev
171
+ pnpm run docs:build
172
+ ```
@@ -69,6 +69,7 @@ export declare class ToolbarAdapter {
69
69
  readonly measurement: {
70
70
  getMeasureMode: () => "none" | "distance" | "area";
71
71
  };
72
+ private resolveToolbarMapTypesFromPlugin;
72
73
  constructor(viewer: Viewer, container: HTMLElement, config?: ToolbarConfig, callbacks?: LegacyCesiumMapToolbarCallbacks, initialCenter?: LegacyInitialCenter);
73
74
  private getLayersButtonCallback;
74
75
  private emitLayersButtonCallback;
@@ -105,6 +105,10 @@ export declare abstract class BaseOverlay {
105
105
  protected options: BaseOverlayOptions;
106
106
  /** 是否已销毁 */
107
107
  protected destroyed: boolean;
108
+ /**
109
+ * Viewer 是否仍可访问
110
+ */
111
+ protected isViewerAvailable(): boolean;
108
112
  /**
109
113
  * 构造函数
110
114
  * @param viewer - Cesium Viewer 实例
@@ -291,6 +291,27 @@ export interface CustomLayerConfig {
291
291
  wmtsFormat?: string;
292
292
  tileMatrixSetId?: string;
293
293
  }
294
+ /**
295
+ * 腾讯地图图层配置(兼容旧版 layers 配置入口)
296
+ */
297
+ export interface TencentLayerConfig {
298
+ /** 腾讯地图 Key */
299
+ key?: string;
300
+ /** @deprecated 兼容旧版以 token 传入腾讯 Key */
301
+ token?: string;
302
+ /** 地图类型 */
303
+ mapTypeId?: 'vector' | 'satellite';
304
+ /** 是否显示注记 */
305
+ showLabel?: boolean;
306
+ }
307
+ /** Google 地图图层配置(兼容旧版 layers 配置入口) */
308
+ export interface GoogleLayerConfig {
309
+ apiKey?: string;
310
+ key?: string;
311
+ token?: string;
312
+ mapTypeId?: 'roadmap' | 'satellite';
313
+ showLabel?: boolean;
314
+ }
294
315
  /**
295
316
  * 图层配置 - 支持多种地图提供商
296
317
  */
@@ -301,6 +322,10 @@ export interface LayersConfig {
301
322
  tdt?: TDTLayerConfig;
302
323
  /** 高德地图配置 */
303
324
  gaode?: GaodeLayerConfig;
325
+ /** 腾讯地图配置 */
326
+ tencent?: TencentLayerConfig;
327
+ /** 谷歌地图配置 */
328
+ google?: GoogleLayerConfig;
304
329
  /** 百度地图配置 */
305
330
  baidu?: BaiduLayerConfig;
306
331
  /** ArcGIS 配置 */
@@ -5,7 +5,7 @@ export { MapPlugin, createMapPlugin } from './core/MapPlugin';
5
5
  /**
6
6
  * @deprecated 使用 MapPluginOptions 代替
7
7
  */
8
- export type { ToolbarConfig, ButtonConfig, CustomButtonConfig, SearchCallback, SearchResult, MeasurementCallback, ZoomCallback, MapType, MapToolsConfig, ComponentStyleConfig, StyleConfig, LayersPanelStyleConfig, SearchPanelStyleConfig, ToolbarSearchMenuOptions, ToolbarLayersMenuOptions, NoFlyZonePluginOptions, MapPluginOptions, CameraConfig, LayersConfig, ProviderType, BaseMapConfig, BaseMapProviderId, MapAuthConfig, ProviderSearchOptions, CreditsOptions, BaseMapRectangle, OfflineCameraBoundsConfig, CoordSystem, CoordinateAwareInput, CoordinateAwareOutput, TDTLayerConfig, GaodeLayerConfig, BaiduLayerConfig, ArcGISLayerConfig, OSMLayerConfig, CustomLayerConfig, } from './core/types';
8
+ export type { ToolbarConfig, ButtonConfig, CustomButtonConfig, SearchCallback, SearchResult, MeasurementCallback, ZoomCallback, MapType, MapToolsConfig, ComponentStyleConfig, StyleConfig, LayersPanelStyleConfig, SearchPanelStyleConfig, ToolbarSearchMenuOptions, ToolbarLayersMenuOptions, NoFlyZonePluginOptions, MapPluginOptions, CameraConfig, LayersConfig, ProviderType, BaseMapConfig, BaseMapProviderId, MapAuthConfig, ProviderSearchOptions, CreditsOptions, BaseMapRectangle, OfflineCameraBoundsConfig, CoordSystem, CoordinateAwareInput, CoordinateAwareOutput, TDTLayerConfig, GaodeLayerConfig, TencentLayerConfig, GoogleLayerConfig, BaiduLayerConfig, ArcGISLayerConfig, OSMLayerConfig, CustomLayerConfig, } from './core/types';
9
9
  export { BaseOverlay, Marker, Label, Icon, SVG, InfoWindow, Polyline, Polygon, Rectangle, Circle, Ring, } from './core/entities';
10
10
  export type { OverlayPosition, BaseOverlayOptions, OverlayClickHighlightOptions, OverlayHoverHighlightOptions, OverlayEntity, MarkerOptions, LabelOptions, IconOptions, SvgOptions, InfoWindowOptions, PolylineOptions, PolygonOptions, RectangleOptions, CircleOptions, RingOptions, } from './core/entities';
11
11
  export { OverlayService, DrawService, ToolbarService, createToolbarService } from './core/services';