5

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.

Jeffrey Basurto
  • 1,425
  • 1
  • 10
  • 24

1 Answers1

8

There aren't any. Unfortunately, Markers in Google Map API V2 for Android do not have z-indices. They handle their own draw order.

yarian
  • 5,922
  • 3
  • 34
  • 48