V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  pythons  ›  全部回复第 7 页 / 共 7 页
回复总数  131
1  2  3  4  5  6  7  
2012 年 12 月 18 日
回复了 Livid 创建的主题 iDev 关于修正从 Core Location 获得的坐标的偏移量
@Smartype MapView 你可以 hidden 嘛.
2012 年 8 月 5 日
回复了 Livid 创建的主题 iDev 关于修正从 Core Location 获得的坐标的偏移量
一种是调用私有类MKLocationManager的_applyChinaLocationShift方法计算偏移后的坐标,还有一种是使用-(void)mapView:(MKMapView *)mapView didUpdateUserLocation:(MKUserLocation *)userLocation 该事件中的坐标是正确的。
非常不错,收藏了。
2012 年 7 月 31 日
回复了 uniy 创建的主题 iDev ios上使用mkmapview的问题
给你个参考,不知道你怎么写的。
locationManager = [[CLLocationManager alloc] init];
locationManager.delegate = self;
locationManager.desiredAccuracy = kCLLocationAccuracyThreeKilometers;
locationManager.distanceFilter = 50;// 更新事件精度,单位米
[locationManager startUpdatingLocation];//启动
哥们,你太给力了。
2011 年 7 月 26 日
回复了 sospartan 创建的主题 酷工作 虾米网招聘移动开发(android,ios)攻城师
@sospartan 已发,哈哈。
2011 年 7 月 26 日
回复了 sospartan 创建的主题 酷工作 虾米网招聘移动开发(android,ios)攻城师
有点兴趣。投个简历
2011 年 7 月 3 日
回复了 yaozhifeng 创建的主题 Python 这里能招到靠谱的Python开发者吗
创业公司?
2011 年 6 月 19 日
回复了 twoconk 创建的主题 创造者 一个让求职变得更容易的想法
不错的想法。
2011 年 6 月 19 日
回复了 uper 创建的主题 酷工作 招聘python程序开发员或者直接外包
额....
1  2  3  4  5  6  7  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2959 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 29ms · UTC 06:44 · PVG 14:44 · LAX 23:44 · JFK 02:44
♥ Do have faith in what you're doing.