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.2.apk
$> adb install phonegap-googlemaps-plugin-v1.2.2.apk
New versions will be announced through the official community. Stay tuned!
###What's up?
v1.2.2
- Many critical bugs are fixed. Please update this plugin in your app.
- Add:
map.panBy()
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.