cordova-plugin-googlemaps-master
v1.3.9
Published
Google Maps native SDK for Android and iOS
Downloads
8
Maintainers
Readme
Cordova GoogleMaps plugin for iOS and Android
This plugin is a thin wrapper for Google Maps Android SDK v2 and Google Maps SDK for iOS. Both PhoneGap and Apache Cordova are supported.
###Chat Join our online chat at
###Donation Please consider to make a small donation. We spent many hours to make this a great plugin, we even pay other developers to contribute new functions. In order to keep up the motivation, we ask for your help, too. Thanks!
Before I release the clustering feature, I want to raise a funding of 1000$. I will donate some of the funded money to @limeuwe for donating the code and to my developer for the Android part.
Currently funded: 50 $
###Quick install
Plugin is finally available on npm Before you install, make sure you've read the instructions
npm (current stable 1.3.7)
$> cordova plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="YOUR_ANDROID_API_KEY_IS_HERE" --variable API_KEY_FOR_IOS="YOUR_IOS_API_KEY_IS_HERE"
Github (current master, potentially unstable)
$> cordova plugin add https://github.com/phonegap-googlemaps-plugin/cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="YOUR_ANDROID_API_KEY_IS_HERE" --variable API_KEY_FOR_IOS="YOUR_IOS_API_KEY_IS_HERE"
If you re-install the plugin, please always remove the plugin first, then remove the SDK
$> cordova plugin rm plugin.google.maps
$> cordova plugin rm com.googlemaps.ios
$> cordova plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="YOUR_ANDROID_API_KEY_IS_HERE" --variable API_KEY_FOR_IOS="YOUR_IOS_API_KEY_IS_HERE"
The SDK-Plugin won't be uninstalled automatically and you will stuck on an old version.
###Last release information
v.1.3.6 - 07/12/2015
- Fixed some small bugs
- Updated Google Maps SDK for iOS to 1.11.0
- Will fix some bugs on iOS 9
- with BITCODE support
- fixed blank map problems
v.1.3.4 - 10/15/2015
- Updated Google Maps SDK for iOS to 1.10.4
- Will fix some bugs on iOS 9
v.1.3.3
Added
- added zIndex (iOS only, not available for Android)
- 659
map.addMarker({
zIndex: int
})
// and
marker.setZIndex()
Fixed
Check out the release notes.
###Documentation
Introduction
- Difference between JavaScript APIs (web) and the mobile SDKs (native)
- Why should I use this plugin?
- Java Objective C or JavaScript. Which one do you like?
- Automatic Installation
- Tutorials
- Upgrade
- Just re-install this plugin
- 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
##Crosswalk If you want to use crosswalk (highly recommended), just follow this easy documentation. Install Plugin with Crosswalk
Join the official community
New versions will be announced through the official community. Stay tuned!
###Example You can see an example here. phonegap-googlemaps-plugin-v1.2.5.apk
$> adb install phonegap-googlemaps-plugin-v1.2.5.apk