Google Maps Android API v2: My location marker always over other markers?
问题 Currently migrating an Android app using Google Maps to Google Maps Android v2; I want the map to display the built-in location marker, as well as custom markers. With the previous library, I used to draw the location marker 'below' custom markers, with mapView.setReticleDrawMode(ReticleDrawMode.DRAW_RETICLE_UNDER); I can't find a similar option in the new API. Did I miss something? 回答1: After a bit a searching, I couldn't find such an option. I finally removed the location pin, and added a