Let me start by saying that I have seen this thread: How can I replace the Compass image of MyLocationOverlay?
According to that thread, it tells me that I can't override the icon.
Not a big deal. That said, I'm trying to figure out a way to implement this.
Would I be correct in saying that I would need to create my own custom canvas that would simply draw the icon and rotate it and override the drawcompass method in another custom class that extends MyLocationOverlay?
If that is correct, how do I create this custom canvas of the icon/rotate it? (I have no experience with drawing in the android os).