Skip to content

Map.getLicenseInfo()

Masashi Katsumata edited this page May 19, 2014 · 8 revisions

Return the license text of the Google Maps SDK.

###Description Returns the open source software license information for Google Maps Android API v2 and Google Maps SDK for iOS.

If you use this plugin in your application, you MUST include the license attribution text as part of a "Legal Notices" section in your application. Including legal notices as an independent menu item, or as part of an "About" menu item, is recommended. This is requirement by Google Maps Android API v2 and Google Maps SDK for iOS

###code

var button = document.getElementById("button");
button.addEventListener("click", function() {

  map.getLicenseInfo(function(txt) {
    var div = document.getElementById("licenseView");
    div.innerText = div;
  });

  
});

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