Skip to content

Phenome/phonegap-googlemaps-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 35.8%
  • Java 29.5%
  • JavaScript 20.3%
  • HTML 14.0%
  • Other 0.4%