apps-android-commons/app
Jason Whitmore 2385f09c27 ExploreMapFragment.java: fix removeMarker() to remove the correct marker
Before this change, the removeMarker() method would determine the correct overlay to remove
by comparing an overlay's Place coordinates with the target BaseMarker's Place coordinates.
If two different markers had the same Place coordinates, the incorrect marker would be removed,
leading to more than one green label appearing on the screen.

After this change, the removeMarker() method now compares an overlay's title with the BaseMarker's
Place name. removeMarker() will work properly as long as all BaseMarker's Place names are unique.
Also, null checks were added to removeMarker().
2025-04-09 16:31:14 -07:00
..
src ExploreMapFragment.java: fix removeMarker() to remove the correct marker 2025-04-09 16:31:14 -07:00
build.gradle Bump up version code to 1049 2025-03-22 14:07:51 +05:30
proguard-rules.txt app: adjust R8 rules to ensure our model classes are not obfuscated 2024-04-28 16:21:14 +05:30
test-proguard-rules.txt Update to API 28, and fix CI issues. (#2595) 2019-03-15 08:30:08 +05:30