I've looked through a lot of documentation and questions asked here on stack overflow (for instance How to smoothly keep moving current location marker in Google Maps v2 android and Android Maps API v2 Change MyLocation Icon) but haven't found any answer if it's possible to make the default current location icon (see attached image) moving smoother when tracking current location (while moving around). I have played around with how often the requestLocationUpdates should trigger (time and distance) but nothing will make it move nicer across the map.
I have no problem creating a marker and make that one smoother, but I don't know how to get hold of the blue icon. It doesn't seem to be a marker at all?
Is it possible to make it smoother, or do I have to set
googleMap.setMyLocationEnabled(false);
and implement my own current location marker?