Releases: sebastianbaar/cordova-plugin-nativegeocoder
Releases · sebastianbaar/cordova-plugin-nativegeocoder
v3.5.1
v3.5.0
v3.4.0
- remove
IntentService
and usecordova.getThreadPool()
v3.3.1
v3.3.0
- merge PR #54 "move Geocoding in an IntentService to not block the main thread" (closes #47, thank you @DavidWiesner)
** BREAKING CHANGES **
- remove dependency Swift support plugin; min Cordova iOS Version is now >5.0.0
v3.2.2
- update cordova-plugin-add-swift-support to 2.0.2 (closes #45, thank you @DavidWiesner)
- fix Android error logging (closes #44)
v3.2.1
- iOS: fix Optionals for latitude and longitude in reverse geocoding
v3.2.0
- 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