我已经尝试了很多方法来从标记获取坐标,我正在使用 google-maps-react 模块,其中只有 3 个道具可用 mapCenter onClick onMouseover 但是我想在拖动标记时获取坐标。
以下是代码工作并且标记是可拖动的,但我怎样才能找到坐标?
<Marker draggable={true}
position={this.state.initialRegion}
/>
</Map>