B4A Tutorial OSMDroid - MapView for B4A tutorial - warwound    Mar 26, 2012   (8 reactions)   tags: GPS, Erel, map -official-updates/16309-osmdroid-mapview-b4a.html#post92643.
AIM: Create and initialize a MapView, enable... on a location.
Sub Process_Globals
End Sub
Sub Globals
Dim MapView1 As MapView
End Sub
Sub... B4A Library OSMDroid - MapView for B4A - warwound    Jan 26, 2014   (10 reactions)   tags: GPS Here we have my latest library - OSMDroid provides a MapView for B4A.
More info on the original (native Android) OSMDroid project can be found here: osmdroid - OpenStreetMap-Tools for Android... B4A Question MapView - Strange behavior - AlpVir    Dec 26, 2022 them to a file TXT. In the second I read the file TXT and draw the track on the MapView map (I use OSMDroid). However, after the quick drawing of the track on the map, Mapview positions itself in... MapView1.SetCenter(LastLatitude, LastLongitude) as I would like. Even if I move the map with my finger, I can go and view the track, but after a few seconds MapView1 returns to being centered on my house...I use GNSS and OSMDroid libraries and Mapview in 2 separate activity. In the first I use the event... B4A Question Drawing fixed lines on an OSMDroid Mapview - RB Smissaert    Mar 2, 2022 .
Is there any way to do this drawing on a view that doesn't move with the map, so I have to draw only...I want center markings on a OSMDroid Mapview, so a vertical line at the horizontal middle... Java Question MapView a non-starter? - warwound    Sep 5, 2011 Hi. I completed the Android SDK Hello, MapView tutorial and have a working (but basic!) native....maps.GeoPoint; import com.google.android.maps.MapActivity; import com.google.android.maps.MapView; ...); setContentView(R.layout.main); MapView mapView=(MapView) findViewById(R.id.mapview); mapView.setBuiltInZoomControls(true); mapOverlays=mapView.getOverlays(); drawable... a MapView to a B4A app and straightaway found it a non-starter. A MapView can only be added to... B4A Question OSMdroid Mapview and Text overlays - Kevin Hartin    Apr 3, 2019 I am close to releasing my Tour Samoa app and would like to overlay village names on my Map... of the maps I have available has a comprehensive list of villages in their tiles. What I would like to do... B4A Question MapView, labels and markers - AlpVir    May 6, 2017 How do I display a array of labels in mapview instead of array of markers ?
How do these labels....b4x.com/android/forum/threads/osmdroid-mapview-for-b4a-tutorial.16310/page-14#post-232155 but this link... B4A Question Marker in MapView - AlpVir    May 4, 2017 I use the OSMDROID library and MapView.
I found that the markers are very very large, even using a png file of 16x19 pixels.
Dim Icon As BitmapDrawable
Icon.Initialize (LoadBitmap (File.DirAssets, "marker.png"))
Is there a way to reduce this ?
Thanks in advance... Share My Creation GGH Mapviewer - eurojam    Aug 2, 2016   (11 reactions) GGH Mapviewer is a Geographic Information System (GIS) based on the Google Maps library. The main task is to display results from geophysical investigations which we make on archaeological sites... with ArcGIS an then exported as an image with worldfile. The big advantage of the GGH Mapviewer... they are. The GGH Mapviewer has the following functions:
Load overlay (JPEG with Worldfile), load... B4A Question OSMDROID, MapView and traces GPX - AlpVir    May 7, 2016   tags: GPS Use the library OSMDROID and MapView.
With this simple code I see the traces of PLT type (Oziexplorer).
TextReader1.Initialize(File.OpenInput(File.DirRootExternal, NomeTraccia))
'... Page: 1   2   3   |