C # -Implementierung von Googles "Encoded Polyline Algorithm"

Hat jemand eine prägnante und robuste Implementierung von GooglesEncoded Polyline Algorithm in C #?

Ich möchte im Wesentlichen die Implementierung dieser Signatur:

public string Encode(IEnumerable<Point> points);

Antworten auf die Frage(6)

Ihre Antwort auf die Frage