摘要: 1 public List GetGeoPoints(string encoded) 2 { 3 List poly = new List(); 4 int index = 0, len = encoded.Length; 5 int lat = 0, lng = 0; 6 while (index = 0x20);15 int dlat = ((result & 1) != 0 ? ~(result >> 1) : (result >> 1));1... 阅读全文
posted @ 2013-12-30 15:19 天王星天 阅读(280) 评论(0) 推荐(0)