11 lines
201 B
JSON
11 lines
201 B
JSON
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [116.4074, 39.9042] // 经度, 纬度
|
|
},
|
|
"properties": {
|
|
"name": "北京天安门",
|
|
"category": "景点"
|
|
}
|
|
} |