Skip to content

Releases: googlemaps/google-maps-ios-utils

v3.1.4

13 May 17:57
Compare
Choose a tag to compare

3.1.4 (2020-05-13)

Bug Fixes

  • Make title and snippet mutable for GMUClusterItem. (#302) (7a820a1), closes #300

v3.1.3

13 May 01:42
Compare
Choose a tag to compare

3.1.3 (2020-05-13)

Bug Fixes

v3.1.2

12 May 20:57
Compare
Choose a tag to compare

3.1.2 (2020-05-12)

Bug Fixes

  • Publish: Update pbxproj file reference. (ff4ad3d)
  • Fixes broken info windows in clustered markers, and adds support to cluster GMSMarker (#299) (c0789a7)

v3.1.1

09 Apr 16:57
Compare
Choose a tag to compare

3.1.1 (2020-04-09)

Bug Fixes

v3.1.0

08 Apr 17:26
Compare
Choose a tag to compare

Features

  • Allowing cluster distance customization for GMUNonHierarchicalDistanceBasedAlgorithm (#291)

Bug Fixes

v3.0.2

05 Mar 20:02
55c1065
Compare
Choose a tag to compare

Features

  • Remove version from podspec dependency. (#277) (9798ff2)

v3.0.1

27 Feb 17:14
71171a2
Compare
Choose a tag to compare

Features

  • Expose markers in GMUDefaultClusterRenderer. (#271) (e9dac24)

Bug Fixes

  • Fix broken Swift sample. (b05b1f4)

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.