文件名称:MapKitDemo
介绍说明--下载内容均来自于网络,请自行研究使用
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 fr a me 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]initWithfr a me:CGRectMake(0, 0, 320, 460)]
_map.region = region
_map.mapType = MKMapTypeStandard //*** 地图类型,共三种
_map.showsUserLocation = YES // 是否显示用户信息
_map.delegate = self //*** 代理
[self.view addSubview:_map] // 将地图添加到view上
//[_map release]
Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES fr a me 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]initWithfr a me:CGRectMake(0, 0, 320, 460)]
_map.region = region
_map.mapType = MKMapTypeStandard //*** 地图类型,共三种
_map.showsUserLocation = YES // 是否显示用户信息
_map.delegate = self //*** 代理
[self.view addSubview:_map] // 将地图添加到view上
//[_map release]
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MapKitDemo
..........\MapKitDemo
..........\..........\AppDelegate.h
__MACOSX
........\MapKitDemo
........\..........\MapKitDemo
........\..........\..........\._AppDelegate.h
MapKitDemo\MapKitDemo\AppDelegate.m
__MACOSX\MapKitDemo\MapKitDemo\._AppDelegate.m
MapKitDemo\MapKitDemo\en.lproj
..........\..........\........\InfoPlist.strings
__MACOSX\MapKitDemo\MapKitDemo\en.lproj
........\..........\..........\........\._InfoPlist.strings
MapKitDemo\MapKitDemo\en.lproj\ViewController.xib
__MACOSX\MapKitDemo\MapKitDemo\en.lproj\._ViewController.xib
MapKitDemo\MapKitDemo\main.m
__MACOSX\MapKitDemo\MapKitDemo\._main.m
MapKitDemo\MapKitDemo\MapKitDemo-Info.plist
..........\..........\MapKitDemo-Prefix.pch
__MACOSX\MapKitDemo\MapKitDemo\._MapKitDemo-Prefix.pch
MapKitDemo\MapKitDemo\MyAnnotation.h
__MACOSX\MapKitDemo\MapKitDemo\._MyAnnotation.h
MapKitDemo\MapKitDemo\MyAnnotation.m
__MACOSX\MapKitDemo\MapKitDemo\._MyAnnotation.m
MapKitDemo\MapKitDemo\ViewController.h
__MACOSX\MapKitDemo\MapKitDemo\._ViewController.h
MapKitDemo\MapKitDemo\ViewController.m
__MACOSX\MapKitDemo\MapKitDemo\._ViewController.m
MapKitDemo\MapKitDemo.xcodeproj
..........\....................\project.pbxproj
..........\....................\project.xcworkspace
..........\....................\...................\contents.xcworkspacedata
..........\....................\...................\xcuserdata
..........\....................\...................\..........\qianfeng.xcuserdatad
..........\....................\...................\..........\....................\UserInterfaceState.xcuserstate
..........\....................\xcuserdata
..........\....................\..........\qianfeng.xcuserdatad
..........\....................\..........\....................\xcschemes
..........\....................\..........\....................\.........\MapKitDemo.xcscheme
..........\....................\..........\....................\.........\xcschememanagement.plist
__MACOSX\MapKitDemo\._MapKitDemo.xcodeproj
..........\MapKitDemo
..........\..........\AppDelegate.h
__MACOSX
........\MapKitDemo
........\..........\MapKitDemo
........\..........\..........\._AppDelegate.h
MapKitDemo\MapKitDemo\AppDelegate.m
__MACOSX\MapKitDemo\MapKitDemo\._AppDelegate.m
MapKitDemo\MapKitDemo\en.lproj
..........\..........\........\InfoPlist.strings
__MACOSX\MapKitDemo\MapKitDemo\en.lproj
........\..........\..........\........\._InfoPlist.strings
MapKitDemo\MapKitDemo\en.lproj\ViewController.xib
__MACOSX\MapKitDemo\MapKitDemo\en.lproj\._ViewController.xib
MapKitDemo\MapKitDemo\main.m
__MACOSX\MapKitDemo\MapKitDemo\._main.m
MapKitDemo\MapKitDemo\MapKitDemo-Info.plist
..........\..........\MapKitDemo-Prefix.pch
__MACOSX\MapKitDemo\MapKitDemo\._MapKitDemo-Prefix.pch
MapKitDemo\MapKitDemo\MyAnnotation.h
__MACOSX\MapKitDemo\MapKitDemo\._MyAnnotation.h
MapKitDemo\MapKitDemo\MyAnnotation.m
__MACOSX\MapKitDemo\MapKitDemo\._MyAnnotation.m
MapKitDemo\MapKitDemo\ViewController.h
__MACOSX\MapKitDemo\MapKitDemo\._ViewController.h
MapKitDemo\MapKitDemo\ViewController.m
__MACOSX\MapKitDemo\MapKitDemo\._ViewController.m
MapKitDemo\MapKitDemo.xcodeproj
..........\....................\project.pbxproj
..........\....................\project.xcworkspace
..........\....................\...................\contents.xcworkspacedata
..........\....................\...................\xcuserdata
..........\....................\...................\..........\qianfeng.xcuserdatad
..........\....................\...................\..........\....................\UserInterfaceState.xcuserstate
..........\....................\xcuserdata
..........\....................\..........\qianfeng.xcuserdatad
..........\....................\..........\....................\xcschemes
..........\....................\..........\....................\.........\MapKitDemo.xcscheme
..........\....................\..........\....................\.........\xcschememanagement.plist
__MACOSX\MapKitDemo\._MapKitDemo.xcodeproj