Skip to content

v0.5.1

Choose a tag to compare

@1ec5 1ec5 released this 06 Jun 22:14
· 234 commits to master since this release

Changes since v0.5.0:

  • When the request fails due to rate limiting, an invalid access token, or other invalid input, the completion handler’s error parameter contains an NSError object with an explanation of the reason for the failure and a recovery suggestion. (#49, #55)
  • Renamed RectangularRegion.containsCoordinate(_:) to contains(_:) to avoid a conflict with an obsolete method in Core Location. (#52)
  • Requests sent through this library now use a more specific user agent string, so you can more easily identify this library on your Statistics page in Mapbox Studio. (#50)
  • Added an experimental locale option that determines the display language of geocoder results. (#53)