In my project I am using leaflet.
I am getting addresses from my database (in array with php) and want to show latitude and longitude associated to each address.
I know there is a great geocoder developed for Leaflet:
https://github.com/smeijer/L.GeoSearch,
but I don't konw how to use it for my purpose.
Can anyone help me on this?
Any help would be gratly appreciated.