I'm trying to draw a custom gps-location icon. I'm using MapView
and have created a class MyLocationArrow
that extends MyLocationOverlay
.
I override drawMyLocation()
and draw a point at 100,100. But this is the coordinates on screen. How do I get the screen-coordinates from the current GPS-location?