Skip to content

Latest commit

 

History

History
executable file
·
19 lines (10 loc) · 317 Bytes

README.md

File metadata and controls

executable file
·
19 lines (10 loc) · 317 Bytes

CCLocationManager

IOS8获取当前经纬度、地理位置

/*集成说明:

1、在plist添加

NSLocationAlwaysUsageDescription = YES

NSLocationWhenInUseUsageDescription = YES

2、导入CCLocationManager.h头文件

3、通过block回调获取经纬度、地理位置等

*/