I\'ve been busy for a long time finding out how to draw a line between two (GPS) points on the map in HelloMapView but with no luck.
Could anyone please tell me how
You can get the projection from the MapView object which is passed into the draw() method: mapv.getProjection().toPixels(gP1, p1);