This is the closest I can get to what I need to do. https://www.wix.com/code/home/forum/questions-answers/geocoding-multiple-addresses-to-google-maps
I really don’t know how to code, but before I moved to Wix I was using the Google Maps api with a MySQL database. I was able to have a map with multiple markers populated from my database. I would like to replicate this with Wix, but I am pretty confused.
So far I have a blank map working within an HTML container with my API key. I have a database “Properties” that contains two different multifamily real-estate properties (just for testing – I have over 2,000 properties that I will import into the database). Within the Properties database I have the fields propertyName, latitude, and longitude. Those are the official js field keys.
I have tried to use the code in the link above, but since I am unfamiliar with the syntax of Javascript I am not sure what I need to replace or change to make it work with my database. I am also not sure if I need some additional backend code that is not showing above.
Any suggestions or help would be much appreciated. If someone could point me in the right direction I might be able to figure this out. Thank you in advanced!