I have tried many thing to get coordinates from marker i am using google-maps-react module and there is only 3 props available in it mapCenter onClick onMouseover But i want to get coordinates when i drag marker.
Following is code working and marker is draggable but how can i found coordinates?
<Marker draggable={true}
position={this.state.initialRegion}
/>
</Map>