安装依赖
@antv/l7-maps
@antv/l7
<div id="map"></div>
import { Scene } from "@antv/l7";
import { GaodeMapV1 } from "@antv/l7-maps";
scene = new Scene({
id: "map",
map: new GaodeMapV1({
mapStyle:'amap://styles/dark',
center: [104.288144, 31.239692],
zoom: 4.4,
token: 'xxxx - token',
})
});
通过mapStyle设置高德地图底色样式
官网GaodeMap用法会提示错误
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。