view

  1. R

    Android Question Problem updating view

    Using OSMDroid 4.1 and have a TouchOverLay to add GeoPoints to a PathOverLay. Both OverLays are added to a MapView, named MapView1. Sub TouchOverLay1_Click(GeoPoint1 As OSMDroid_GeoPoint) As Boolean AddAreaPoint(GeoPoint1) Return(False) End Sub Sub AddAreaPoint(GeoPoint1 As...
Top