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.
###Example
You can see an example here. phonegap-googlemaps-plugin-v1.2.2.apk
$> adb install phonegap-googlemaps-plugin-v1.2.2.apk
Join the official community
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
Installation
Automatic Installation
Tutorials
Upgrade
Terms of Services
Map
Create a map
Create a map with initialize options
Change the map type
Move the camera
Move the camera within the specified duration time
Get the camera position
Get my location
Map Class Reference
Marker
Add a Marker
Show InfoWindow
Add a marker with multiple line
callback
Simple Icon
Scaled Icon
Text Styling
Base64 Encoded Icon
Remove the marker
Click a marker
Click an infoWindow
Create a marker draggable
Drag Events
Create a flat marker
Marker Class Reference
Circle
Add a circle
callback
Remove the circle
Circle Class Reference
Polyline
Add a polyline
callback
Remove the polyline
Polyline Class Reference
Polygon
Add a polygon
Click a polygon
callback
Remove the polygon
Polygon Class Reference
Tile Overlay
Add a tile overlay
TileOverlay Class Reference
Ground Overlay
Add a ground overlay
GroundOverlay Class Reference
Kml Overlay
Add a kml overlay
KmlOverlay Class Reference
LatLng
Create a LatLng object
LatLng Class Reference
LatLngBounds
Create a LatLngBounds object
LatLngBounds Class Reference
CameraPosition
CameraPosition Class Reference
Location
Geocoder
Geocoding
Reverse geocoding
Geocoder Class Reference
BaseClass
External Service
Launch the navigation application
##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.
/ $500