I\'m using the osmdroid library formy custom map application and my last issue is related to the accessibility of offline contents prepared in a common format easy to share.
I really need some help with the OSMdroid library. It is useful to have maps stored in sdcard as zip files. Also, maps can be unzipped and the image files may be used directly for faster rendering.
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.开发者_如何学编程
I am using the osmdroid-android 3.0.5.jar instead of Google map api to show the location in map by using geo-coordinate.
I have a big problem with OSMdroid: I have a map with a bunch of markers, some of them are near each other so that the marker drawables are above each other.
I\'m using the Android Compatibility Package and I\'ve tried to add the MapView in the Fragment\'s onCreateView. However the map doesn\'t zoom or show the right coordinates. It only shows the whole wo
I am using a mapListener in osmDroid, and it works great. the problem is: I also have a locationListener that changes the center of the map when a location change
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.
Im trying to replace google maps with osmdroid in my application so amongst other small code changes I changed the main.xml I\'ve replaced:
I am currently using osmdroid jar 3.0.1, and I have a MapView inside a \"Dragable Space\" (a view that you can swipe between screens).