SkillAgentSearch skills...

Polylines

Easily handle Google polylines

Install / Use

/learn @joshuaclayton/Polylines
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Polylines

Easily handle Google polylines

Install

Install with Rubygems:

gem install polylines

Usage

To encode an array of latitude/longitude pairs:

>> Polylines::Encoder.encode_points([[38.5, -120.2], [40.7, -120.95], [43.252, -126.453]])
=> "_p~iF~ps|U_ulLnnqC_mqNvxq`@"

To decode a polyline into an array of latitude/longitude pairs:

>> Polylines::Decoder.decode_polyline("_p~iF~ps|U_ulLnnqC_mqNvxq`@")
=> [[38.5, -120.2], [40.7, -120.95], [43.252, -126.453]]

I wrote this to follow the steps outlined in http://code.google.com/apis/maps/documentation/utilities/polylinealgorithm.html.

License

Please see LICENSE

Author

Written by Josh Clayton

View on GitHub
GitHub Stars93
CategoryDevelopment
Updated2y ago
Forks17

Languages

Ruby

Security Score

80/100

Audited on Apr 2, 2024

No findings