Skip to content

Releases: Rightpoint/BentoMap

Demo Improvements

15 Feb 15:12

Choose a tag to compare

  • The sample project now includes custom annotations and animated addition / removal
  • Dropped minimum supported iOS version to 8.0

Minor Tuning

10 Jan 03:01

Choose a tag to compare

Fixed

  • Errata in Readme
  • Reduced cluster jitter by rounding the lookup to match bucket size (Fixes #25)
  • Updated code to pass latest Swiftlint

Bugfix

28 Nov 14:43

Choose a tag to compare

Fixes

  • #16, according to which the calculation for the MKMapRect displayed when focusing on a group of pins did not contain every pin in the group (reported by @Alex293)
  • #19 Improved the readme file to help new users get started (reported by @lfarah)

Adding Flexibility

18 Nov 23:04

Choose a tag to compare

Breaking Changes

New Features

  • QuadTress are now generic so the library can be used for data aside from MKMapPoint objects - @mattThousand

Convenience += 1

01 Aug 16:42

Choose a tag to compare

QuadTree now initializes with the world MapRect by default.
Added conveniences for computing bounding boxes
Made struct properties mutable so they can be changed if needed

Initial Release

07 Jul 18:00

Choose a tag to compare

Initial release, includes a working library, tests, and a rudimentary example project.