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.
Asked
Active
Viewed 3,110 times
4
-
Are you using now the Google API v2? – Ariel Magbanua Mar 20 '13 at 10:30
-
1@Arman: He wrote it in his post – Matt Handy Mar 20 '13 at 10:32
-
@Arman: Did you read my question? – VAdaihiep Mar 21 '13 at 01:38
1 Answers
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