You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Google maps, there is just only 1 type of listener for the markers on the map. I had an if-else statement on the marker's title. Perhaps this isn't a good idea and might be better to store the marker as a key-value-pair to get data of current marker using their own bus/stop description info from the API
The text was updated successfully, but these errors were encountered:
If you can find a way to add listneers indiviidually on the markers, that will definitely be much better than what I'm doing right now (so embarrassing...)
Criteria:
On Google maps, there is just only 1 type of listener for the markers on the map. I had an if-else statement on the marker's title. Perhaps this isn't a good idea and might be better to store the marker as a key-value-pair to get data of current marker using their own bus/stop description info from the API
The text was updated successfully, but these errors were encountered: