E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
mapkit
iphone 如何使用地图
MapKit
http://blog.csdn.net/tangaowen/article/details/6527901
zltianhen
·
2011-09-04 20:00
iPhone
MapKit
自定义Google Map样式的蓝点表示当前位置和精确度
用了
MapKit
的同学用不着这个,只是为了自定义地图引擎用的。其实主要的想法就是创建一个CALayer的子类,包含两个部分,一个始终居中的蓝色图标,和一个圆形的layer背景表示GPS的精确度。
cocoa_geforce
·
2011-09-03 23:05
iPhone
iphone--MKMapView
在iPhone中利用
MapKit
框架可以很方便的显示Google地图,并且可以在地图上添加标注。二.具体介绍1.MKMapView的显示(1)创建MKMapViewCGRectrect=CGRec
dyhbrewer
·
2011-09-01 15:00
Mapkit
集群功能
在做
mapkit
的应用时候,有时候会在上面放置很多annotation,这样在地图缩放的时候有时候会出现annotation重合的情况,效果不是太好,如果能把重合的annotation做一个集群计数标识出来
bl1988530
·
2011-08-09 12:00
api
集群
MapKit
iOS开发之在地图上绘制出你运动的轨迹
iOS中的
MapKit
集成了google地图api的很多功能加上iOS的定位的功能,我们就可以实现将你运行的轨迹绘制到地图上面。这个功能非常有用,比如快递追踪、汽车的gprs追踪、人员追踪等等。
wangxiaohigh
·
2011-08-09 09:00
ios开发
iOS开发之在地图上绘制出你运动的轨迹
iOS中的
MapKit
集成了google地图api的很多功能加上iOS的定位的功能,我们就可以实现将你运行的轨迹绘制到地图上面。这个功能非常有用,比如快递追踪、汽车的gprs追踪、人员追踪等等。
zhuqilin0
·
2011-08-09 09:00
JavaScript
ios
String
Google
CLLocation
MapKit
iOS开发之在地图上绘制出你运行的轨迹
iOS中的
MapKit
集成了google地图api的很多功能加上iOS的定位的功能,我们就可以实现将你运行的轨迹绘制到地图上面。这个功能非常有用,比如汽车的gprs追踪、人员追踪、快递追踪等等。
麒麟
·
2011-08-09 09:00
关于coreLocation - 地理位置反向编码
CoreLocation中得到的定位信息都是以经度和纬度等表示的地理信息,很多时候我们需要把它反向编码成普通人能读懂的地理位置描述如:X国XX市XXX区XXX街道XX号,这就需要用到
MapKit
中的一个地理位置反向编码工具
csj1987
·
2011-08-04 10:00
服务器
工具
MapKit
MapKit
学习笔记
1、概述插入MapView,设置Delegate(一般为Controller),Annotations记录兴趣位置点(AnnotationView用来显示兴趣位置点),annotation是可选的,选中的annotation会显示callout,用来显示信息。2、设置地图显示类型:mapView.mapType=MKMapTypeStandard;mapView.mapType=MKMapType
命苦
·
2011-07-15 14:49
职场
iPhone
休闲
MapKit
MapKit
之在地图上加pin
在MKMapView中加pin其实就是加入MKAnnonation, 可以加入服和MKAnnonation协议的pin,下面展示一下方法。 1.首先创建一个服和MKAnnonation协议的委托类 @interface AnnotationDelegate : NSObject <MKAnnotation> { CLLocationCoordinate2D
re_reference
·
2011-07-03 21:00
Objective-C
MapKit
地址解析api资源
Unfortunately,
MapKit
only comes with Reverse Geocoding (the process of converting GPS coordinates to
lich0079
·
2011-06-28 10:00
html
Web
REST
Google
Yahoo
地址解析api资源
Unfortunately,
MapKit
only comes with Reverse Geocoding (the process of converting GPS coordinates to
lich0079
·
2011-06-28 10:00
html
Web
Yahoo
REST
Google
地址解析api资源
Unfortunately,
MapKit
only comes with Reverse Geocoding (the process of converting GPS coordinates to
lich0079
·
2011-06-28 10:00
html
Web
Yahoo
REST
Google
地址解析api资源
Unfortunately,
MapKit
only comes with Reverse Geocoding (the process of converting GPS coordinates to
lich0079
·
2011-06-28 10:00
html
Web
REST
Google
Yahoo
mapkit
中有关两地点距离计算
用
mapkit
进行地图的开发,经常要用到的就是计算两个地点间的距离问题,方法很简单: CLLocationManager* locmanager=[[CLLocationManageralloc]
bl1988530
·
2011-06-13 15:00
user
CLLocation
MapKit
iphone 如何使用地图
MapKit
iphone 如何使用地图
MapKit
1。 首先在framework中加入
MapKit
.framework 2。
tangaowen
·
2011-06-06 14:00
iPhone
Class
interface
CLLocation
MapKit
distance
使用UIAlertView和UITableView来创建一个有用的UIAlertTableView
前面在说
mapkit
程序里使用googlegeocodingapi时,有这样的一个问题,因为google按地点名进行查询是模糊匹配的,这样就会有返回很多个结果的情况,这时我们在程序中就要做相应的处理,以确定用户到底需要的是哪一个地点的信息
bl1988530
·
2011-06-03 10:00
api
table
Class
UIView
interface
MapKit
mapkit
中使用Google Geocoding API来进行搜索定位
mapkit
中有一个MKReverseGeocoder的类,你如果你知道某地的经纬度,你可以通过这个来获得地点的更多信息,如:国家、城市和街道名等。这个类使用的是googlemap的服务。
bl1988530
·
2011-06-02 22:00
json
api
Google
MapKit
Components
Types
反向地理编码用法
与地图打交道时,有时需要查找经纬度获取地理信息,
MapKit
提供了一种工具--反向地理编码 MKReverseGeocoderMKReverseGeocoder *reverseGeocoder =[[
webcode
·
2011-05-30 09:00
编码
反向地理编码用法
与地图打交道时,有时需要查找经纬度获取地理信息,
MapKit
提供了一种工具--反向地理编码MKReverseGeocoderMKReverseGeocoder*reverseGeocoder=[[[MKReverseGeocoderalloc
zhanglei5415
·
2011-05-30 09:00
玩转Map Kit (part2)
2/说明:本人E文水平有限,如果有不足之处还请指正-----------------------------------------------------------今天我将拿出一些时间介绍一下有关
Mapkit
webcode
·
2011-05-27 10:00
part
玩转Map Kit (part2)
2/说明:本人E文水平有限,如果有不足之处还请指正-----------------------------------------------------------今天我将拿出一些时间介绍一下有关
Mapkit
zhanglei5415
·
2011-05-27 10:00
interface
initialization
[转Iphone]获取当前位置
要获取当前位置的信息,除了用CLLocation库之外,还可以用
Mapkit
,而我个人认为
Mapkit
在你需要得到更准确的位置信息时更有用,也十分方便.用法如下:-(void)reverseGeocoder
wangbofei
·
2011-03-26 13:00
iPhone
button
CLLocation
MapKit
巴黎自行车信息查询客户端
软件主要使用了以下内容
MapKit
的定位和定向功能自定义MKAnnotationViewXML解析多线程控制NSKeyedArchiver和NSKeyedUnarchiver代码可以随便使用,内容也可以随便使用
yujie_bupt
·
2011-01-23 19:48
职场
iPhone
休闲
MapKit
之在地图上加pin
在MKMapView中加pin其实就是加入MKAnnonation,可以加入服和MKAnnonation协议的pin,下面展示一下方法。 1.首先创建一个服和MKAnnonation协议的委托类@interfaceAnnotationDelegate:NSObject{CLLocationCoordinate2Dcoordinate;}@property(nonatomic,readonly)CL
favormm
·
2010-10-25 22:00
interface
MapKit
MapKit
之在地图上加pin
在MKMapView中加pin其实就是加入MKAnnonation, 可以加入服和MKAnnonation协议的pin,下面展示一下方法。 1.首先创建一个服和MKAnnonation协议的委托类 @interface AnnotationDelegate : NSObject <MKAnnotation> { CLLocationCoordinate2D coordinate
mmdev
·
2010-10-25 22:00
MapKit
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他