smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.02k stars 270 forks source link

Difference result between search and dragend #363

Open daenuli opened 1 year ago

daenuli commented 1 year ago

Hi, I have a problem with the result between search and dragend.

When i search address on search box, the result include lat, lon, label, etc. But when i drag the marker, the result only lat and lon.

Please help me how to get result like the search box result on dragend event.

Thanks.