6

While using osmdroid. I get "As of july 11,2016 direct tile access has been discontinued." I think we have to use APIKEY to use this or a new sdk, but I don't find anywhere how to do it. Please help.

I am using OSMDROID 4.2 with OSMBonusPack_v5.0. Please have a look at screen shot below:

enter image description here

Biswas Khayargoli
  • 976
  • 1
  • 11
  • 29

1 Answers1

5

You are using the tilesource from MapQuest. The easiest solution is to just use a different tilesource

    osmv.setTileSource(TileSourceFactory.DEFAULT_TILE_SOURCE);
Ruben2112
  • 423
  • 4
  • 18