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