Ngx Amap Versions Save

angular 2+ component for AMap (Gaode map)

v3.0.5

4 years ago

3.0.5 (2020-04-07)

Bugfix:

v3.0.3

4 years ago

3.0.3 (2020-03-12)

Bugfix:

  • issue#63 AMap has no exported member XXX
  • issue#58 No provider for InjectionToken NGX_AMAP_CONFIG
  • AmapUILoaderService: 确保 UI 库在 main-async.js 加载完毕后才进行加载
  • 导出 AMapLoaderService

v3.0.0

4 years ago

3.0.0 (2020-02-06)

New:

  • 支持 AMapUI 库,可通过 AmapUILoaderService 服务加载使用,部分 UI 组件也封装成了指令,如:ui-awesome-marker
  • 提供加载插件服务:AmapPluginLoaderService,部分常用插件已封装成了指令,如:amap-tool-bar

BREAKING CHANGES:

  • 重写了整体的封装架构,不再使用 Promise 封装,全部使用 Observable
  • @Output 事件命名统一调整为: 包含na前缀
  • 不再提供 Getter 和 Setter 的 Wrapper,建议直接调用 amap 原生对象的方法
  • 移除 amap 相关的类型定义,引入 @types/amap-js-api

v2.2.1

4 years ago

Bugfix

v1.4.0

5 years ago

Merge changes from master branch. Including:

  • amap-heatmap
  • AmapDrivingService
  • AmapTruckDrivingService
  • AmapTransferService
  • AmapWalkingService
  • AmapRidingService

v2.2.0

5 years ago

2.2.0 (2018-11-28)

New

  • 支持路径规划:
    • AMap.Driving 驾车路线规划服务:AmapDrivingService
    • AMap.TruckDriving 货车路线规划服务:AmapTruckDrivingService
    • AMap.Transfer 公交换乘路线规划服务:AmapTransferService
    • AMap.Walking 步行路线规划服务:AmapWalkingService
    • AMap.Riding 骑行路线规划服务:AmapRidingService

v2.1.1

5 years ago

2.1.1 (2018-06-22)

Bugfix

  • [amapAutocomplete] 切换city时不起作用 issue#23

v1.3.3

5 years ago

1.3.3 (2018-06-22)

Bugfix

  • [amapAutocomplete] 切换city时不起作用 issue#23

v1.3.2

6 years ago

1.3.2 (2018-04-17)

New

  • 新增支持AMap.DistrictSearch行政区查询服务:AmapDistrictSearchService (感谢: noob9527)

v1.3.1

6 years ago

1.3.1 (2018-03-27)

New

  • demo AMap.CircleEditor编辑功能:amap-circle [editor]="true"
  • demo AMap.PolyEditor编辑功能:amap-polyline, amap-polygon [editor]="true"
  • demo AMap.BezierCurveEditor编辑功能:amap-bezier-curve [editor]="true" [editorOptions]="editorOptions"
  • demo AMap.EllipseEditor编辑功能:amap-ellipse [editor]="true"
  • demo AMap.RectangleEditor编辑功能:amap-rectangle [editor]="true"
  • 添加editor相关事件emitter,例如:(editorAddnode), (editorAdjust)等,详见各demo