google_maps_helper 2.2.0
google_maps_helper: ^2.2.0 copied to clipboard
A flutter package that extends google_maps_flutter with essential functionalities, including autocomplete textfield for places search, polylines drawing, geocoding, and reverse geocoding.
2.2.0 #
- Using Auto-complete API instead of text search API for address search
2.1.2 #
- Search improvements
2.1.1 #
- Updated dart version ^3.4.0
2.1.0 #
- Returning stream in search method to reduce loading time
2.0.1 #
- Bug fix
2.0.0 #
- Using Places API New for search
- Added access to use search function
1.1.2 #
- Minor fixes
1.1.1 #
- Fixed project structure
1.1.0 #
- [GEOCODING] Get geocode from an address
- [REVERSE GEOCODING] Get address from geocode
- Added polyline param to optimize waypoints
1.0.0 #
- Auto-complete place search field & polyline drawing