Skip to content

Releases: googlemaps/google-maps-ios-utils

v3.0.0

28 Jan 19:34
968e5e5
Compare
Choose a tag to compare

BREAKING CHANGES

  • update GMUFeature interface to conform to spec #rfc7946 (4a562be), closes #229

Bug Fixes

Features

  • Make heat-map zoom intensities customizable (#186)
  • Adds support for StyleMap (#202)
  • cluster: expose private cluster configuration to public API, resolve Xcode 10 warnings (#220)
  • cluster: expose cluster-config properties (4c50c88)
  • Update Swift demo to use Swift 4.2 (#256) (2f4fd4a)

2.1.0 - Heatmap Rendering

22 Sep 01:28
Compare
Choose a tag to compare

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

15 May 00:10
Compare
Choose a tag to compare

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

05 Oct 01:23
Compare
Choose a tag to compare

1.1.1 - Added missing CHANGELOG

03 Oct 23:43
Compare
Choose a tag to compare

Missing CHANGELOG for the 1.1.0 release with easy marker customization feature.

1.1.0 - Marker customization

03 Oct 23:07
Compare
Choose a tag to compare

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

27 Jul 04:14
Compare
Choose a tag to compare

1.0.0 - Initial release

19 Jul 00:22
Compare
Choose a tag to compare
v1.0.0

Added dependency on GoogleMaps to podspec and prepend v to tag