Class providing reverse search functions for location data. More...
#import <SYReverseSearch.h>


Instance Methods | |
| (void) | - reverseSearchWithCoordinate:withCompletion: |
| Invokes an asynchronous request to match a location on the world map. SYSearchResults is returned in SYReverseSearchDelegate::search:didFinishReverseSearchingForCoordinate:withResults: delegate function. This function search also walkways by default. More... | |
| (void) | - reverseSearchWithCoordinate:withFilter:withCompletion: |
| Invokes an asynchronous request to match a location on the world map. SYSearchResults is returned in SYReverseSearchDelegate::search:didFinishReverseSearchingForCoordinate:withResults: delegate function. More... | |
Class providing reverse search functions for location data.
| - (void) reverseSearchWithCoordinate: | (nonnull SYGeoCoordinate *) | coordinate | |
| withCompletion: | ("use reverseSearchWithCoordinate:withFilter:withCompletion instead.") | __deprecated_msg | |
Invokes an asynchronous request to match a location on the world map. SYSearchResults is returned in SYReverseSearchDelegate::search:didFinishReverseSearchingForCoordinate:withResults: delegate function. This function search also walkways by default.
| coordinate | Object representing the location used to search for results on map |
| - (void) reverseSearchWithCoordinate: | (nonnull SYGeoCoordinate *) | coordinate | |
| withFilter: | (nullable NSSet< NSNumber * > *) | filter | |
| withCompletion: | (nonnull void(^)(NSArray< SYReverseSearchResult * > *_Nullable results, NSError *_Nullable state)) | completion | |
Invokes an asynchronous request to match a location on the world map. SYSearchResults is returned in SYReverseSearchDelegate::search:didFinishReverseSearchingForCoordinate:withResults: delegate function.
| coordinate | Object representing the location used to search for results on map |
| filter | SySearchFilter options for search results will remove all filter types from results |