I hope that you are well. I am struggling with Google maps a bit and I was wondering if you would mind taking a quick look at my code. I am working originally from the Google Maps 3 sample and have it working with showing a single marker which then shows an infowindow on mouseover.
I am now trying to run a query in Firebase to return a number of records that I want to show as multiple markers on the map. Initially, I am just tryng to show markers for a series of manually stored locations and once I have it working, I will switch it to using dynamic data.
I am having an issue with the correct syntax for converting some code that I found online to be accepted by the AB code editor. Here is the code:
The specific section that is obviously wrong and won't compile is this portion:
Any assistance would be greatly appreciated! ...Pete