polyline_codec 0.1.6 copy "polyline_codec: ^0.1.6" to clipboard
polyline_codec: ^0.1.6 copied to clipboard

Easy way to encoding and decoding a Google Maps Polyline Algorithm for dart and flutter

example/README.md

Example #


const coordinates = [
      [-179.9832104, 0]
    ];

final polyline = PolylineCodec.encode(coordinates);

print(polyline); //'`~oia@?'

4
likes
140
points
436
downloads

Publisher

unverified uploader

Weekly Downloads

Easy way to encoding and decoding a Google Maps Polyline Algorithm for dart and flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

fixnum

More

Packages that depend on polyline_codec