-2

I was be able to display a Map but uses internet so it required the <uses-permission android:name="android.permission.INTERNET" /> permission.

I don't want to use this. I want to make a project that works offline. I want to display a map which is stored in one of the folders in my project and display it programmatically.

It should be offline, and should be able to zoom in/out.

Please share your thoughts in this.

Thank you!

Andrei
  • 3,086
  • 2
  • 19
  • 24
user3635977
  • 91
  • 1
  • 1
  • 4
  • A rather similar question: http://stackoverflow.com/questions/23541828/app-openstreetmap-for-android-ios – Ando May 19 '14 at 12:38
  • Or http://stackoverflow.com/questions/9264791/offline-map-in-android?rq=1 – Ando May 19 '14 at 12:39

1 Answers1

0

Please see Offline OpenStreetMap in the OSM wiki.

Your question lacks a lot of details. You have to decide whether you want to just display pre-rendered tiles (images) or render your own ones instead. You have do decide if you need a search function by using a geocoder like Nominatim, if you need routing, if you need meta information about specific POIs (addresses, opening hours, ...) etc.

scai
  • 20,297
  • 4
  • 56
  • 72