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

Osmdroid checkout errors

I have checkouted osmdroid, because I need to do some minor adjustments. I have used: svn checkout http://osmdroid.googlecode.com/svn/trunk/ osmdroid-svn in Cmd line Then from Eclipse -> Import -> Existing projects into Workspace Each package has…
Waypoint
  • 17,283
  • 39
  • 116
  • 170
0
votes
2 answers

How to create its own Marker for OverlayItem in OsmDroid

I have the following code : ArrayList items = new ArrayList(); GeoPoint geoPoint = new GeoPoint(data.getPosition().longitude, data.getPosition().latitude, data.getPosition().altitude); OverlayItem overlayItem = new…
Bibu
  • 1,249
  • 2
  • 17
  • 40
0
votes
2 answers

Impossible to instantiate an OsmDroid MapView

I'm trying to use OSMdroid for a project, and i'm utterly unable to make the simplest code work. Well, a few days ago i was able to display maps and so on, and now i can't even instantiate a MapView. I reduced the code to its sipmlest form. I work…
Cyrille Telmer
  • 123
  • 2
  • 8
0
votes
3 answers

android mapping using osmDroid mapping api

I want to develope android mapping app using osmDroid mapping api with offline and online capabilites, but I couldn't find many tutorials about it, so If any one have any link to tutorials that use osmdroid mapping api offline or online. I have…
Abdalwhab Bakheet
  • 1,133
  • 2
  • 11
  • 17
-1
votes
1 answer

how to search location name on osmdroid to get latitude longitude

how to get the latitude and longitude by search location names with open street map osmdroid. My Expectation is, It looks like implement google map places autocomplete, but I don't know how to make autocomplete places in osmdroid. I am not found any…
-1
votes
1 answer

How to get all latlng of Route between two points in OSM

I'm working on app using open street map. I have draw route between two points. I want to get list of all latitudes and longitudes on the route polyline. If anyone knows please answer me.
-1
votes
1 answer

Extract block number from address located in Bahrain Country

I want to get the block number of an address located in Bahrain. First of all, let me show you what block numbers are. Bahrain is divided into areas and each area has a block number like in the photo below: So, I hope the block number becomes clear…
Moustafa EL-Saghier
  • 1,721
  • 1
  • 13
  • 43
-1
votes
1 answer

get result of overpass api by osmbonuspack

Hi i every one i have used osmbonuspack(for android) for making feature of searching POI, this api offer option to post request to overpass api,i want to get this result in format json.Thank you for advanced.
-1
votes
1 answer

Display with mapBox offline raster from my website

I'm looking for a library to display a raster, host on my website, on an Android device. I'm trying to do that with MapBox but I just read that: At this time, the offline database format is private. In the future, we may publicly document the…
Teiki
  • 200
  • 2
  • 18
-1
votes
1 answer

OSM vector map and OSM data

I want to create Android app using OSM vector map. Is OSM vector map is rendered with OSM data? If yes how to implement in android?
anil tako
  • 199
  • 1
  • 10
-1
votes
2 answers

Empty Open Street Map with OSMDroid & Android Studio

I have a problem while developing an Android App with a simple Open Street Map Acitivity. My AVD shows a empty map and the log says: > W/System: ClassLoader referenced unknown path: /data/app/com.example.philipp.myapplication-1/lib/x86_64 > …
Philipp
  • 1
  • 1
-1
votes
3 answers

OSMdroid Custom and rotating icon of current location

I am using OSMdroid to show an offline map with user's current location. 1) PREFERRED - I would like to change the default icon showing current location to a custom icon. Also I need it to change its rotation based on bearing returned from GPS lets…
Andrej S
  • 61
  • 8
-1
votes
1 answer

How to get started with OSMDroid

I am working on offline map using OSMDroid libraries. I have imported osmdroi-android-3.0.5.jar and slf4j-android-1.5.8.jar. I am following this link. But, I can not see the map. It shows only a white blank screen.
Rudra
  • 383
  • 3
  • 17
-1
votes
1 answer

OSMdroid point of interest

Hy I am new to osmdroid and i have code to point my location, now I am trying to mark poi(point of interest ect. cinema, bus station...) on map but I don't know how to do it. Is there anyone who had done it or knows some good tutorial where is…
beggIner
  • 1
  • 2
-1
votes
1 answer

Capture event and dispatch it in Osmdroid

I explain the problem : I have around 600 markers in the map, and they all have a click listener to display a new layout. But my application need to place a custom marker specificaly if we tap on the map (user fictive location). So it looks simple…
Nawako
  • 342
  • 3
  • 17
1 2 3
81
82