osmdroid Questions

3

How can we get the coordinates of a point by clicking on it in open street maps? tried: public void onClick(View v) { Projection proj = mapView.getProjection(); IGeoPoint p = proj.fromPixels(v....
Rossman asked 21/5, 2013 at 8:31

2

I wanted to try out having OpenStreetMap integration by osmdroid, but I got stuck at an issue where I have no idea what is missing. The scenario is as follows: Symptom: Map widget gets displayed b...
Pyrazole asked 27/12, 2012 at 19:47

1

Solved

I do not know how i can close the InfoWindow in OSMDroid when i click anywhere on the map . I tried to check setMapListener but this way is bad and did not work. Have any idea?
Robson asked 29/1, 2016 at 12:42

1

Solved

While using osmdroid. I get "As of july 11,2016 direct tile access has been discontinued." I think we have to use APIKEY to use this or a new sdk, but I don't find anywhere how to do it. Please hel...
Magnum asked 12/7, 2016 at 10:23

3

Working with maps i have an activity which is launched when no connection is available and uses offline maps (MapQuest). The activity runs fine, map is shown, and all overlays, markers and so on. W...
Graven asked 2/12, 2014 at 16:44

1

Solved

While extending OSMdroid Overlay class in an application import org.osmdroid.views.overlay.Overlay; ... public class MapOverlayArea extends Overlay implements TextToSpeech.OnInitListener, OnTouch...
Irwinirwinn asked 21/4, 2016 at 16:51

3

Solved

I'm trying to implement a MapView using the osmdroid library. However at the moment the furthest I seem to be able to zoom in isn't sufficient enough for my purposes. @Override protected void onC...
Mccown asked 9/3, 2014 at 12:44

8

Solved

I'm using osmdroid and maps downloaded from OSM up to level 16. I was wondering if there is any way I could make the osmdroid use the tile from that zoom level but draw it bigger. The thing is th...
Peril asked 30/8, 2011 at 8:30

2

I am currently working on a school project and I am trying to learn the techniques on downloading OSM map tiles into the phone's local memory/cache, so that users are able to view the maps when off...
Counterchange asked 19/10, 2012 at 6:32

2

Solved

Today I'm looking forward of how to use PathOverlay in OSMDroid. I can't find any explanation of how it works. I need to create a suggested route (not like navigation system), just a stroke begin...
Revolving asked 11/4, 2012 at 10:58

2

Solved

I am implementing App vith usage of osmdroid mapView. We have maps with max 16 zoom level, but Android allow us to have 18 zoom levels. Do you know how to set maximum zoom level 16 instead of defau...
Belak asked 21/7, 2011 at 8:51

2

Solved

I'm trying to build OSMdroid with this command: >mvn clean install The build fails and gives this error: [ERROR] Failed to execute goal on project osmdroid-android: Could not resolve dependen...
Ciaphus asked 3/11, 2015 at 18:37

2

Solved

All I have used osmdroid and i want to download map zip files from android app and than create offline map. Any one have more knowledge about osmdroid and offline map and navigation.
Brumfield asked 17/3, 2012 at 6:15

2

In my App I've integrated the OpenStreetMap, in which I've fetched both source and destination coordinates. I need to pass those coordinates to OpenStreetMap App using Intent class, for that I need...
Tressa asked 16/6, 2015 at 6:42

1

Is there some way to detect when OSMDroid MapView have completed map loading ? I want to know, when OSMDroid ends drawing tiles and overlays on view. Greetings.
Floats asked 19/3, 2015 at 14:56

2

Solved

I have a project that has a requirement of displaying map data in offline mode also. I have used OpenStreet maps for the same. I have saved map images(tiles) and each tile is referenced by a tileke...
Stinkweed asked 15/11, 2011 at 13:5

2

Solved

How to cache/download google map v2 tile programmatically?, is it possible? Bcos according to this prntscr.com/3cyiqf its not possible but as I have seen this link TileProvider using local tiles ...

1

Recently I tried to follow these steps: website. with the casual way of adding the map to be visible into the screen using this code: GPSTrackerActivity.java public class GPSTrackerActivity exte...
Insubstantial asked 23/8, 2014 at 9:24

1

Solved

I am using osmdroid to get open Street maps in my app. I had build my project with the needed jars (osmdroid) and added all needed permissions in the manifest. But when I try to debug my app in and...
Krenn asked 9/7, 2014 at 13:30

2

I am currently trying to transfer my OSMDroid Map Activity into Fragments. It seems that everything has been set correctly but I'm getting this weird NullPointerException which I'm unsure of solvin...
Refusal asked 20/2, 2013 at 16:13

1

Solved

I will develop a new Android application, in the past I developed an a application and I used Mapsforge, but now I see their web and they havent got release since Mar 2013... What do you rec...
Obeisance asked 11/2, 2014 at 19:36

4

Solved

I have a developed, deployed and previously successful application which uses Osmdroid to load tiles from the default tile provider which is Mapnik mMapView.setTileSource(TileSourceFactory.DEFAULT...
Paddock asked 17/1, 2014 at 17:10

1

Solved

I utilise the following code to put a route overlay onto an OSM droid map, using code gotten from the following tutorial (http://code.google.com/p/osmbonuspack/wiki/Tutorial_1) but slightly tweaked...
Glib asked 4/2, 2013 at 17:18

1

Solved

I need help I'm trying to zoom to mapview by getting users multi touch points (firstly 2 finger touch) I know there is setMultiTouchControls() function but this is not what I want to do. I tried ...
Qualm asked 1/3, 2013 at 14:1

1

Solved

I want to implement a Indoor Navigation application in android. My first task is to display the map in android. I have created the indoor map in both shape file and OSM file format. • I created t...
Bristol asked 9/6, 2013 at 10:51

© 2022 - 2024 — McMap. All rights reserved.