- Add
precision
prop to allow one to choose between the ”Steps Polyline” and “Overview Polyline”
- Fix bug where duration was wrongfully calculated when using waypoints
- Fix bug where not all legs of a route were drawn
- Fall back to standard duration in case “duration with traffic” is not given
- Use “Steps polyline”, instead of “Overview polyline” (regression fix)
- Update dependencies
- Add
optimizeWaypoints
prop to allow use of waypoints optimization. - Add
region
prop. - Return “Duration with traffic” as
duration
- Return
fare
inonReady
- Add
directionsServiceBaseUrl
prop to allow customisation of service to use.
- Add support for
resetOnChange
prop to prevent glitches whenn recalculating (#21) - Add
onStart
callback prop to know when routing starts
- Fix a bug where new origin/destination objects (with same values) trigger an endless loop (#13)
- Add support for waypoints (#10)
- Fix “Unmouting while a fetch is still in progress yields a warning” #5
- Add
language
andmode
props
- Add
onReady
andonError
events/callbacks
- initial release