Answer the question
In order to leave comments, you need to log in
How to get label coordinates in react when its position changes?
Plz tell me how to get the label coordinates in react when its position changes?
<Placemark
key={point.id}
options={{useMapMarginInDragging: true, draggable: true}}
geometry={point.coords}
modules={['geoObject.addon.balloon', 'geoObject.addon.hint']}
properties={{ hintContent: `${point.name}` }}
// behavior={{dragend: true}}
// dragend={data => console.log(data)}
/>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question