Releases: mapbox/MapboxGeocoder.swift
Releases · mapbox/MapboxGeocoder.swift
v0.15.0
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
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.11.0
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
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
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
Changes since v0.9.0:
- We now expose the relevance of a geocode result through
MBPlacemark.relevance
. (#157)
- Various minor improvements.
v0.9.0
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
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