Open GoogleCodeExporter opened 8 years ago
Markers and other visual objects are kept in HashMap. If you change that to
LinkedHashMap, you will get the order. Just a small memory penalty, no
performance loss AFAIK.
This is the line to change for markers:
https://github.com/mg6maciej/android-maps-extensions/blob/develop/android-maps-e
xtensions/src/com/androidmapsextensions/impl/MarkerManager.java#L51
Original comment by maciek.g...@gmail.com
on 16 May 2014 at 7:19
Original issue reported on code.google.com by
pablol.s...@gmail.com
on 16 May 2014 at 7:03