摘要: http://www.cnblogs.com/mainroadlee/tag/Android/http://blog.csdn.net/lvron/article/details/7098771 阅读全文
posted @ 2013-06-05 23:46 火腿骑士 阅读(93) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/android_tutor/article/category/952010 阅读全文
posted @ 2013-06-05 23:06 火腿骑士 阅读(115) 评论(0) 推荐(0)
摘要: https://developers.google.com/maps/documentation/javascript/examples/polyline-simple?hl=zh-cnhttps://developers.google.com/maps/documentation/javascript/overlays?hl=zh-cn#PolylineArrayshttp://ubilabs.github.io/google.maps.polyline.edit/examples/advanced.htmlhttp://www.cnblogs.com/hanbin/archive/2011 阅读全文
posted @ 2013-06-05 21:18 火腿骑士 阅读(368) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/sxwgf/archive/2011/12/01/2271358.html写在最前面早就听说过Google Maps API了,但一直没用过,今天在CodeProject上看到了这篇关于Google Maps API(V3版本)使用的文章,觉得很容易上手,就将他翻译下来了,相信对初学者会有大的帮助。译文允许转载,但请在页面明显处标明以下信息,且保留完整原文链接地址和译文链接地址,谢谢合作!英文原文:Google Maps API V3 for ASP.NET译文出处:青藤园译文作者:王国峰译文链接:ASP.NET中使用Google Maps API 阅读全文
posted @ 2013-06-05 15:23 火腿骑士 阅读(148) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/dean-Wei/archive/2013/04/23/3037403.htmlhttp://www.cnblogs.com/ttc/archive/2010/10/18/1854438.html 阅读全文
posted @ 2013-06-05 00:33 火腿骑士 阅读(201) 评论(0) 推荐(0)
摘要: https://groups.google.com/forum/?hl=zh-CN&fromgroups#!forum/google-maps-tsp-solverWhat you are doing should not work even with addWaypoint. You need tomove tsp.getOrder() and tsp.getDurations() into the onSolveCallbackfunction. The call to tsp.solveRoundTrip is asynchronous (so itreturns before 阅读全文
posted @ 2013-06-05 00:27 火腿骑士 阅读(561) 评论(0) 推荐(0)