v0.5.1
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
errorparameter contains an NSError object with an explanation of the reason for the failure and a recovery suggestion. (#49, #55) - Renamed
RectangularRegion.containsCoordinate(_:)tocontains(_:)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
localeoption that determines the display language of geocoder results. (#53)