2013-01-22 29 views
0

我正在制作iOS应用程序,需要获取用户的位置。我只需要得到用户的州/省,因此细胞塔信号就能达到目的。有没有可以让我这样做的iOS API?使用Cell-tower信号获取位置

感谢

+0

你应该使用[CLLocationManager] (http://developer.apple.com/library/ios/#documentation/CoreLocation/Reference/CLLocationManager_Class/CLLocationManager/CLLocationManager.html#//apple_ref/occ/cl/CLLocationManager)类。 –

回答