You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
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)