Hi, I’m using the leafy maps plugin to create a route planning app. The end goal is for the users to select a list of customers. When they click the add to maps button, markers for each customer will appear on the map.
It looks like the leafy maps plugin only works with latitude and longitude though. Is there a way to convert an address to latitude and longitude? I’m using a geographic places search box to get the the address for each customer. That value is then saved to the database.
To get a list of customers, the user can select each customer they want from a multidropdown select box.