سؤال

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?

هل كانت مفيدة؟

المحلول

Here is working link https://github.com/MKergall/osmbonuspack.

Please let me know if links are dead.

نصائح أخرى

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top