Skip to content

Releases: sebastianbaar/cordova-plugin-nativegeocoder

v3.5.1

07 Mar 12:12
Compare
Choose a tag to compare

v3.5.0

17 Jan 16:18
Compare
Choose a tag to compare
  • remove cordova-plugin-add-swift-support
  • (iOS) request location authorization if not set using CLLocationManager's requestWhenInUseAuthorization function
  • (Android) add addressLines for android Docs

v3.4.0

30 Mar 08:06
Compare
Choose a tag to compare
  • remove IntentService and use cordova.getThreadPool()

v3.3.1

27 Mar 13:52
Compare
Choose a tag to compare

v3.3.0

27 Mar 13:51
308cd92
Compare
Choose a tag to compare
  • merge PR #54 "move Geocoding in an IntentService to not block the main thread" (closes #47, thank you @DavidWiesner)

** BREAKING CHANGES **

v3.2.2

14 Apr 07:24
Compare
Choose a tag to compare
  • update cordova-plugin-add-swift-support to 2.0.2 (closes #45, thank you @DavidWiesner)
  • fix Android error logging (closes #44)

v3.2.1

13 Mar 07:30
Compare
Choose a tag to compare
  • iOS: fix Optionals for latitude and longitude in reverse geocoding

v3.2.0

10 Mar 12:37
Compare
Choose a tag to compare
  • result array returns the same information for forward and reverse geocoding (closes #35)
  • result array return points of interest string array for iOS and Android (closes #38)
    • results[0].areasOfInterest = ["Brandenburger Tor"]
  • update dependency 'cordova-plugin-add-swift-support' to 1.7.2

** BREAKING CHANGES **

  • replace NativeGeocoderForwardResult with NativeGeocoderResult
  • replace NativeGeocoderReverseResult with NativeGeocoderResult

v3.1.3

12 Nov 11:01
Compare
Choose a tag to compare

Android: return empty String if Address property is null (closes #34)

v3.1.2

10 Jul 09:04
Compare
Choose a tag to compare
  • Better handle 'grpc failed' error on Android (#21)
    • add "No Internet Access" error if grpc failed because of no Internet connection
    • add "android.permission.ACCESS_NETWORK_STATE" permission
  • update README