I want to get the focus on the marker on map v2.
Because it develops for android TV, I need to use arrow keys to get the focus. (There's no touch screen.) I try to use the arrow keys on simulator to select the marker, but it just can move position of the map.
It extends a second question. I have a view to show the content of the marker. But I need it shows the content when marker is SELECTED, not be clicked. I just find the method: setOnMarkerClickListener. The result is not what I needed.
Is there any suggestion? Thanks a lot. :)
PS. In android map v1, we can setfocus on ItemizedOverlay, but it change a lot in v2...