Skip to content

Releases: mapbox/MapboxGeocoder.swift

v0.15.0

16 Sep 19:54
10c4978
Compare
Choose a tag to compare

Changes since v0.14.0:

  • Minimum deployment targets are now set to iOS 12.0, macOS 10.14, tvOS 12.0 and watchOS 5.0 (#56). (#220)

v0.14.0

08 Mar 20:44
91fb908
Compare
Choose a tag to compare

Changes since v0.13.0:

  • MBXAccessToken is now used as default access token, in case if it's not found in Info.plist MGLMapboxAccessToken will be used. (#212)

v0.13.0

18 Dec 23:29
Compare
Choose a tag to compare

Changes since v0.12.0:

  • You can now use Swift Package Manager to install this library. (#209)
  • Increased the minimum deployment targets to iOS 10.0, macOS 10.12.0, tvOS 10.0, and watchOS 3.0. (#209)

v0.12.0

18 Dec 20:15
Compare
Choose a tag to compare

Changes since v0.11.0:

  • Added the Placemark(identifier:name:) initializer. (#202)
  • Migrated to Swift 5. (#193)

v0.11.0

02 May 16:37
Compare
Choose a tag to compare

Changes since v0.10.2:

  • Fixed an issue where the completion handler of Geocoder.geocode(_:completionHandler:) could potentially be called on a background thread if an error occurred. (#184)
  • Added the Placemark.precision property, which gives a general indication of the Placemark.location’s potential offset. (#185)
  • Precision.intersection placemarks now contains the names of both intersecting streets. (#185)

v0.10.2

09 Feb 02:10
Compare
Choose a tag to compare

Changes since v0.10.1:

  • Fixed an issue where the completion handler of Geocoder.geocode(_:completionHandler:) was never called when the request failed due to a network connection issue. (#175)
  • Fixed an issue where Placemark.wikidataItemIdentifier was set to nil even when the Mapbox Geocoding API response contained a Wikidata item identifier. (#177)

v0.10.1

21 Nov 23:47
Compare
Choose a tag to compare

Changes since v0.10.0:

  • Added support for watchOS on the fourth-generation Apple Watch. (#161)
  • Improved hashing of various classes. (#164)

v0.10.0

06 Sep 20:56
3fcfd49
Compare
Choose a tag to compare

Changes since v0.9.0:

  • We now expose the relevance of a geocode result through MBPlacemark.relevance. (#157)
  • Various minor improvements.

v0.9.0

13 Jul 18:50
Compare
Choose a tag to compare

Changes since v0.8.1:

  • Added the GeocodeOptions.includesRoutableLocations property for including placemark coordinates suitable for use with the Mapbox Navigation SDK for iOS and MapboxDirections.swift. (#145)
  • Fixed a crash when batch geocoding a single query. (#148)

v0.8.1

28 Mar 18:43
92eef7d
Compare
Choose a tag to compare

Changes since v0.8.0:

  • Fixed an issue with house number in GeocodedPlacemark. #133, #134
  • Exposes batch geocoding to Objective-C. #139
  • Fixed a crash when excess whitespace was found when parsing wikidata. #141