SYReverseSearch Class Reference

Class providing reverse search functions for location data. More...

#import <SYReverseSearch.h>

Inheritance diagram for SYReverseSearch:
Collaboration diagram for SYReverseSearch:

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...
 

Detailed Description

Class providing reverse search functions for location data.

Method Documentation

◆ reverseSearchWithCoordinate:withCompletion:

- (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.

Parameters
coordinateObject representing the location used to search for results on map

◆ reverseSearchWithCoordinate:withFilter:withCompletion:

- (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.

Parameters
coordinateObject representing the location used to search for results on map
filterSySearchFilter options for search results will remove all filter types from results

The documentation for this class was generated from the following file: