-
Notifications
You must be signed in to change notification settings - Fork 917
TroubleShooting: Blank Map
Some people get this error "Blank Map" when they try for the 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?
Also check for the iOS setting.
If you get an error, feel free to ask me on the official community or the issue list.
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
New versions will be announced through the official community. Stay tune!
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