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 some need property #65

Closed mmolaei7878 closed 1 year ago

mmolaei7878 commented 3 years ago

distanceText, distanceValue ,durationText, durationValue, startAddress, endAddress

mmolaei7878 commented 3 years ago

distanceText, distanceValue ,durationText, durationValue, startAddress, endAddress

YOUDevelop commented 2 years ago

We need this

mmolaei7878 commented 2 years ago

We need this

you can use my fork from this repo, i added there these values

YOUDevelop commented 2 years ago

We need this

you can use my fork from this repo, i added there these values

Thanks! I will do this.

BinniZenobioCordovaLeandro commented 1 year ago

@mmolaei7878 I like your contribution, and I need this feature too, for my project. In addition: It's necessary add a decodeEncodedDistance to return a double value and decodeEncodedDuration to return a Duration type

BinniZenobioCordovaLeandro commented 1 year ago

And it's not necessary distanceText and durationText because both will be managed in the application using the value double and duration respectively.

Dammyololade commented 1 year ago

This has been implemented and will be part of the new release