mapview

  1. GeoT

    Android Question OSMDroid 6 MapView shows only a grid when returning to a B4XPage from another page

    In B4XMainPage, I have a MapView with two markers created using the OSMDroid 6 library. Why does the map lose its state when returning from another page, showing only a grid? Also: Sub B4XPage_Appear Log("mapView1.IsInitialized = " & mapView1.IsInitialized) ' Gives true Log("Overlays...
  2. R

    Android Question Drawing fixed lines on an OSMDroid Mapview

    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...
Top