Using Google Maps Android v2 offline
NickName:lostintranslation Ask DateTime:2014-03-12T04:29:33

Using Google Maps Android v2 offline

I have an app to will sometimes get side loaded onto devices that will never have internet connectivity. I am already using google maps android v2 throughout the app and would like to continue using it. In the case of no connectivity I have a set of offline maps installed on the device.

However google seems to require you to connect to the internet at least once to verify the API key before using the maps API. Even if you set the mapType to NONE google will still not let you place offline tile overlays on the map, nor map markers. This still seems to be true: Using the android Google Maps API v2 as a viewer of offline tiles: is it possible?

Does anyone know of any kind of workaround in which I can still use the API and display offline tiles if I have never connected to the internet?

Copyright Notice:Content Author:「lostintranslation」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/22335962/using-google-maps-android-v2-offline

More about “Using Google Maps Android v2 offline” related questions

Using Google Maps Android v2 offline

I have an app to will sometimes get side loaded onto devices that will never have internet connectivity. I am already using google maps android v2 throughout the app and would like to continue usi...

Show Detail

Caching Google Maps for Offline Use (api v2)

I'd like to implement this in an Android app, and be able to use app in offline mode. Is it possible to do this via the Android google maps api v2? App Google maps can do it, so I guess it is possi...

Show Detail

Check if Google Maps Android V2 didLoad / isCached Map (OFFLINE MODE)

Hey I want to be able to manually check or subscribe to a service which can notify me if the map was unable to load (in offline mode) due to it not being cached at the deep enough level. This woul...

Show Detail

Offline mode for Android app using the Google Maps API

Is there a way to use the offline mode in Android apps using the Google Maps API? Any direction to a tutorial or source code would be a massive help. I've been searching for hours without any luck...

Show Detail

Android Google Maps V2 - Sd card as Tile Provider

I'm developing an android app using Google Maps API V2 and i have to use offline tiles, i have all tiles (from open street maps in png format) of my entire city in my SD Card. I already tried to use

Show Detail

Use google maps offline maps (cache) in Google Maps Android API

Google Maps offers for a few months the feature to download a certain geographic region for later offline use. I use Google Maps Android API in my App and I see that while offline, in contrast to the

Show Detail

offline vector TileProvider that extends google map api v2 in android

I know there are some Android maps libraries that can render vector based tiles from OSM (*.map, etc.). But I did not found any library that only has engine to graphically render vector tiles and r...

Show Detail

Offline Google Maps in an Android app

Recently Google released a new version of their Google Maps which lets you save an offline version of a particular chunk of the map. At the same time I've been playing around with making an Android...

Show Detail

Google Maps Api v2 Android Error

only Android 5.0 work. Error by Android 5.0 lower I have installed all SDK package. Manifest <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.an

Show Detail

Why both packages are needed in an Android project using google maps v2?

For using google maps v2 api, i imported google_play_services_lib. everything is working fine. But i wanted to know why com.google.android.maps(inside Google APIs) and com.google.android.gms.maps(i...

Show Detail