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
109 stars 132 forks source link

lat long change error #32

Closed shree-krishna-gapi closed 4 years ago

shree-krishna-gapi commented 4 years ago

double _originLatitude = 6.5212402, _originLongitude = 3.3679965; double _destLatitude = 6.849660, _destLongitude = 3.648190; when i try to change this line as is not working double _originLatitude = 27.6765179, _originLongitude = 85.3471198; double _destLatitude = 27.7097955, _destLongitude = 85.3264372;

Dammyololade commented 4 years ago

Can u share the exact error you are getting, thanks

Dammyololade commented 4 years ago

closing this because of no response, kindly open a new issue if you experience the same problem