- Updated dependencies (thanks to @svoza10)
- Fixed issue #9 (thanks to @SamadiPour)
- Fixed issue #12 (thanks to @SamadiPour)
- Fixed issue #16 (thanks to @SamadiPour)
- Fixed misnaming of
duration_in_trafic
- Added null checks for
fromMap
constructors
- Fixed waypoint order parsing
- Added polyline parsing to
Step
- Fixed parsing of
instructions
(changed tohtml_instructions
) forStep
- Added language parameter to
DirectionsRequest
- Updated to NNBD
- Redesigned LatLng, LatLngBounds due to ambiguous class names when using google_maps_flutter or google_maps packages
- Removed flutter dependency
- Finished with request models
- Added LatLng, LatLngBounds to remove dependency on google_maps_flutter plugin
- Added overviewPath getter for decoded overviewPolyline in DirectionsRoute
- Redesigned class names of response DTO's
- Doc updates
- Implemented DirectionAPI responses
- Added required request fields (origin/desctination/travelMode)