📅  最后修改于: 2022-03-11 14:59:44.144000             🧑  作者: Mango
geocoder.on('result', function(e) {
var marker = new mapboxgl.Marker({ draggable: true, color: "pink" })
.setLngLat(e.result.center)
.addTo(map)
});