<Map
style="mapbox://styles/mapbox/streets-v9"
containerStyle={{
height: "25vh",
width: "100vw"
}}
center={[-89.224609,13.701263]}
>
<Layer
type="symbol"
id="marker"
layout={{ "icon-image": "circle-15" }}>
<Feature coordinates={[fields.longitude, fields.latitude]} draggable={true} onDragEnd={ }/>
</Layer>
当用户完成地图拖动后,我需要更新道具。
请帮助,谢谢大家!