K_Reverter的网页开发记录

要么不做,要么就当作艺术品来做!

导航

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页

2006年5月11日 #

Google Maps API 2.0解析(7-GTicks和地图图片相关的函数)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//看了这个代码,开始好长时间都没有想出那是用来干什么的,可是等我慢慢的领会它的意图之后,不由得再次为Google的奇思妙想而惊叹 //这个代码实际上是用来进行一个渐变效果优化的,比如在双击地图的时... 阅读全文

posted @ 2006-05-11 19:45 K_Reverter 阅读(860) 评论(0) 推荐(0) 编辑

Google Maps API 2.0解析(6-GLatLng GLatLngBounds GLngSegment GLatSegment经纬度支持的类)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//GLatLng对象,一个以经纬度代表的地理点(同时也可以代表地理大小),c参数代表是否进行经纬度强制转化 function GLatLng(a,b,c) { if(!c) { a... 阅读全文

posted @ 2006-05-11 19:38 K_Reverter 阅读(4156) 评论(2) 推荐(0) 编辑

2006年5月8日 #

Google Maps API 2.0解析(5-GPoint GSize GBounds)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//GPoint类,该类在1.0之中同时可以代表一个地理位置点,现在,这个功能已经被GLatLng代替了,2.0之中只代表屏幕像素位置 function GPoint(a,b) { this.... 阅读全文

posted @ 2006-05-08 23:55 K_Reverter 阅读(1047) 评论(0) 推荐(0) 编辑

Google Maps API 2.0解析(4-公用函数)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//创建一个以a为NodeName的htmlElement。b,c,d为可选参数,分别为:父对象、位置、大小 function CreateElement(a,b,c,d) { var e=... 阅读全文

posted @ 2006-05-08 23:39 K_Reverter 阅读(845) 评论(0) 推荐(0) 编辑

Google Maps API 2.0解析(3-GEvent事件功能支持)

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//以a为参数,运行b和c函数,如果a是一个html控件而且包含子控件,则以子控件为参数也运行该函数 function RunFunction(a,b,c) { if(b) { b.... 阅读全文

posted @ 2006-05-08 20:40 K_Reverter 阅读(1781) 评论(7) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 35 下一页