Questions tagged [osmdroid]

osmdroid provides Tools / Views to interact with OpenStreetMap-Data, as a close to drop in replacement for the MapView class, with additions.

osmdroid provides Tools / Views to interact with OpenStreetMap-Data.

The OpenStreetMapView is a (almost) full/free replacement for Android's MapView (v1 API) class, usable with Android API v7 and above.

However it goes further than that, also including a modular tile provider system with support for numerous online and offline tile sources and overlay support with built-in overlays for plotting icons, tracking location, and drawing shapes.

See the project home page for more information.

1224 questions
-1
votes
2 answers

Export database from asset folder to application and replace empty database

In [emulator][DDMS] When I put database manualy in data/data/mypackage/databases/ it run smooth. [Android device] When I export to apk file and install to android device. The apps will force close. when I check in folder path in android devices…
-1
votes
1 answer

Roadmanager in osmdroid android

Hi I want to create offline map using osmdroid library. I want to add two point in map and showing road between it. For that I use this code RoadManager roadManager = new OSRMRoadManager(); ArrayList waypoints = new…
max
  • 5,963
  • 12
  • 49
  • 80
-1
votes
1 answer

Releasing an Android Application that uses OSMdroid

I was just wondering if anyone could give me a heads up and any information on where I stand with releasing an Application that uses the OSMdroid open source mapping system. What are the terms of the licensing etc. Should I set up my own map server…
Paul Alexander
  • 2,686
  • 4
  • 33
  • 69
-1
votes
1 answer

Creating routes completely offline - osmdroid

I'm using osmdroid and I'm creating routes but completely offline. I wanted to know if there's any plugin that identifies crossroads, etc or do I have to do that manually ? Thanks.
NetworkzZz
  • 49
  • 1
  • 8
-1
votes
1 answer

how to draw bitmap on osm/mapsfrge

I'm developing a little application for android to display GPS location with a bitmap. I used some example codes with Google maps, but I have to make it with maps forge. Unfortunately I haven't found any example codes or anything about how to write…
-3
votes
1 answer

How to include GeoJson using open street map in android?

I'm using Open Street Map, and I need to save my added points inside a GeoJson so that I can then visualize these points according to the saved coordinates, time, and open within an analyzer of that type of file. At the first moment, I do not have…
Josileudo Rodrigues
  • 1,979
  • 1
  • 6
  • 9
-3
votes
3 answers

How to start another activity and start a method inside it?

As soon as the setOnClickListener executes I want to start another activity and transmit the variable cn.getID() to it. When inside the other activity I want to immidietaly start the method findlocation and give cn.getID() to it. The method…
Glave
  • 137
  • 1
  • 1
  • 10
-3
votes
1 answer

Osmdroid and marshmallow

I'm using osmdroid 5.2 lib in android 6.0. I'm asking WRITE_EXTERNAL_STORAGE and ACCESS_COARSE / FINE_LOCATION permissions on realtime. But map not working: Unable to decode stream: java.io.FileNotFoundException:…
Valery Boretsky
  • 190
  • 2
  • 9
1 2 3
81
82