Android Question GoogleMaps Marker Window Data Change

ValDog

Active Member
Licensed User
Longtime User
My app is using GoogleMapExtras.AddMarker to add marker locations as I move. I use a MarkerOptions object to add a Snippet with information pertinent to the marker location for the pop up info window. I currently store all the marker related parameters in a List object. If later I want to change the Snippet information for some of the marker locations. How would I go about doing that? Would I need to clear and redraw all the markers?
 
Top