I am working on a map with a bunch of markers. In some parts of the code I call
myMap.getMarkers() to obtain a List of them. I happen to find a different order
within this list in every call.
I expected the list to be in the same order as when the markers were initially
added to the map.
Which is the logic followed by this method?
Thanks and regards
Original issue reported on code.google.com by pablol.s...@gmail.com on 16 May 2014 at 7:03