google_directions_api_nic 0.9.1 google_directions_api_nic: ^0.9.1 copied to clipboard
The Directions API is a service that calculates directions between locations. You can search for directions for several modes of transportation.
Changelog #
0.9.1 #
- Fixed misnaming of
duration_in_trafic
0.9.0 #
- Added null checks for
fromMap
constructors
0.8.0 #
- Fixed waypoint order parsing
- Added polyline parsing to
Step
0.7.0 #
- Fixed parsing of
instructions
(changed tohtml_instructions
) forStep
- Added language parameter to
DirectionsRequest
0.6.0 #
- Updated to NNBD
0.5.0 #
- Redesigned LatLng, LatLngBounds due to ambiguous class names when using google_maps_flutter or google_maps packages
0.4.0 #
- Removed flutter dependency
0.3.0 #
- Finished with request models
- Added LatLng, LatLngBounds to remove dependency on google_maps_flutter plugin
- Added overviewPath getter for decoded overviewPolyline in DirectionsRoute
0.2.0 #
- Redesigned class names of response DTO's
- Doc updates
0.1.0 #
- Implemented DirectionAPI responses
- Added required request fields (origin/desctination/travelMode)