LCSearchSortBuilder
Objective-C
@interface LCSearchSortBuilder : NSObject
Swift
class LCSearchSortBuilder : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSMutableArray *sortFieldsSwift
var sortFields: NSMutableArray { get } -
Undocumented
Declaration
Objective-C
+ (nonnull instancetype)newBuilder;Swift
class func new() -> Self -
Undocumented
Declaration
Objective-C
- (void)orderByAscending:(nonnull NSString *)key withMode:(nonnull NSString *)mode andMissing:(nonnull NSString *)missing;Swift
func order(byAscending key: String, withMode mode: String, andMissing missing: String) -
Undocumented
Declaration
Objective-C
- (void)orderByAscending:(nonnull NSString *)key withMode:(nonnull NSString *)mode;Swift
func order(byAscending key: String, withMode mode: String) -
Undocumented
Declaration
Objective-C
- (void)orderByAscending:(nonnull NSString *)key;Swift
func order(byAscending key: String) -
Undocumented
Declaration
Objective-C
- (void)orderByDescending:(nonnull NSString *)key withMode:(nonnull NSString *)mode andMissing:(nonnull NSString *)missing;Swift
func order(byDescending key: String, withMode mode: String, andMissing missing: String) -
Undocumented
Declaration
Objective-C
- (void)orderByDescending:(nonnull NSString *)key withMode:(nonnull NSString *)mode;Swift
func order(byDescending key: String, withMode mode: String) -
Undocumented
Declaration
Objective-C
- (void)orderByDescending:(nonnull NSString *)key;Swift
func order(byDescending key: String) -
Undocumented
Declaration
Objective-C
- (void)whereNear:(nonnull NSString *)key point:(nonnull LCGeoPoint *)point inOrder:(nonnull NSString *)order withMode:(nonnull NSString *)mode andUnit:(nonnull NSString *)unit;Swift
func whereNear(_ key: String, point: LCGeoPoint, inOrder order: String, withMode mode: String, andUnit unit: String) -
Undocumented
Declaration
Objective-C
- (void)whereNear:(nonnull NSString *)key point:(nonnull LCGeoPoint *)point inOrder:(nonnull NSString *)order;Swift
func whereNear(_ key: String, point: LCGeoPoint, inOrder order: String) -
Undocumented
Declaration
Objective-C
- (void)whereNear:(nonnull NSString *)key point:(nonnull LCGeoPoint *)point;Swift
func whereNear(_ key: String, point: LCGeoPoint)
View on GitHub
Install in Dash
LCSearchSortBuilder Class Reference