Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

I am trying to use OSMDroid v6.1.20 to display maps from a SQLite database using the EPSG:4326 tile system. I know OSMDroid supports EPSG:3857 out of the box, but you can subclass the TileSYstem ...
0 votes
0 answers
53 views

I am using OsmDroid to build map offline and achieve turn by turn navigation along with voice over instruction which I believe could be achievable by GRAPHHOPPER library version 9.0. So these are my ...
0 votes
1 answer
72 views

I'm building a running tracker app and i want to save a screenshot of the map at the end of the run I'm using utsmannn's implementation of osmdroid in my app and was wondering if there's a way to do ...
0 votes
0 answers
27 views

I'm trying to create a large Polygon that cover the entire map. But after a value the polygon will be drawn from the other side of the map(?). width is between -90 and +90° width is 90.5° it should ...
0 votes
1 answer
114 views

I created a mapView in AndroidStudio's project using the osmdroid library, in this way: mapView = findViewById(R.id.mapView) mapView.setTileSource(TileSourceFactory.MAPNIK) mapView....
1 vote
0 answers
176 views

I am following the osmdroid sample code: https://github.com/osmdroid/osmdroid/wiki/How-to-use-the-osmdroid-library-(Kotlin). I also attempted the solution from here: osmdroid map tiles showing blank ...
0 votes
1 answer
79 views

I put the marker attribute to map.getOverlays().add(marker) but they are saying add metgod requre attribute drawable not a marker. The currentMarker is a Marker universal verable. ` private void ...
1 vote
0 answers
239 views

I'm new here, I'm working on a small gps game that display a simple map. I'm using Kotlin with osmdroid 6.1.18 I successfully displayed a map with MAPNIK as tile source : MapView.setTileSource(...
0 votes
1 answer
100 views

I add my overlays to osmdroid mapview with index as below: kmzOverlay.setName(fileName); kmzFolderOverlay.add(kmzOverlay); mapView.getOverlays().add(kmzId,kmzOverlay); mapView.invalidate(); now when ...
1 vote
1 answer
124 views

I'm currently developing an android apk which needs the map. I'm using the library osmdroid. org.osmdroid:osmdroid-android:6.1.17 I'm also using fragments (2 only) and the mapView is inside the first ...
0 votes
1 answer
759 views

hello everyone im trying to use osmdroid in my compose project and im not really familiar with xml,when i run the app its just a checkered screen and no map in UI. i will provide the whole code down ...
-1 votes
1 answer
104 views

I want to set alpha level of layer, like is it done in Alpine Quest, but I don't know how. I have not found any information on this issue on the Internet. Maybe someone has come across something like ...
1 vote
0 answers
106 views

I want to show a map using OSMdroid. I have a singleton to create the MapView: object MapViewSingleton { private var mapView: MapView? = null fun getMapView(context: Context): MapView { ...
2 votes
2 answers
7k views

I want to develop an Android app using Kotlin and jetpack compose. I want to show a map on the display. For this I want to use openstreetmap. I need a composable function which can show me a map on ...
2 votes
0 answers
494 views

I'm trying to use OSMDroid library in my Compose Android app. I used this approach and it works great, but when I change to dark mode in my app, the map becomes just a grid, and no tiles are displayed....

15 30 50 per page
1
2 3 4 5
...
81

AltStyle によって変換されたページ (->オリジナル) /