Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Releases: NativeScript/nativescript-geolocation

v5.1.0

14 May 09:01
40532ff
Compare
Choose a tag to compare

v5.1.0 (2019, May 14)


Feature

  • Add support for androidX

v5.0.0

13 Mar 13:55
838a96b
Compare
Choose a tag to compare

v5.0.0 (2019, March, 13)


Feature

  • The plugin will use requestLocation API for devices using iOS 9.0+. In situation of poor or no GPS signal, but available Wi-Fi it will take 10 sec to return location. This change should improve accuracy on iOS when Accuracy.high is used.

v4.5.0

15 Feb 10:05
66aaabf
Compare
Choose a tag to compare

v4.5.0 (2019, February, 15)


Feature

  • Support for NativeScript 5.2

v4.4.2

04 Feb 15:11
e942229
Compare
Choose a tag to compare

v4.4.1

30 Jan 07:12
b52682b
Compare
Choose a tag to compare

v4.4.1 (2019, January, 30)


Fix:

v4.4.0

24 Jan 09:53
2992b2e
Compare
Choose a tag to compare

4.4.0 (2019, January, 24)


Feature:

v4.3.1

03 Oct 07:28
d030d63
Compare
Choose a tag to compare

4.3.1 (2018, Oct, 2)


Fix:

v4.3.0

26 Jul 14:19
bcf3963
Compare
Choose a tag to compare

4.3.0 (2018, July, 26)


Feature:

v4.2.4

15 Mar 14:23
Compare
Choose a tag to compare

Fixes:

  • Android: Location was not available when in Airplane mode - fixed issue #108 - by @manojdcoder
  • Android: When exception was thrown the error info was not detailed enough

v4.2.3 hotfix release

23 Jan 12:21
7f3570f
Compare
Choose a tag to compare

Fixes:

  • iOS: did not request permissions when calling getCurrentLocation, while Android does
  • Android: handle only exceptions of the proper type on enable location