Skip to content

Releases: malcommac/SwiftLocation

SwiftLocation 4.0.0 (Swift 5.x+)

12 May 08:53
Compare
Choose a tag to compare

This is a major update which brings a new updated core and Swift 5 compatibility.

SwiftLocation 3.2.3 - (Swift 4.x)

12 May 08:56
Compare
Choose a tag to compare

SwiftLocation 3.2.0

16 Mar 19:40
Compare
Choose a tag to compare

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().
  • #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.

SwiftLocation 3.0.1 beta - Swift 4

29 Oct 09:42
Compare
Choose a tag to compare

This is a complete rewrite of SwiftLocation.

API names and features are changed since 2.x branch.
See the documentation in README for more informations.

SwiftLocation 2.0.7

08 May 13:58
Compare
Choose a tag to compare
  • Fixes several issues with timeout handler on continuous and oneshot tracking
  • Added cancelOnError option in LocationTracker class

SwiftLocation 2.0.1

08 May 13:59
Compare
Choose a tag to compare

Major rewrite and refactoring.

SwiftLocation 1.2.0

20 Feb 08:57
Compare
Choose a tag to compare

Temporary removed Bluetooth support.
Use 1.1.1 to use it.

1.1.1

30 Nov 20:49
Compare
Choose a tag to compare
  • #89 Fixed a runtime exception with reserve geocoding functions
  • #92 Fixed wrong documentation about stop() and cancel() func of Request
  • #91 Updated for Swift 3.1

SwiftLocation for Swift 3.0

15 Sep 16:13
Compare
Choose a tag to compare

1.0.10: Merge pull request #80 from adellibovi/master

14 Sep 18:30
Compare
Choose a tag to compare