开心人生

用今天的努力----实现我所向往的明天

导航

2010年7月20日 #

Google Maps API详解--02

摘要: 第一种GMarker构造函数参数如表4-10所示。 表4-10 GMarker构造函数参数 参 数 是 否 必 要 值 类 型 定 义 point 是 GPoint GPoint点位,屏幕像素坐标 icon 可选 Icon 图标的风格... 阅读全文

posted @ 2010-07-20 23:19 hai 阅读(2240) 评论(0) 推荐(0)

Google Earth API 讲解--02

摘要: 5.3 Google Earth API 详解 本节介绍的Google Earth API是目前Goolge官方网站上最新的Google Earth API接口定义,也是Google所推荐使用的。与早期的KeyHole API相比有了很多新的特性,增加了很多接口,这些接口基本都是基于Keyhole API封装的,我们将在以后的内容中介绍一些关于Keyhole API的应用,使得读者能够更加深入地理... 阅读全文

posted @ 2010-07-20 22:23 hai 阅读(2914) 评论(0) 推荐(1)

Google Maps API 详解--01

摘要: 4.3 Google Maps API详解 新版Google Maps API在功能上分为六大类: l 核心类(Core Class)。 l 基础类(Base Classes)。 l 事件类(Event Classes)。 l 控制类(Control Classes)。 l 布局类(Overlay Classes)。 l 服务类(Service Classes)。 遗憾的是Google官方英文版网... 阅读全文

posted @ 2010-07-20 22:22 hai 阅读(2101) 评论(0) 推荐(1)

Network Programming

摘要: Network Programming: Chapter 7 - iPhone SDK Application Developmentby Jonathan Zdziarski http://oreilly.com/iphone/excerpts/iphone-sdk/network-programming.html This chapter has been lengthened and en... 阅读全文

posted @ 2010-07-20 21:53 hai 阅读(1543) 评论(0) 推荐(0)

Using Properties And Synthesize In Objective-C 2.0 For Getters And Setters

摘要: Feb 26, 2008--转自 http://otype.de/index.php?id=106 In my last entry First steps in Objective-C I described how to create getters and setters and how to handle objects in Objective-C. Well, since the... 阅读全文

posted @ 2010-07-20 21:49 hai 阅读(320) 评论(0) 推荐(0)

Tutorial: Networking and Bonjour on iPhone

摘要: 转自: http://www.mobileorchard.com/tutorial-networking-and-bonjour-on-iphone/ Guest author Peter Bakhyryev (email) is co-founder of ByteClub, a software development company that provides online multi... 阅读全文

posted @ 2010-07-20 21:46 hai 阅读(707) 评论(0) 推荐(0)

5个必看的cocos2d 开源游戏 有机会都学习下

摘要: 转来的,暂时先不翻译了。没几行。暂时正在看第三个,小鸽子跳的,但是貌似他这个不是上架产品的全代码,因为暂时好像没有实现手势移动的操作。不过改一改,变成男人就下100层,加上我前几天说的那个重力物理引擎的话,貌似是个不错的主意。。。呵呵。 I’ve mentioned the excellent Cocos2D open source 2d iphone game engine man... 阅读全文

posted @ 2010-07-20 21:44 hai 阅读(1068) 评论(0) 推荐(0)

iPhone开发技巧之工具篇(1)— 将XIB文件转换为Objective-C源程序

摘要: 博主:易飞扬 原文链接 : http://www.yifeiyang.net/iphone-development-techniques-of-the-tools-for-chapter-1-the-xib-file-is-converted-to-objective-c-source-code/ 转载请保留上面文字。 iPhone开发技巧之工具篇(1)--- 将XIB文件转换为Ob... 阅读全文

posted @ 2010-07-20 21:43 hai 阅读(682) 评论(0) 推荐(0)

Google Earth API 讲解--04

摘要: 5.4 Keyhole API接口介绍 从运行库中可以发现,Google Earth目前提供的COM API基本上都是基于Keyhole API的,不过Google做了大量的工作用于封装,特别是照相机接口,新的接口很大程度上方便了用户的使用。 以前版本的Keyhole API接口分类上虽然有些混淆,个别函数的功能特征也不是很明显,但是作为目前Google Earth API的基础,还是有一定的学习... 阅读全文

posted @ 2010-07-20 21:37 hai 阅读(2010) 评论(0) 推荐(0)

Google Earth API 讲解--05

