google_maps_apis 4.0.0
google_maps_apis: ^4.0.0 copied to clipboard
Google Maps Web Services [API](https://developers.google.cn/maps/web-services)
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.
4.0.0 #
Added #
- Added support for custom interceptors, headers and cancelToken on
PlacesAPINew. Thanks itsarvinddev for PR-4,
Changed #
- Sdk constraint updated to:
sdk: '>=3.8.0 <4.0.0' - Updated dependencies to latest versions.
3.0.0 #
Changed #
- [BREAKING] Changed
PlacesAPINewpropertyHttpClient? httpClienttoHttpClientAdapter? httpClientAdapterto allow more control over http client customization.
2.0.0 #
Added #
- Added support for Places API (New). Note: using legacy Places API remains the same, no breaking changes.
1.1.0 #
Changed #
- Changed the query params encoding. Now it uses the
Uri.encodeFullto encode the query params.
1.0.0+1 #
Added #
- Added missing fields to
PlaceDetails.
Changed #
GoogleResponseStatusupdated withResponseStatusenum according to a pending TODO. (this is a breaking change with respect to google_maps_webservice)- Enum Json serialization updated to avoid unnecessary boilerplate code.
- Changed several required fields as optional. (this is a breaking change with respect to google_maps_webservice)
Fixed #
TravelModequery param bug fixed on directions api request. (Google requires themodequery param to be lower case but then when parsingtravel_modefrom json response it should be treated as upper case)