Skip to content

Commit 7a9f89c

Browse files
committed
Update the README.md
1 parent c6338b5 commit 7a9f89c

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

README.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Both [PhoneGap](http://phonegap.com/) and [Apache Cordova](http://cordova.apache
88

99

1010
###Example
11-
You can see an example here. [phonegap-googlemaps-plugin-v1.2.2.apk](http://goo.gl/EJ67sm)
11+
You can see an example here. [phonegap-googlemaps-plugin-v1.2.5.apk](https://googledrive.com/host/0B1ECfqTCcLE8TXlUQUJXMmJpNGs/phonegap-googlemaps-plugin-v1.2.5.apk)
1212
```bash
13-
$> adb install phonegap-googlemaps-plugin-v1.2.2.apk
13+
$> adb install phonegap-googlemaps-plugin-v1.2.5.apk
1414
```
1515

16-
![image](https://googledrive.com/host/0B1ECfqTCcLE8ZVQ1djlWNThISEE/example-v1.2.0_v2.gif)
16+
![image](https://googledrive.com/host/0B1ECfqTCcLE8ZVQ1djlWNThISEE/example-v1.2.5.gif)
1717

1818
### Join the official community
1919
New versions will be announced through the official community. Stay tuned!
@@ -22,8 +22,16 @@ New versions will be announced through the official community. Stay tuned!
2222

2323
###What's up?
2424

25-
v1.2.4
26-
- Bug fixes
25+
v1.2.5
26+
- Add : The `opacity` and `tileSize` properties has been added to `map.addTileOverlay()`
27+
- Add : Add marker animations: `DROP` and `BOUNCE`
28+
- Add : Add INDOOR_BUILDING_FOCUSED & INDOOR_LEVEL_ACTIVATED events for indoor map events.
29+
- Add plugin.google.maps.geometry.encoding.decodePath() & plugin.google.maps.geometry.encoding.encodePath()
30+
- Update : v1.2.5 uses Google Play Services version 23.
31+
- Added settings for watchdogtimer / complete rewrite of remote marker downloads
32+
- The `icon` property of the `map.addMarker()` accepts `file://` & `cdvfile://` protocol, and also the absolute file path.
33+
- Loading KML files from `file://` & `cdvfile://` protocol.
34+
- And many bugs are fixed.
2735

2836
Check out the [release notes](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/Release-Notes).
2937

@@ -46,7 +54,7 @@ Check out the [release notes](https://github.com/wf9a5m75/phonegap-googlemaps-pl
4654
* [How to upgrade the Google Maps SDK for iOS to the latest version?](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/How-to-upgrade-the-Google-Maps-SDK-for-iOS-to-the-latest-version%3F)
4755
* [Terms of Services](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/Terms-of-Services)
4856
* [Map](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/Map)
49-
* ![img](https://raw.github.com/wf9a5m75/phonegap-googlemaps-plugin/Images/screencapture/animateCamera.gif)
57+
* ![img](https://raw.github.com/wf9a5m75/phonegap-googlemaps-plugin/Images/screencapture/animateCamera.gif)
5058
* Create a map
5159
* Create a map with initialize options
5260
* Change the map type
@@ -56,7 +64,7 @@ Check out the [release notes](https://github.com/wf9a5m75/phonegap-googlemaps-pl
5664
* Get my location
5765
* Map Class Reference
5866
* [Marker](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/Marker)
59-
* ![img](https://googledrive.com/host/0B1ECfqTCcLE8LUxUWmhsQmgxVVU/marker5.gif)
67+
* ![img](https://googledrive.com/host/0B1ECfqTCcLE8LUxUWmhsQmgxVVU/marker5.gif)
6068
* Add a Marker
6169
* Show InfoWindow
6270
* Add a marker with multiple line
@@ -114,14 +122,14 @@ Check out the [release notes](https://github.com/wf9a5m75/phonegap-googlemaps-pl
114122
* [Location](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/Location)
115123
* Location Class Reference
116124
* [Geocoder](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/Geocoder)
117-
* <img src="https://googledrive.com/host/0B1ECfqTCcLE8MU1CbUtNVUs3TEE/geocoding.gif" height="250">
125+
* <img src="https://googledrive.com/host/0B1ECfqTCcLE8MU1CbUtNVUs3TEE/geocoding.gif" height="250">
118126
* Geocoding
119127
* Reverse geocoding
120128
* Geocoder Class Reference
121129
* [BaseClass](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/BaseClass)
122130
* BaseClass Reference
123131
* [External Service](https://github.com/wf9a5m75/phonegap-googlemaps-plugin/wiki/External-Service)
124-
* <img src="https://googledrive.com/host/0B1ECfqTCcLE8MU1CbUtNVUs3TEE/direction.gif" height="250">
132+
* <img src="https://googledrive.com/host/0B1ECfqTCcLE8MU1CbUtNVUs3TEE/direction.gif" height="250">
125133
* Launch the navigation application
126134

127135

0 commit comments

Comments
 (0)