V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
uniy
V2EX  ›  iDev

ios上使用mkmapview的问题

  •  
  •   uniy · 2012-07-30 10:17:31 +08:00 · 3570 次点击
    这是一个创建于 4259 天前的主题,其中的信息可能已经有所发展或是发生改变。
    我在使用mkmapview显示当前位置,也就是那个blue dot时,那个点总是停留在上次去过的那个地方,比如说我去过湖南,之后每当我打开应用到那一页,地图显示的当前点总是湖南。
    为什么啊,很纠结啊。。。
    走过路过的,帮忙分析下。
    8 条回复    1970-01-01 08:00:00 +08:00
    uniy
        1
    uniy  
    OP
       2012-07-30 11:12:53 +08:00
    郁闷了
    regent
        2
    regent  
       2012-07-31 11:03:07 +08:00
    哎,楼主你也用这个头像
    pythons
        3
    pythons  
       2012-07-31 12:18:21 +08:00
    给你个参考,不知道你怎么写的。
    locationManager = [[CLLocationManager alloc] init];
    locationManager.delegate = self;
    locationManager.desiredAccuracy = kCLLocationAccuracyThreeKilometers;
    locationManager.distanceFilter = 50;// 更新事件精度,单位米
    [locationManager startUpdatingLocation];//启动
    macji
        4
    macji  
       2012-07-31 12:45:31 +08:00
    MKMapview 里只要 showsUserLocation = YES; 即可
    uniy
        5
    uniy  
    OP
       2012-07-31 22:00:09 +08:00
    @regent 这是无语
    uniy
        6
    uniy  
    OP
       2012-07-31 22:01:09 +08:00
    @pythons 我有写,对于那个小蓝点就是不起作用。
    uniy
        7
    uniy  
    OP
       2012-07-31 22:02:00 +08:00
    @macji 设置了
    regent
        8
    regent  
       2012-08-01 17:35:59 +08:00
    @uniy 要不按照注册时间来说,你换一个?当然,随便你
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5363 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 09:14 · PVG 17:14 · LAX 02:14 · JFK 05:14
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.