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
0
votes
1 answer

how to define jar files and libraries in eclipse indigo?

I am trying to compile a java project which makes uses of android libraries. The project I am using is checked out from a svn repository. In order to take a use of that project I am required to define some jar files and libraries for that project.…
0
votes
1 answer

gettin a blue screen when sending a KML file to the android emulator

I am developing an android mapping application, using OSMDROID API, I need to get the location of the user once and center the map in that location, I register the current activity to listen to location updates, after the first location is receive,…
Abdalwhab Bakheet
  • 1,133
  • 2
  • 11
  • 17
0
votes
1 answer

How to convert other source maps to Obf ( Eg Navteq,garmin,tom Tom)

I am looking for a solution to create a better OSMAND map for a region , as existing OSM maps are not complete. If I get a map in Navteq/Garmin/Tom Tom format, will I be able to convert it to Osmand OBF format and replace in Osmand ? There seems to…
Adarsh Madhavan
  • 101
  • 1
  • 3
0
votes
2 answers

aDrawable.SetBounds(...) doesn't work

I can't succeed to put a custom centered overlay item on my map. It always appears centered on bottom and middle. Here is my code: ------------My overlay item class------------- public class EditionThumbOverlayItem extends OverlayItem { public…
0
votes
2 answers

accuracy circle around the marker

I am working in android mapping application that’s used Osmdroid mapping API until now I am being able to show the map and the user location in the map , but how I can show the accuracy circle around the marker and is that can be testing in the…
harhouf
  • 117
  • 3
  • 9
0
votes
1 answer

osmdroid mapview: Layout changes when zooming in

i'm currently experimenting with a osmdroid mapview. My XML layout looks like this:
nr1
  • 777
  • 3
  • 12
  • 31
0
votes
1 answer

using MylocationOverlay in osmdroid

I can't make MyLocationOverlay work, I searched for it and tried many codes but not a single working one. I only get a black screen. I need it to keep track of the user location. I managed to track the user location with regular overlay but I notice…
Abdalwhab Bakheet
  • 1,133
  • 2
  • 11
  • 17
0
votes
2 answers

what is the correct format of GPS position in OsmDroid?

I have a GPS device that sends its position via sms in a format like this: 2937.0864,5233.3686,55000 The first digit is latitude, the second digit is longitude and the third digit is alt. When I ask google maps to display the position, it shows an…
Ali Behzadian Nejad
  • 8,804
  • 8
  • 56
  • 106
0
votes
2 answers

Streetnames openstreetmaps more readable on Android

I've build an Android APP with offline map data using Openstreetmaps and OsmDroid. On a device with MDPI 320x480 pixels the map looks OK, but on a device with a HDPI screen with 480x800 pixels the street names are small and a little bit harder to…
pinyin_samu
  • 174
  • 1
  • 12
0
votes
2 answers

osmdroid offline - ZIP size limitation?

do you know any ZIP file, for offline osmdroid use, limitations? I have 23MB Zip file with maps, but I am not able to find out, why my maps aren't displayed? In this ZIP file I have 23000 files (limit for ZIP is 65535), so I don't see any problem…
Waypoint
  • 17,283
  • 39
  • 116
  • 170
0
votes
1 answer

Handling zip files quickly in Android

OSMdroid is opening zip files on the run very efficiently, do you know, which class in their svn is capable of opening zip file efficiently? Now I am stuck with ZipEntry, which is very slow for my app. Any ideas? Thx
Waypoint
  • 17,283
  • 39
  • 116
  • 170
0
votes
1 answer

Making OsmDroid city label text larger

I find the text/labels for cities and towns to be rather small. Is there anyway i can manipulate the text size?
Drublic
  • 660
  • 1
  • 9
  • 23
0
votes
1 answer

Code that uses ItemizedOverlayWithFocus

Currently using ItemizedIconOverlay from OSMdroid library import org.osmdroid.views.overlay.ItemizedIconOverlay; And I set my parameters this way: public class OsmActivity extends Activity implements LocationListener{ private…
bubbly
  • 495
  • 1
  • 10
  • 22
0
votes
0 answers

Problems with drawing on osm

I'm developing a little applicattion for androd to display gps location witha bitmap. I used some example codes with google mmaps, but i haveto make it with maps forge. unfortunatelly i havent found any example codes or anything about how to write…
0
votes
1 answer

developing android mapping application with osmdroid

what are the features that osmdroid support, I have search the internet for information about it, but there is no much information about it, untill now I managed to use osmdroid to display the map online and offline, dispaly overlay and display the…
Abdalwhab Bakheet
  • 1,133
  • 2
  • 11
  • 17