WRLDTagSearchOptions Class Reference
A set of parameters for a tag search.
– getQuery
- (NSString *)getQuery
The tag to search for.
– setQuery:
- (void)setQuery:(NSString *)query
Sets the tag to search for.
Argument | Description |
---|---|
query | The tag to search for. |
– getCenter
- (CLLocationCoordinate2D)getCenter
The latitude and longitude to search around.
– setCenter:
- (void)setCenter:(CLLocationCoordinate2D)center
Set the latitude and longitude to search around.
Argument | Description |
---|---|
center | The latitude and longitude to search around. |
– usesRadius
- (BOOL)usesRadius
True if setRadius has been called.
– getRadius
- (double)getRadius
The search radius in meters.
– setRadius:
- (void)setRadius:(double)radius
Argument | Description |
---|---|
radius | Set the search radius in meters. |
– usesNumber
- (BOOL)usesNumber
True if setNumber has been called.
– getNumber
- (NSInteger)getNumber
The search result limit.
– setNumber:
- (void)setNumber:(NSInteger)number
Sets the maximum number of search results to return.
Argument | Description |
---|---|
number | The search result limit. |