Closed GoogleCodeExporter closed 8 years ago
Original comment by maciek.g...@gmail.com
on 22 Mar 2013 at 1:29
This appears to be a bug in DelegatingGoogleMap.clear() implementation.
For now you can change map.clear() with the following code:
for (Marker marker : map.getMarkers()) {
marker.remove();
}
Original comment by maciek.g...@gmail.com
on 22 Mar 2013 at 1:37
Issue 2 has been merged into this issue.
Original comment by maciek.g...@gmail.com
on 24 Mar 2013 at 6:30
Original comment by maciek.g...@gmail.com
on 24 Mar 2013 at 6:31
map.clear() should be working as of version 1.1.
Thank you for reporting both issues. I haven't even used clear() before.
Original comment by maciek.g...@gmail.com
on 24 Mar 2013 at 6:53
As a side note. Using map.clear() might not be the best choice for now because
of the bug in Google Play Services library:
https://code.google.com/p/gmaps-api-issues/issues/detail?id=4703
Original comment by maciek.g...@gmail.com
on 26 Mar 2013 at 11:34
Original issue reported on code.google.com by
verna...@gmail.com
on 20 Mar 2013 at 9:53