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.
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.