mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-21 13:09:15 +08:00
18 lines
475 B
JSON
18 lines
475 B
JSON
{
|
|
"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]
|
|
}
|
|
]
|
|
}
|