0

I have an android mapActivity which displays icons on the map using ItemizedOverlays.

If a user taps on an Icon, I want the user to see the icon as "selected" (making it transparent for example, or something of that sort). Is there a way to do it without using setMarker() for another icon?

Eddie Dovzhik
  • 297
  • 1
  • 6
  • 14

1 Answers1

0

use setState

Try this link for more information on this.Developers.Google: Maps Documentation - Android Reference

Orlymee
  • 2,349
  • 1
  • 22
  • 24