I'm using a custom Icon in my application for the user's current location, and want to keep it this way while upgrading to the new Google Maps library.
With the Google Maps v1 library, i extended MyLocationOverlay and overwritten the drawMyLocation method to draw my custom icon in there.
The GoogleMap enables the current location with the setMyLocationEnabled method, but there's no way to customize it, as far as i know.
Does anybody know how to accomplish this on v2 ?