I'm basically trying to figure out how in a cluster of markers to make a marker become selected without clicking on it? Or bring it to the top? I can't seem to find any API methods for this.
Asked
Active
Viewed 2,265 times
5
-
Hi Jeffrey could you find any solution to this problem , Please share i can't find any – user1530779 Jul 18 '14 at 11:05
-
The conclusion I came to at the time is that it wasn't possible. – Jeffrey Basurto Jul 25 '14 at 07:29
-
@user1530779 this SO may solve the problem http://stackoverflow.com/a/38060679/4284706 – Rivu Chakraborty Aug 02 '16 at 07:00
-
it's possible, use marker.setZIndex(float value) – Abdul Samad Nov 01 '19 at 12:38
1 Answers
8
There aren't any. Unfortunately, Marker
s in Google Map API V2 for Android do not have z-indices. They handle their own draw order.

yarian
- 5,922
- 3
- 34
- 48