I already import open street map Library(link of GitHub) in my application and it works completely true but i want to have this map in offline mode(when internet connection is not available user can work with the map). I saw this but i couldn't get it. please help me , thank you for your time.
Asked
Active
Viewed 224 times
0
-
Please mention the name of the library. – scai Sep 17 '16 at 11:47
-
sorry , I used of this link : https://github.com/MKergall/osmbonuspack – Ehsan Abbsai Sep 17 '16 at 14:01
-
So you are using osmdroid + osmbonuspack. – scai Sep 17 '16 at 18:16
-
yes , I am using osmdroid + osmbonuspack – Ehsan Abbsai Sep 17 '16 at 19:06
1 Answers
1
First of all, welcome to osmdroid.
There's a wealth of documentation on the wiki at https://github.com/osmdroid/osmdroid/wiki
In fact, there's a whole article on offline maps at https://github.com/osmdroid/osmdroid/wiki/Offline-Map-Tiles
If those don't answer your question, see the sample app at https://github.com/osmdroid/osmdroid/tree/master/OpenStreetMapViewer
Which has some examples for offline maps.

spy
- 3,199
- 1
- 18
- 26
-
I need to have my country map for offline mode . I used of MOBAC for creating my Country map but MOBAC doesn't allow me creat huge map and mapnik and mapquest are locked ! How can i have my ountry map ? Thank you – Ehsan Abbsai Sep 18 '16 at 06:41
-