Markers were saved in a (Hash)Set even though they are mutable. Reducing the exposed interface to Collection allows changing the interal implementation to ArrayList which solves the problem.
Markers were saved in a (Hash)Set even though they are mutable. Reducing the exposed interface to Collection allows changing the interal implementation to ArrayList which solves the problem.