Releases: sebastianbaar/cordova-plugin-nativegeocoder
Releases · sebastianbaar/cordova-plugin-nativegeocoder
v3.1.1
v3.0.0
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
v2.0.4
v2.0.3
v2.0.0
** 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
v1.0.2
update to v1.0.2
v1.0.0
update package.json and plugin.xml