I'm writing an android app which uses offline maps.For this I'm using osmdroid, I've come across this link which refers to an update of osmdroid the osmbonuspack. Can you point me at some tutorials and sample codes besides those provided by the openstreetsmap so that I can get started?
Asked
Active
Viewed 1,118 times
2 Answers
1
Here is working link https://github.com/MKergall/osmbonuspack.
Please let me know if links are dead.

Ismail Sahin
- 2,640
- 5
- 31
- 58
-
1Above OSM link is dead – M. Usman Khan Feb 11 '18 at 03:34
-
Dead links, nowadays. – tony gil Sep 01 '21 at 17:11
-
Thanks for letting me know. I updated the link. – Ismail Sahin Oct 12 '21 at 13:49
0
This implementation (app:Gradle) worked for me in Android Studio using SDK 29:
implementation 'com.github.MKergall.osmbonuspack:OSMBonusPack:v5.7'
You can find this MKergall's Maven repository
NOTE: you will have to comment out your previous osmdroid (mine was 4.3) jar implementation, because methods are duplicated.

tony gil
- 9,424
- 6
- 76
- 100