Skip to content

Releases: mapbox/MapboxGeocoder.swift

v0.4.1

06 Apr 14:17
Compare
Choose a tag to compare

Changes since v0.4.0:

  • Added an optional parameter to MBGeocoder.geocodeAddressString(_:nearLocation:inCountries:completionHandler:) to limit results to certain scopes. (#31)
  • Fixed an issue preventing the completion handler from ever being executed if the query string passed into MBGeocoder.geocodeAddressString(_:nearLocation:inCountries:completionHandler:) contains spaces or other characters that must be URL escaped. (#32)

v0.4.0

03 Apr 12:08
Compare
Choose a tag to compare

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)

0.2.2

08 Oct 02:04
Compare
Choose a tag to compare
fix mysteriously missing semicolons from 611a1da

0.2.1

08 Oct 01:33
Compare
Choose a tag to compare
fix up optional use