Skip to content

Releases: sebastianbaar/cordova-plugin-nativegeocoder

v3.1.1

27 Feb 12:54
Compare
Choose a tag to compare
  • Add 'defaultLocale' to options Object to set a default locale like 'fa-IR' or 'de_DE' (closes #26)
  • Refactoring

v3.0.0

06 Feb 13:45
Compare
Choose a tag to compare

3.0.0 (2018-02-06)

For making the API more robust for future changes and new features I changed the return type of both methods to an array and added an 'options' param.

** BREAKING CHANGES **

  • The result Object of nativegeocoder.reverseGeocode is an Array.
  • The result Object of nativegeocoder.forwardGeocode is an Array.

CHANGELOG

  • Add options param for both nativegeocoder.reverseGeocode and nativegeocoder.forwardGeocode for setting locale & max result objects

v2.0.5

24 Jan 20:12
Compare
Choose a tag to compare

Update dependency 'cordova-plugin-add-swift-support' to 1.7.1 (closes #24)

v2.0.4

13 Oct 05:05
Compare
Choose a tag to compare

Fix Swift compiler issue (closes #10)

v2.0.3

26 Sep 07:52
Compare
Choose a tag to compare

Add configuration variable to customize the iOS location plist entry (closes #13)

v2.0.0

26 Jul 08:38
Compare
Choose a tag to compare

** BREAKING CHANGES **

The result Object of nativegeocoder.reverseGeocode has changed:
https://developer.apple.com/documentation/corelocation/clplacemark
https://developer.android.com/reference/android/location/Address.html

  • countryCode
  • postalCode
  • administrativeArea
  • subAdministrativeArea
  • locality
  • subLocality
  • thoroughfare
  • subThoroughfare

CHANGELOG

  • Closes #6
  • Closes #7

v1.0.2

16 Apr 16:07
Compare
Choose a tag to compare
update to v1.0.2

v1.0.0

17 Nov 15:59
Compare
Choose a tag to compare
update package.json and plugin.xml