sibartlett / Geo

A geospatial library for .NET
https://www.nuget.org/packages/Geo/
GNU Lesser General Public License v3.0
179 stars 39 forks source link

Google's Encoded Polyline Algorithm Format #1

Closed sibartlett closed 11 years ago

sibartlett commented 11 years ago

Need to be able to read/write to this format. https://developers.google.com/maps/documentation/utilities/polylinealgorithm

jmkelly commented 11 years ago

While ferreting around today looking for c# spatial library, I came across this earlier (before I found yours). Hope it's useful. http://geographyservices.codeplex.com/SourceControl/changeset/view/8ae2c6183a4d#Code/WorldDomination.GeographyServices.Services/Google/PolylineEncoding.cs

sibartlett commented 11 years ago

@jmkelly Awesome! It looks like it will be useful :smile: