NYSSystemLocation Class Reference
Inherits from | NSObject |
---|---|
Declared in | NYSSystemLocation.h NYSSystemLocation.m |
Other Methods
– requestLocationSystem
单次定位
- (void)requestLocationSystem
Discussion
单次定位
Declared In
NYSSystemLocation.m
– requestLocation:
单次定位 - Parameter coordinateType: 坐标类型
- (void)requestLocation:(NYSCoordinateType)coordinateType
Discussion
单次定位 - Parameter coordinateType: 坐标类型
Declared In
NYSSystemLocation.m
– startUpdatingLocationSystem
持续定位
- (void)startUpdatingLocationSystem
Discussion
持续定位
Declared In
NYSSystemLocation.m
– startUpdatingLocation:
持续定位 - Parameter coordinateType: 坐标类型
- (void)startUpdatingLocation:(NYSCoordinateType)coordinateType
Discussion
持续定位 - Parameter coordinateType: 坐标类型
Declared In
NYSSystemLocation.m
– reverseGeocodeWithLocation:
逆地理编码 - Parameter currentLocation: 当前位置
- (void)reverseGeocodeWithLocation:(CLLocation *_Nonnull)currentLocation
Discussion
逆地理编码 - Parameter currentLocation: 当前位置
Declared In
NYSSystemLocation.h
Other Methods
completion
定位结果
@property (nonatomic, copy) NYSLocationCompletion _Nullable completion
Discussion
定位结果
Declared In
NYSSystemLocation.h