Dammyololade / flutter_polyline_points

A flutter plugin that's decodes encoded google poly line string into list of geo-coordinates suitable for showing route/polyline on maps
MIT License
105 stars 130 forks source link

Add support for transitOptions #79

Closed dtkdt100 closed 1 year ago

dtkdt100 commented 1 year ago

As menthioned here: https://developers.google.com/maps/documentation/javascript/directions#TransitOptions

need to add an option to add these options to a request

Dammyololade commented 1 year ago

This is now available on version 2 here

dtkdt100 commented 1 year ago

Thanks!