cordova-plugin-googlemaps-oldversion2
v1.2.4
Published
Google Maps native SDK for Android and iOS
Downloads
6
Maintainers
Readme
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.4
- Bug fixes
Check out the release notes.
###Documentation
Introduction
- How different are the JavaScript APIs (web) and the mobile SDKs (native)
- Why use this plugin?
- Java Objective C or JavaScript. Which one do you like?
- 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
- 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
- Add a circle
- callback
- Remove the circle
- Circle Class Reference
- Add a polyline
- callback
- Remove the polyline
- Polyline Class Reference
- Add a polygon
- Click a polygon
- callback
- Remove the polygon
- Polygon Class Reference
- Add a tile overlay
- TileOverlay Class Reference
- Add a ground overlay
- GroundOverlay Class Reference
- Add a kml overlay
- KmlOverlay Class Reference
- Create a LatLng object
- LatLng Class Reference
- Create a LatLngBounds object
- LatLngBounds Class Reference
- CameraPosition Class Reference
- Location Class Reference
- Geocoding
- Reverse geocoding
- Geocoder Class Reference
- BaseClass Reference
- 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.