Hi, I only know few things about coding and Wix. Can I link location (on map) with database on a dynamic page? I want to create separate location for separate entry in database and display them on dynamic page. Is it possible to do so?
I wanted to do this without using Table Master, as I cant get option to link with the database from Wix.
Hi,
Liran’s response here should provide you with a good start.
$w(“#myGoogleMap”).location = {
“latitude”: 37.77065,
“longitude”: -122.387301,
“description”:“Wix Office”
};
Do I need any object kind thing to replace these coordinates with the database one’s?