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.
###Example You can see an example here. phonegap-googlemaps-plugin-v1.2.5.apk
$> adb install phonegap-googlemaps-plugin-v1.2.5.apk
New versions will be announced through the official community. Stay tuned!
###What's up?
v1.2.5
- Add : The
opacity
andtileSize
properties has been added tomap.addTileOverlay()
- Add : Add marker animations:
DROP
andBOUNCE
- 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 themap.addMarker()
acceptsfile://
&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
-
Introduction
-
- Automatic Installation
- Tutorials
- Upgrade
-
- Create a LatLng object
- LatLng Class Reference
-
- Create a LatLngBounds object
- LatLngBounds Class Reference
-
- CameraPosition Class Reference
-
- Location Class Reference
-
- BaseClass Reference
##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.