Click here to Skip to main content
15,867,141 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello Guys,

I have used this library for Gmap clustering (too many markers) .

https://github.com/googlemaps/android-maps-utils/blob/master/demo/src/com/google/maps/android/utils/demo/CustomMarkerClusteringDemoActivity.java[^]


As i am using my own icons added in the map, but i have two problems:

1- When zoom in the map and show each marker, behind my own icon appears the default icon of GMaps marker, and i don't know how to hide it in the code (because i haven't added somewhere).

2- When i zoom out the map, and the cluster start to group the markers, my own icons stay visible. (if i don't add my own icons everything works).


I basically want to remove the default red icon or override the same.

Thanks in Advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900