Skip to content

Latest commit

 

History

History
147 lines (126 loc) · 7.36 KB

README.md

File metadata and controls

147 lines (126 loc) · 7.36 KB

phonegap-googlemaps-plugin

This plugin helps you leverage Google Maps Android SDK v2 and Google Maps SDK for iOS with your JavaScript. Both PhoneGap and Apache Cordova are supported.

ScreenShot

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

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

image

Join the official community

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

###What's up?

v.1.2.7

  • Support for cordova-android 4.x (Cordova 5.x) -> many thanks to @wolf-s

v1.2.5

  • Add : The opacity and tileSize properties has been added to map.addTileOverlay()
  • Add : Add marker animations: DROP and BOUNCE
  • Add : Add INDOOR_BUILDING_FOCUSED & INDOOR_LEVEL_ACTIVATED events for indoor map events.
  • Add plugin.google.maps.geometry.encoding.decodePath() & plugin.google.maps.geometry.encoding.encodePath()
  • Update : v1.2.5 uses Google Play Services version 23.
  • Added settings for watchdogtimer / complete rewrite of remote marker downloads
  • The icon property of the map.addMarker() accepts file:// & cdvfile:// protocol, and also the absolute file path.
  • Loading KML files from file:// & cdvfile:// protocol.
  • And many bugs are fixed.

Check out the release notes.

###Documentation


##Do you want to use marker cluster?

Marker clustering is the technique for grouping some markers based on bounds. This reduces the marker on the map, and reduce the memory usage.

Bountysource / $500