如何使用react-mapbox-gl

时间:2018-07-20 20:36:47

标签: reactjs mapbox

              <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>

当用户完成地图拖动后,我需要更新道具。

请帮助,谢谢大家!

0 个答案:

没有答案