摘要: 5.5 例子 本章通过两个与Google Maps + Ajax类似的宿营例子,展示一下Google Earth开发的乐趣所在,第一个是Delphi开发的例子,重点在与KML联动,第二个是C#开发的例子,重点在于设置地图视场相机的视角,实现虚拟飞行。与Google Maps API不同的是,Google Earth并没有提供有关添加点(Point)、线(Line)、面(Polygon)的接口,而是... 阅读全文

posted @ 2010-07-20 21:36 hai 阅读(1343) 评论(0) 推荐(0)

浏览器获取地理位置

摘要: 转自:http://smithsrus.com/gps-geolocation-in-safari-on-iphone-os-3-0/ GPS Geolocation in Safari on iPhone OS 3.0 I just updated my iPhone to the shiny new OS 3.0. Apple did a great job addressing a few ... 阅读全文

posted @ 2010-07-20 21:32 hai 阅读(1139) 评论(0) 推荐(0)

Google Earth API 讲解--02

摘要: 5.3.4 ITimeGE接口 ITimeGE接口是Google Earth内部控制日期和时间的接口。Google Earth的时间计算均是根据UTC时区计算的。UTC是Universal Time Coordinated的英文缩写,中文译为“协调世界时”,是由国际无线电咨询委员会规定和推荐,由BIH负责保持的时间标度。 采用UTC的时区划分方法,把全时间按照每15°一个时区的划分原则,共分为24... 阅读全文

posted @ 2010-07-20 21:30 hai 阅读(2848) 评论(0) 推荐(0)

Google Earth API 讲解--01

摘要: 章内容将针对如何使用Google Earth API中各个接口进行详细阐述,采用实例代码加详解的方式,介绍Google Earth每个类的实际用途和COM的开发技巧。在阅读完本章之后,我们希望开发者能够掌握Google Earth的开发,并且对COM也有一定的了解。 本章中的代码例子基本基于Delphi代码和C sharp(Visual Studio 2005以下简称C#),作为教学语言,Delp... 阅读全文

posted @ 2010-07-20 21:27 hai 阅读(3470) 评论(0) 推荐(0)

4.4 一个完整的Google Maps应用

摘要: 4.4 一个完整的Google Maps应用 这里给出一个完整的应用Google Maps的例子。这个例子展示的是一辆小汽车在地图上行驶的情况。在实际应用中,经常有这样的需求:通过车载GPS来定位车辆的位置,并实时监控车辆的方位。通常的做法是通过GPS与GPRS结合,将经纬度信息传递到服务器的数据库中,再通过服务器端提取出来之后做成图标在Web地图上显示出来。 本例中没有采用真实的车辆经纬度,而是... 阅读全文

posted @ 2010-07-20 21:25 hai 阅读(1033) 评论(0) 推荐(1)

Google Maps API详解--01

摘要: 4.3 Google Maps API详解 新版Google Maps API在功能上分为六大类: l 核心类(Core Class)。 l 基础类(Base Classes)。 l 事件类(Event Classes)。 l 控制类(Control Classes)。 l 布局类(Overlay Classes)。 l 服务类(Service Classes)。 遗憾的是Google官方英文版网... 阅读全文

posted @ 2010-07-20 21:24 hai 阅读(2065) 评论(0) 推荐(0)

Google Map API 开发基础--01

摘要: 本章内容将针对如何使用Google Maps API中各个接口进行详细阐述,将采用实例加详解的方式,介绍Google Maps每个类的实际用途和一些WebGIS的开发技巧。在阅读完本章之后,我们希望开发者能够掌握Google Maps的开发,并且对于WebGIS也有一定的了解。 本章主要包括以下内容: l Google Maps开发前的知识准备。 l 对于Google Maps API每个接口用法... 阅读全文

posted @ 2010-07-20 21:20 hai 阅读(520) 评论(0) 推荐(0)

4.2 Google Maps API的开发基础

摘要: 4.2 Google Maps API的开发基础 Google Maps API的开发并不像普通的应用程序接口调用那样,需要开发人员对于WebService的概念有较为清晰的认识,它是Google地图服务的调用,需要注册。下面先讲讲Google Maps API开发的注册。 4.2.1 开发前的知识准备 基于Google Maps API进行开发,一般需要具备以下几种基本技巧: ... 阅读全文

posted @ 2010-07-20 21:20 hai 阅读(502) 评论(0) 推荐(1)