SwiftLocation v3.2.0 Release Notes

Release Date: 2018-03-16 // about 6 years ago
  • ๐Ÿ”– Version 3.2.0 - Download

    ๐Ÿš€ Released on: March 16, 2018

    • #197 Added neighborhood and formatted address key in Place entity.
    • ๐Ÿ›  #181 Fixed an issue with WhenInUse authorization under iOS 11 which may cause crashes.
    • ๐Ÿšš #180 events.listen() function now returns a TokenID you can use to remove event listener callback via events.remove().
    • 0๏ธโƒฃ #186 Added language support to Google Places APIs requests (default is english).
    • ๐Ÿšš #187 Fixed a memory issue with geocoding requests (if you don't keep it alive by assigning the request to a strong var you will not receive responses because the request itself are destroyed immediately). Since this version all requests are keeped strongly by the library itself (you don't need to store them manually anymore and they are removed automatically once finished and events are dispatched). Requests interaction (add/remove of a request) is a thread-safe operation.
    • ๐Ÿ‘ #189 Added support for HTTPS on freeIP service.