Skip to content

TroubleShooting: Blank Map

Masashi Katsumata edited this page Aug 6, 2014 · 11 revisions

Some people get this error "Blank Map" when they tried at first time.

There are several reason. Check the bellow points: ##1. Do you use Android emulator? Since this plugin uses Google Maps Android API v2, you need to use "Google APIs x86 (Google Inc.)".

##2. Did you turn on the switches? You might forget turning on the switches of Google Maps Android API v2 and Google Maps SDK for iOS at Google APIs Console.

##3. Is your API key correct? You need to register your SHA-1 fingerprint to Google APIs console. Follow the instruction:

$> keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
C:\test\HelloMap\platforms\android> keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android

##4. Have you registered your package name with the above sign correctly? img

Also check for the iOS setting. screen shot 2014-07-23 at 1 42 51 pm

Join the official community

New versions will be announced through the official community. Stay tune!

Do you have a question or feature request?

Feel free to ask me on the issues tracker.

Or on the official community is also welcome!


New version 2.0-beta2 is available.

The cordova-googlemaps-plugin v2.0 has more faster, more features.

https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/tree/master/v2.0.0/README.md

Clone this wiki locally