【发布时间】:2011-04-20 14:49:35
【问题描述】:
有没有人在 C# 中对 Google 的Encoded Polyline Algorithm 进行了简洁而健壮的实现?
我基本上想要这个签名的实现:
public string Encode(IEnumerable<Point> points);
【问题讨论】:
-
致投票结束的人——请点击链接,阅读文章,然后解释这不是一个可以回答的问题。
-
该算法的实现似乎相当简单。为什么不试一试呢?
-
@spender,我现在正在这样做。我只是认为这将是值得在 SO 上记录的那种东西 :)
-
有人知道python的实现吗?
标签: c# .net algorithm google-maps gis