1

I am looking for Offline Google Maps in iOS (Objective c).

Is there any way to download the Map into the App when user is connected to internet, and show the downloaded map when user is offline and using the App ?

Any help will be highly appreciated.

Burhan Mughal
  • 798
  • 2
  • 7
  • 33
  • 1
    Possible duplicate of [Offline maps SDK for Android and iOS](http://stackoverflow.com/questions/25239157/offline-maps-sdk-for-android-and-ios) – ZeMoon Mar 04 '16 at 10:24

3 Answers3

0

I don't know much about it but I have heard some once talking about the same thing and using openstreetmaps instead of Google Maps.

OpenStreetMaps: http://www.openstreetmap.org/

Dennis van Opstal
  • 1,294
  • 1
  • 22
  • 44
0

As far as I know Google Maps doesn't implement that feature on its iOS Framework yet. But there are other Frameworks, such as Skobbler or Nutiteq that provide what you need.

Pablo A.
  • 2,042
  • 1
  • 17
  • 27
-3

It is quite easy to use Google maps as the offline mode you just need to download the map for the particular location you need to visit offline, later you can access that map anytime. I recommend you to see complete tutorial with screenshots here.

Follow some below steps:

  • 1: Open google maps.
  • 2: Navigate to the menu, and select offline area.
  • 3: Select the area you want to use as area as an offline map.
  • 4: Now tap download.

You can access this map in future for one month after which it will ask for updates.

scott_lotus
  • 3,171
  • 22
  • 51
  • 69