Releases: ketanchoyal/mapbox_search
Releases · ketanchoyal/mapbox_search
mapbox_search-4.0.0-beta.1
[4.0.0-beta.1]
Breaking Changes
- PlaceSearch and ReverseGeoCoding classes are now merged into one class called GeoCoding with two methods
getPlaces
andgetAddress
since both of them are using the same API.
New Features
- MapBox's new SearchBox API is added to the package.
- Overal code refactoring