Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 iphone 应用程序来本地化城市周围的服务。我的问题是如何将地图限制在这个城市。例如,关于控制用户位置?我的意思是,如果在开始时,应用程序验证用户离城市足够远,应用程序就会对此进行广告宣传。如何控制这种情况(或者有另一种方法)?提前致谢
这简单。
检查坐标,当这些坐标离你的点太远时——使用这个方法
- (void)setCenterCoordinate:(CLLocationCoordinate2D)coordinate animated:(BOOL)animated
让他回到你想要他的地方。