Skip to content

v3.0.0

Compare
Choose a tag to compare
@sebastianbaar sebastianbaar released this 06 Feb 13:45
· 28 commits to master since this release

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