Releases: googlemaps/google-maps-ios-utils
Releases · googlemaps/google-maps-ios-utils
v3.0.0
BREAKING CHANGES
Bug Fixes
- GoogleMapsUtils: compatibility with CocoaPods and
use_frameworks!
(#261) (a33e821) ✨ - Fix for wrong icons when using multiple Cluster Managers. Fixes #158
- If cluster is expanded and an item is visible, show cluster. Fixes #150 (9e20f39bb94675b22d1913d843a8ae57c4b59354)
- Fix no animation when kGMSMaxClusterZoom is reached. Fixes #131(25826831dabdbdb1b0887fda3aea91a0d8872929)
- Fix typo in Heatmap/GMUGradient.h import of UIKit header (#175)
- Add Heatmap .m files into the GoogleMapsUtils target. (341e508)
- Crash when tapping on cluster. Fixes #250. (#255) (d0ad212)
- fix unit-tests (ff07b98)
- increase stale bot window (b8152e5)
- resolve all Xcode 10 warnings (7d1a6e8)
- typo in documentation (#233) (9e79caf)
Features
2.1.0 - Heatmap Rendering
Features:
- Added Heatmaps rendering.
- Added a constructor for setting custom background colors of cluster icons.
Resolved Issues:
- Forwarded mapView:didTapPOIWithPlaceID:name:location to underlying mapDelegate.
- Fixed a minor Swift compatibility issue.
2.0.0 - KML and GeoJSON rendering
Features:
- KML and GeoJSON rendering.
- Changed GMUClusterManagerDelegate's methods to return a BOOL to indicate
whether the event should pass through to other handlers. This will give
applications the ability to allow the default info window to be shown
when tapping on a marker. Please note this is a breaking change so existing
code needs to be updated.
1.1.2 - Fixed include paths to work with cocoapods
1.1.1 - Added missing CHANGELOG
Missing CHANGELOG for the 1.1.0 release with easy marker customization feature.
1.1.0 - Marker customization
Added features for easy customization of markers.
For more details see https://github.com/googlemaps/google-maps-ios-utils/blob/master/CustomMarkers.md
1.0.1 - Workaround cocoapods issue with GoogleMaps 2.0.0
1.0.0 - Initial release
v1.0.0 Added dependency on GoogleMaps to podspec and prepend v to tag