osmdroid Questions
2
Solved
////OSMdroid centered on the markers////
I add markers, I need to map the maximum increases or decreases in such a way that all markers were visible
my code:
public class mapcode extends Activity {...
Scifi asked 24/5, 2014 at 7:43
4
Solved
I have included Open Street Maps in my android application. In the mapview, user should be able to capture the screen after the map is fully loaded. But currently user can capture the image even wh...
Kuhl asked 13/6, 2013 at 4:38
3
I have several stops in route and I wanna display them with customized icons.
Everything works like a charm when using default osmdroid icons.
But when I change them to image from drawable, markers...
Hoatzin asked 19/2, 2020 at 13:36
4
I am following a tutorial here https://code.google.com/p/osmbonuspack/wiki/Tutorial_1 but I have encountered an error that it doesn't show the correct route correctly. It just shows a straight line...
Rayraya asked 19/1, 2014 at 4:29
4
Solved
I've written a mapping application which has two activities, one activity displays a Google Maps view, the other displays the equivalent view using osmdroid 3.0.5 jar.
Until now I've been testing ...
2
Solved
I recently started to use OSMDroid, but I struggle to get a default marker at a specific Geopoint on Android API 28.
I followed the tutorial from the OSMDroid's Github and wrote a code like this:
...
3
Solved
How I can insert text inside Osmdroid marker? Suppose i need place several markers on map, and each marker should have number inside it. How I can make it? I try #setTitle() method, but it place te...
2
Solved
I need help to integrate leaflet maps in flutter. The project I'm working on requires showing custom markers, animations, routes and drawings on the map. But I can't find any documentation or tutor...
Undirected asked 3/4, 2020 at 12:23
2
I am trying to develop an offline android map that makes use of OSM map tiles of a particular zoom level, For this purpose I used an open source library : Osmdroid
Now, I am looking into the possi...
Bowlder asked 13/1, 2012 at 11:28
3
Solved
In my app I am using osmdroid for working with map. Map tiles are downloaded and kept in /storage/osmdroid. The application requires permissions WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE. If...
Organotherapy asked 18/8, 2016 at 13:36
1
I'm using osmdroid and I have added a MyLocationNewOverlay to my map to show my current location. THis looks fine. What I want is a button that will center the map on to my current location, simila...
Saxhorn asked 4/2, 2016 at 20:34
2
I am using osmdroid version 5.6.5 (the latest version), and the tiles of the map (MAPNIK) loads extremely slowly.
This happens on two devices I tried the app on, both with high-speed internet conn...
Supplement asked 7/9, 2017 at 19:55
3
I need to populate my overlay with many (~400) points, add them to PathOverlay and then set the zoom level so that the user could see the whole path on the screen.
One solution would be to keep ma...
Bedfordshire asked 16/12, 2013 at 10:31
4
Solved
I have an Alcatel One Touch 7040, when i test my sample of osmdroid on it, the maps don't render. I have tested on other devices, the maps are rendering in them properly, only on this device they a...
Molding asked 18/10, 2016 at 5:18
1
I tried to make an osmdroid project using Android Studio but any map is shown. I have just a blanck grid.
In my xml file I put the folowing code :
<?xml
version="1.0" encoding="utf-8"
?>
&...
Araceli asked 25/3, 2017 at 18:54
2
I am doing osmdroid map project. I am using custom tiles for map. Can anyone tell me how to rotate the custom tiles map?
Geter asked 5/4, 2013 at 13:12
5
Solved
I am searching for a tutorial/manual or steps to include Open street map into my android application. All I found is either a big project with lot more functionality on it, otherwise so many questi...
Aec asked 10/3, 2014 at 8:58
2
Solved
Is it possible to set an EventListener in a drawn Polygon in a osmdroid MapView Overlay ? I would like to print on a Overlay and after touching it I would like to change its color or handle data be...
Postrider asked 17/1, 2013 at 10:23
3
I am building a sample OSMdroid app mixing and matching from various sources.
In using this sample code,
import org.osmdroid.util.GeoPoint;
...
private void setOverlayLoc(Location overlayloc){
...
3
Solved
I am a newbie to Open Street Map. I made some research and found that we can download and store the map into a folder. But i didn't find any tutorial or sample that provides offline Open Street Map...
Counterweight asked 10/2, 2013 at 4:26
1
Solved
I tried to put the user agent (cf https://github.com/osmdroid/osmdroid/wiki/Important-notes-on-using-osmdroid-in-your-app), but when I put the line OpenStreetMapTileProviderConstants.setUserAgentVa...
Mcroberts asked 1/4, 2017 at 2:4
4
Solved
I am developing an application in which I need to use maps offline. I'm using osmdroid and osmbonuspack
To download the maps I've tried:
MobileAtlasCreator but Mapnik maps are locked.
osmdroi...
1
Here's the sample of application that draw road path based on two markers
Sorry I cannot search the tutorial to create this one because I cannot determine the right keyword.
All i want is to pl...
Chorale asked 14/3, 2016 at 13:16
2
I've managed to write an android app using it to trace user location and show it on the map using a marker. Here is the relevant code:
public class MainActivity extends Activity implements Locatio...
Decelerate asked 21/6, 2013 at 8:30
0
I am using a plasio turbo x to test my osmdroid sample. I am also testing using a moto g. In moto g the map rotation which is according to the compass head up is working fine, but in plasio one the...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.