/phonegap-googlemaps-plugin

Primary LanguageObjective-CApache License 2.0Apache-2.0

phonegap-googlemaps-plugin

Notes: this is a fork of @Nipher version and @Nipher is a fork of @wf9a5m75

For rapid acesss you can add the following lines to your config.xml on "Phonegap Build"

<gap:plugin name="plugin.google.maps.menusito" version="1.2.5">
	<param name="API_KEY_FOR_ANDROID" value="abc" />
	<param name="API_KEY_FOR_IOS" value="123" />
</gap:plugin>

This version work well with cli-5.1.1

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