Skip to content

v2 beta

Masashi Katsumata edited this page Oct 4, 2016 · 20 revisions

Cordova GoogleMaps plugin for iOS and Android v2 (beta)

This is beta version of the Cordova GoogleMaps plugin version 2. The code won't change significantly, but it might be modified without announcing in advance

What news in version 2? [How to install the v2-beta?]

Migrate code from v1

See the Migrate from v1 to v2

Getter synchronizing

The plugin version 2 synchronizes the class properties automatically. It means you don't need to use callback anymore.

For example,

// version 1
marker.getPosition(function(position) {
  // to do something
});

// version 2
var position = marker.getPosition();

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