Search code examples
androidgoogle-maps-api-2

For Android google maps API V2 how do you set zindex of marker?


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.


Solution

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