WRLDPoiSearchResponse Class Reference

A response to a POI search. Returned when a search completes via callback.

@property succeeded

@property (nonatomic) BOOL succeeded
Returns:

A boolean indicating whether the search succeeded or not.

@property results

@property (nonatomic) NSMutableArray *results

Get the results of the search as a List of WRLDPoiSearchResult objects.

Returns:

The search results. This will be empty if the the search failed, or if no POIs were found.

v0.0.1600