MapboxGeocoder.swift Versions Save

Address search and reverse geocoding in Swift or Objective-C on iOS, macOS, tvOS, and watchOS

v0.15.0

1 year ago

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

3 years ago

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

3 years ago

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

4 years ago

Changes since v0.11.0:

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

v0.11.0

5 years ago

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

5 years ago

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

5 years ago

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

5 years ago

Changes since v0.9.0:

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

v0.9.0

5 years ago

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

6 years ago

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