4

In Google Map API v1, I can change My Location icon by write a class extends MyLocationOverlay. But I don't know how to do it in Google API v2. Please help me solve this issue.

Roman C
  • 49,761
  • 33
  • 66
  • 176
VAdaihiep
  • 521
  • 9
  • 19

1 Answers1

4

I think, that v2 does not support custom location icon, but you can work-around it by disabling your location and setting up custom location listener, which adds/updates your custom groundoverlay on every location update.

Berťák
  • 7,143
  • 2
  • 29
  • 38