Skip to content

Releases: ketanchoyal/mapbox_search

mapbox_search-4.0.0-beta.1

26 Apr 14:58
11980f1
Compare
Choose a tag to compare
Pre-release

[4.0.0-beta.1]

Breaking Changes

  • PlaceSearch and ReverseGeoCoding classes are now merged into one class called GeoCoding with two methods getPlaces and getAddress since both of them are using the same API.

New Features

  • MapBox's new SearchBox API is added to the package.
  • Overal code refactoring