Skip to content

Release Notes

wf9a5m75 edited this page Oct 29, 2014 · 54 revisions

I will update this change log with each new release of the phonegap-googlemaps-plugin. The change log will list releases by date and will include any new features and bug fixes.

Version 1.2.3 - Oct 2014

https://github.com/wf9a5m75/phonegap-googlemaps-plugin/issues?q=milestone%3Av1.2.3+is%3Aclosed

Version 1.2.2 - Oct 2014

https://github.com/wf9a5m75/phonegap-googlemaps-plugin/issues?q=milestone%3Av1.2.2

Version 1.2.1 - Sep 2014

  • Add : map.setDebuggable() to confirm the touchable regions
  • Bug fix: touchable regions are wrong.

Version 1.2.0 - Sep 2014

Version 1.1.5 - Aug 2014

  • Add #169: Add map.remove() method to destroy the map completely.
  • Bug fix #175: ios - No network crash

Version 1.1.4 - Aug 2014

  • Add #113: Error Handler for GPS "Cannot Detect Location" error
  • Add #123: Add in ability to click on polygons #123
  • Add #124: Add in ability to click on polygons, circles and ground overlays
  • Bug fix #133: Map.clear() does not remove the event listener
  • Improve #135: Revert style of new info window to old style (with image)
  • Bug fix #136: getMyLocation does not wait for GPS permission dialog on iOS
  • Improve #151: Show marker after loading icon image
  • Bug fix #152: The size property does not match Android and iOS
  • Bug fix #153: marker locates when map.addMarker({ visible: false })
  • Add #156: Plugin version check

Version 1.1.3 - Jul 2014

Version 1.1.2 - Jun 2014

  • Add #94: zoom property for the Map.setOptions, and add Map.setAllGesturesEnabled(boolean)
  • Bug fix #95: iOS7 unsigned long type conversion fix
  • Bug fix #102: polyline.setPoints() causes line to disappear

Version 1.1.1 - May 2014 (bug fix)

  • Bug fix #78: MY_LOCATION_BUTTON_CLICK does not fire on iOS
  • Bug fix #82: Marker click not triggered on iOS
  • Bug fix #85: Info box snippets lose line-feed characters on Android
  • Bug fix #87: Markers on Android without infoWindow contents still display an infoWindow on Android
  • Bug fix #89: Marker click not triggered
  • Bug fix #90: Android plugin, Circle.setVisible not implemented
  • Bug fix #91: Android plugin, Circle.setRadius doesn't seem to work
  • Bug fix #92: Some methods are not defined
  • Bug fix #93: Marker icons on Base64 does not apply the size property (iOS)

Version 1.1.0 - May 2014

  • Add #48: Map idle event? (Only for iOS)
  • Bug fix #51: "map is null" - Cordova 3.4.1
  • Add #52: Map is not hidden when the DOM element is destroyed
  • Add #53: disableTilt, disableScroll and disableZoom methods?
  • Add #55: Setting marker icon 'anchor'
  • Add #59: Extend LatLngBounds and map.fitBounds()
  • Bug fix #61: NSInvalidArgumentException in Geocoder.m
  • Bug fix #64: com.google.android.gms.R$string
  • Bug fix #66: map.geocode() callback fail
  • Bug fix #67: Problem with installing plugin
  • Bug fix #68: Different behaviors of Marker.setAnchor on Android and iOS
  • Bug fix #69: Marker.setAnchor() is broken on Android
  • Bug fix #70: (Android) Can't parcel a recycled bitmap
  • Add LatLngBounds class.
  • Change Marker: The anchor property is now infoWindowAnchor.
  • Add Marker: The setInfoWindowAnchor, setIconAnchor methods.
  • Add Map: The isAvailable method
  • Bug fix: some internal errors.

Version 1.0.11 - May 2014

  • Bug fix #45: MARKER_CLICK event not firing (urgent)

Version 1.0.10 - May 2014

  • Change: map.getVisibleRegion() passes LatLngBounds to the callback.
  • Bug fix #36: iOS 6 Closebar not fully visible
  • Bug fix #44: bounds.contains(latLng) is missing.

Version 1.0.9 - May 2014

Version 1.0.8 - May 2014

  • Aim to bug fix #29: IOS installation build error: 'GoogleMaps/GoogleMaps.h' file not found

Version 1.0.7 - May 2014

Version 1.0.6 - April 2014

  • Bug fix #17: Can not remove polygon
  • Change: Geocoder of reverse geocoding in iOS uses Google's one.
  • Add: map.kmlOverlay()

Version 1.0.5 - April 2014

  • Bug fix #15: RemoveListener does not work correctly.

Version 1.0.4 - April 2014

  • Add: #11 Map_CLOSE event will be fired when the map is closed.
  • Change: Google Maps SDK for iOS version 1.7.2 will be installed automatically. You don't need to download Google Maps SDK for iOS manually anymore.

Version 1.0.3 - April 2014

  • Bug fix #8: Unable to add other Cordova plugin
  • Bug fix #6: iOS - Compilation error for /platforms/ios/HelloMap/Plugins/plugin.google.maps/GoogleMaps.m
  • Bug fix #5: Back button on Android closes the whole app after map init
  • Bug fix #4: Don't install in android
  • Bug fix #3: (Android)Progress bar is not shown before the license dialog is show
  • Change: The map dialog now is displayed as full screen.
  • Bug fix: small bugs

Version 1.0.2 - January 2014

  • Add feature: addEventListenerOnce() and once() methods for event listening only one time.
  • Add feature: The icon and title options accept Base64 encoded image data.
  • Change: animateCamera() does not use the second argument for duration. Instead of that, you need to specify the value with duration option.
  • Adjust the dialog design
  • Bug fix: The snippet option of addMarker() method does not work when the title option has multiple lines.
  • Bug fix: Image size is incorrect in Android.
  • Bug fix: removeEventListener() and off() methods does not work.
  • Bug fix: The snippet string is too big on Nexus 5.

Version 1.0.1 - January 2014

  • The icon property of the addMarker() method accepts both the URL as String and the URL with size property as JSON.
  • The title property of the addMarker() method accepts multiple lines.

Join the official community

New versions will be announced through the official community. Stay tune!

Do you have a question or feature request?

Feel free to ask me on the issues tracker.

Or on the official community is also welcome!


New version 2.0-beta2 is available.

The cordova-googlemaps-plugin v2.0 has more faster, more features.

https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/tree/master/v2.0.0/README.md

Clone this wiki locally