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

Added distance and duration #13

Closed jtpdev closed 4 years ago

jtpdev commented 4 years ago

Adding distance and duration to the result may be a good thing.

For me, for example, saves me from making another request to get extra data.

BinniZenobioCordovaLeandro commented 1 year ago

Hey, that's true, y need this same feature to show more information to my users. and not make another request with the same result ;)

BinniZenobioCordovaLeandro commented 1 year ago

closed, and related to PR #65 Opened https://github.com/Dammyololade/flutter_polyline_points/pull/65#issuecomment-1251806811