mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 添加点标记
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"points": [
|
||||
{
|
||||
"icon": "//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-1.png",
|
||||
"position": [116.300467, 39.907761],
|
||||
"title": "我是一个文本"
|
||||
},
|
||||
{
|
||||
"icon": "//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-2.png",
|
||||
"position": [116.368904, 39.913423]
|
||||
},
|
||||
{
|
||||
"icon": "//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-3.png",
|
||||
"position": [116.305467, 39.807761]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user