OSMDroid simple example required

前端 未结 6 943
我在风中等你
我在风中等你 2020-12-24 15:15

I am trying to create an app that uses offline maps and custom tiles. For this I have decided to use OSMDroid and have included the jar within my project. I will create my c

6条回答
  •  爱一瞬间的悲伤
    2020-12-24 15:40

    **Note that if you are targeting Android devices >= 6.0 (SDK >= 23), you have to check for "dangerous" permissions at runtime. Dangerous permissions needed by osmdroid are: WRITE_EXTERNAL_STORAGE and ACCESS_COARSE_LOCATION/ACCESS_FINE_LOCATION. Refer to this implementation

    take from: "How to use the osmdroid library" - link

提交回复
热议问题