Skip to content

everton-e26/polyline_codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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@?'

based on https://github.com/mapbox/polyline

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages