function updateMap for Google Maps API
I’m having issues with the updateMap function in the google Maps API… specifically with using multiple “else if” statements to query data. My code is below. The first “if” works, the first “else if” works, and the last “else” works to update my map, it’s the second “else if” that won’t update my map. The … Read more