1

十大高明的Google搜索技巧

前言:多数人在使用Google搜索的过程是非常低效和无谓的,如果你只是输入几个关键词,然后按搜索按钮,你将是那些无法得到Google全部信息的用户,在这篇文章中,Google搜索专家迈克尔.米勒将向您展示如何更智能、更高效地进行Google的系列搜索。 Google是一个非常精密成熟的搜索引擎,但大...

LiteraturePan 发布于 2012-02-07 15:24 评论(6) 阅读(186)
0

我的Google Reader订阅

Google Reader是google提供的在线rss阅读工具,类似的rrs阅读器不胜其数,比如鲜果、QQ订阅等,就算手机平台,也有很多阅读器,比如说UC阅读器。 而笔者觉得Google Reader体验效果很好,很值得信赖! 我的Google Reader订阅(这里做个交流分享,大家有好的订阅源...

LiteraturePan 发布于 2012-02-01 18:24 评论(0) 阅读(126)
1

Google Maps Application Developing —— Location

This is a demo...

Create Chen 发布于 2012-01-30 00:37 评论(0) 阅读(192)
1

Google Maps Application Developing —— Search Address

This is a demo...

Create Chen 发布于 2012-01-28 23:00 评论(0) 阅读(145)
0

Google Maps Application Developing —— Marker

It is quiet easy to put a marker on your map with the default look. to create a marker , you need to use the google.maps.Marker object. It only takes ...

Create Chen 发布于 2012-01-28 17:11 评论(0) 阅读(152)
0

Google Maps Application Developing —— Quick Start

There are some fatal steps to make the Google Map working. First of all , add a reference of Google Maps API in the head element. Second , make the co...

Create Chen 发布于 2012-01-28 01:35 评论(0) 阅读(149)
0

Google静态地图-如何显示两点之间路线1(简单路线)

使用静态地图API的原因最近公司在开发web手机这一块,我也在维护和重构原来版本的代码。项目是关于出行旅游啊,向导什么的,其中就少不了GPS功能,自然而然也会有如何去目的地的这项功能了。这里我要特别说一下,由于现代手机的发展,我分了两类手机FeaturePhone和SmartPhone,Featur...

快乐乔巴 发布于 2012-01-17 09:50 评论(0) 阅读(336)
0

Javascript 地图经度纬度之间的距离的算法(轉)

Calculate distance, bearing and more between Latitude/Longitude pointshttp://www.movable-type.co.uk/scripts/latlong.htmlThis page presents a variety o...

®Geovin Du Dream Park™ 发布于 2012-01-12 12:39 评论(0) 阅读(83)
0

gMapMaker

http://damiendebin.net/archives/gMapMaker/原作者地址不知道是不是这个.下载谷歌离线地图的工具.--------------------------------------------------Due to a lack of time, developme...

clq 发布于 2011-12-26 09:16 评论(0) 阅读(155)
0

一种简单的的方法 Esri arcgis shape (*.shp) 文件转换 google earth kml 格式

一种简单的的方法 Esri arcgis shape (*.shp) 文件转换 google earth kml 格式...

快手 KuaiShou.NET 发布于 2011-12-05 20:36 评论(0) 阅读(183)
3

C# 程序自动批量生成 google maps 的KML文件

google maps 的 KML 文件可以用于静态的地图标注,在某些应用中,我们手上往往有成百上千个地址,我们需要把这些地址和描述批量标注到 google maps 上去,如果手工来做,太耗时间,在这里我写了一个程序批量来生成这个 KML 文件...

eaglet 发布于 2011-12-05 12:59 评论(1) 阅读(1890)
0

Google Maps API——3.Move the map

1.方法(1)map.setCenter(center,zoom?,type?) 该方法直接跳转到center为中心处先是地图,不会平滑地移动地图。并会触发moveend和dragged事件map.setCenter(new GLatLng(39.990168,116.295304),10);(2)...

January 发布于 2011-12-01 10:59 评论(0) 阅读(116)
×