Welcome![Sign In][Sign Up]
Location:
Search - mkmapview

Search list

[IOSDrawMap

Description: Iphone 中在MKMAPVIEW上画线的程序实例,可以改进为画出两点之间的路径的程序-Iphone draw lines in the MKMAPVIEW examples of procedures that can improve the path between two points for the draw procedure
Platform: | Size: 73728 | Author: andy | Hits:

[IOSmaplines

Description: 使用MKMAPVIEW创建地图画线,采用的是夹层模式,理解-Use MKMAPVIEW to drawing lines to create, using the sandwich model, understanding
Platform: | Size: 31744 | Author: andy | Hits:

[IOSMKMAPVIEW_TEST

Description: iphone 中使用MKMAPVIEW控件制作地图的实例,有一定的学习价值,欢迎下载哦-iphone control in the production of maps using MKMAPVIEW instance, have some learning value, please download the oh
Platform: | Size: 549888 | Author: andy | Hits:

[IOSremap

Description: Iphone,MKMapview的应用,应用了ASIHTTP,从google获取路径信息,在地图上绘制。-use asihttprequest framework to communicate network,and gDataXML to read google points,then decode points,draw on the screen。
Platform: | Size: 1033216 | Author: lyj | Hits:

[IOSMapCallouts

Description: 实现地图上得calloutview,在所在得地点弹出calloutview;-MKMapview,and,calloutView;It would be useful。
Platform: | Size: 1302528 | Author: ys | Hits:

[DSP programmapLines

Description: MKMapView画线,看了一位同学的笔记,感觉对大家有用,传上来共享一下,与大家共同进步-MKMapView Line
Platform: | Size: 46080 | Author: LuoZhicheng | Hits:

[IOSMapTest

Description: iphone开发环境,地图开发例子,显示用户当前位置,用到MKMapView、CLLocationManager。-iphone development for MapView, show user loction on map , with MKMapView class and CLLocationManager class.
Platform: | Size: 23552 | Author: 闻建芬 | Hits:

[MacOS developMapKitDemo

Description: ent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.-#import "mapView.h" #import "mapAnnotation.h" @implementation mapView //@synthesize _map, _locationManager -(void)viewDidLoad { [super viewDidLoad] //---------- 1: 定义经度和纬度 CLLocationCoordinate2D center = CLLocationCoordinate2DMake(39.54, 116.25) //---------- 2: 定义比例缩小或放大,值越小,地图越清晰 MKCoordinateSpan span = MKCoordinateSpanMake(0.5, 0.5) //---------- 3:定位一块区域 MKCoordinateRegion region = MKCoordinateRegionMake(center, span) //---------- 4:建立地图 _map = [[MKMapView alloc]initWithFrame:CGRectMake(0, 0, 320, 460)] _map.region = region _map.mapType = MKMapTypeStandard //*** 地图类型,共三种 _map.showsUserLocation = YES // 是否显示用户信息 _map.delegate = self //*** 代理 [self.view addSubview:_map] // 将地图添加到view上 //[_map release]
Platform: | Size: 28672 | Author: pan biny | Hits:

CodeBus www.codebus.net