I want center markings on a OSMDroid Mapview, so a vertical line at the horizontal middle of the Mapview and a vertical line on the vertical middle of the Mapview, so a cross spanning the width and height of the Mapview, indicating the center of the Mapview.
I am currently doing this by drawing on a pathoverlay. This works ok, but of course I need to redraw every time the map center changes.
Is there any way to do this drawing on a view that doesn't move with the map, so I have to draw only once?
There is Mapview1.Background, but not sure how to draw on that.
I am currently doing this by drawing on a pathoverlay. This works ok, but of course I need to redraw every time the map center changes.
Is there any way to do this drawing on a view that doesn't move with the map, so I have to draw only once?
There is Mapview1.Background, but not sure how to draw on that.