Android/Google Maps: How to get different info windows for different markers?
问题 This is my first time working with Google Maps so sorry if this is a beginner problem. I am working on an app that connects to a portable sensor. The sensor sends pollution data every 2 minutes. Every time I get new data, a marker is placed on google maps and I want to show the data in the info window of the markers so that you can see how the pollution differs depending on where you are. My problem is that as of now, all my markers info windows are updated with the newest data. I need to