Skip to content

sarriaroman/cordova-plugin-googlemaps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova GoogleMaps plugin
for iOS and Android

This plugin is a thin wrapper for Google Maps Android SDK v2 and Google Maps SDK for iOS. Both PhoneGap and Apache Cordova are supported.

###Chat Join our online chat at
Gitter

###Donation Please consider to make a small donation. We spent many hours to make this a great plugin, we even pay other developers to contribute new functions. In order to keep up the motivation, we ask for your help, too. Thanks!

Donate on Bountysource

img

Before I release the clustering feature, I want to raise a funding of 1000$. I will donate some of the funded money to @limeuwe for donating the code and to my developer for the Android part.

Currently funded: 0 $

###Quick install

Plugin is finally available on npm
Before you install, make sure you've read the instructions

npm (current stable 1.3.4)

$> cordova plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="YOUR_ANDROID_API_KEY_IS_HERE" --variable API_KEY_FOR_IOS="YOUR_IOS_API_KEY_IS_HERE"

Github (current master, potentially unstable)

$> cordova plugin add https://github.com/phonegap-googlemaps-plugin/cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="YOUR_ANDROID_API_KEY_IS_HERE" --variable API_KEY_FOR_IOS="YOUR_IOS_API_KEY_IS_HERE"

###Last release information

v.1.3.4 - 15/10/2015

  • Updated Google Maps SDK for iOS to 1.10.4
  • Will fix some bugs on iOS 9

v.1.3.3

Added

  • added zIndex (iOS only, not available for Android)
  • 659
map.addMarker({
    zIndex: int
})
// and
marker.setZIndex()

Fixed

  • Status-Bar Shift-Down
  • 657
  • Temp Dom-not-updated fix
  • 658
  • Stabilized iOS loading
  • 623

Check out the release notes.

###Documentation


##Crosswalk If you want to use crosswalk (highly recommended), just follow this easy documentation. Install Plugin with Crosswalk

Join the official community

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

###Example You can see an example here. phonegap-googlemaps-plugin-v1.2.5.apk

$> adb install phonegap-googlemaps-plugin-v1.2.5.apk

image

About

Google Maps plugin for Cordova

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 36.5%
  • Java 29.3%
  • JavaScript 20.1%
  • HTML 13.8%
  • Other 0.3%