Android: Map Overlay Labels
- by karnage
I am building a MapView and I want my custom overlay items to display the name of the location they are marking when the user taps them, like the Android Maps app.
I setup the onTap listener and the floating TextView to hold the location name. I still need to set it up so that it redraws the label when the user moves the map, etc.
Anyway, I am…