I want to change the marker in the MyLocationOverlay. What I've tried so far is subclassing OSMDroid's MyLocationOverlay and overriding the default marker, using code provided in this answer. However, it didn't work properly (I got the error: method drawMyLocation must override or implement a supertype method but commenting @Override
solved it).
However, the marker image stays the same (the question asked about Google Maps API, whereas I'm using OSMDroid) - how can I solve it?