【发布时间】:2015-01-27 23:23:39
【问题描述】:
我想在不使用地图的情况下获取当前位置的纬度和经度,是否可以这样,我在网上搜索没有得到,谁能帮我找到。
我尝试使用核心位置进行此操作,但即使我一无所获。 请告诉我如何找到经纬度,谢谢。
//remember to stop before you are done, either here or in view disappearance.
- (void) dealloc
{ [locationManager stopUpdatingLocation]; }
【问题讨论】:
标签: ios iphone google-maps map ios8