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 aTokenID
you can use to remove event listener callback viaevents.remove()
. - #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.