Skip to content

v0.4.0

Compare
Choose a tag to compare
@1ec5 1ec5 released this 03 Apr 12:08
· 312 commits to master since this release

Changes since 0.3.1:

  • Increased the minimum deployment target to iOS 8.0.
  • MBPlacemark’s properties are all optional/nullable, matching those of CLPlacemark in the iOS 9 SDK.
  • Implemented MBPlacemark properties for parity with CLPlacemark.
  • Added scope, genre, and imageName (Maki) properties to MBPlacemark to distinguish between different kinds of results.
  • Telephone numbers are now provided for many business placemarks. (#27)
  • Added support for limiting results to a country or set of countries. (#28)
  • Fixed an issue causing MBGeocoder to leak. (#28)