polyline_codec

Creator: coderz1093

Last updated:

Add to Cart

Description:

polyline codec

polyline_codec #
Getting started #
You should ensure that you add the polyline_codec as a dependency in your project.
read more at how to install
Usage #

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

final polyline = PolylineCodec.encode(coordinates);

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

copied to clipboard
based on https://github.com/mapbox/polyline

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.