WRLDTagSearchOptions Class Reference

A set of parameters for a tag search.

– getQuery

- (NSString *)getQuery
Returns:

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
Returns:

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
Returns:

True if setRadius has been called.

– getRadius

- (double)getRadius
Returns:

The search radius in meters.

– setRadius:

- (void)setRadius:(double)radius
Argument Description
radius

Set the search radius in meters.

– usesNumber

- (BOOL)usesNumber
Returns:

True if setNumber has been called.

– getNumber

- (NSInteger)getNumber
Returns:

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.

v0.0.1600