- Fix
dayTimeToDateTime
(#113) - Make
PlaceDetails.utcOffset
nullable
- Make PlaceSearchResult.id nullable
- Make Review.language nullable
- Make StructuredFormatting.secondaryText nullable
- Make PlaceDetails.adrAddress nullable
- Bug fix on Details by Place ID,
- Bug fix on
Prediction
which is now fully nullable
- Support null safety
- added optional region param to buildTextSearchUrl - @ahmedNY
- Add to allow custom headers for calling google apis - @zeshuaro
- Support
Static Map API
, thanks to @LBreitembach - fix(autocomplete): add origin parameter to autocomplete queries, thanks to @safarmer
- Add 'region' parameter to 'getDetailsByPlaceId'
- Fix type mismatch on PlacesDetailsResponse.fromJson(json)
- Fix alternatives params
- Handle 'now' string for departure_time
- fix GeocodedWaypoint.partialMatch type (now a boolean)
- Support Timezone API, thanks to @aryzhov
- Support
fields
andregion
for place details
- Support Photos API, thanks to @domesticmouse
- Add Distance Matrix API, thanks to @1abid
- fix session token
- add pagetoken for searchNearby
- introduced configurable base url
- changed apiKey to an optional named parameter
- added session token parameter for autocomplete search
- fix partial match type in geocoding
- fix 'Int' is not double
- fix opening hours
- update dart sdk
- bug fix
- support Dart 2
- parse Geometry field in place details response
- Directions API
- Geocoding API
- Places API