I want a Map integration in my Laravel App. I have an address and I want to show that address in the map with a marker.
I found a few Laravel packages, but they all require a longitude and latitude. But I just have an address and no longitude nor latitude.
Can anyone suggest me an easy way of realising that with just an address?
@spekkionu This is kind of what I looked for, thanks! But there is still this ugly white box with the address informations in the upper left corner when doing it like this.. With this method it isn't removable...
https://i.stack.imgur.com/Yj8Ex.jpg
Could i also use this to link to a database? currently making a graduation project where I am trying to implement google maps API and my database. I have been researching for days, and cant seem to find anything. This is the best I have found. If anyone has any pointers, let me know. Thanks!