SYSearchHelper Class Reference

#import <SYSearchHelper.h>

Inheritance diagram for SYSearchHelper:
Collaboration diagram for SYSearchHelper:

Class Methods

(nullable NSString *) + stringFromResult:function:
 
(nullable NSArray< NSString * > *) + arrayOfStringsFromResult:function:
 
(nullable NSSet< NSValue * > *) + stringRangesFromResult:function:
 
(nullable SYGeoCoordinate *) + locationFromResult:function:
 
(nullable SYGeoBoundingBox *) + boundaryFromResult:
 
(nullable NSString *) + addressComponentFromResult:type:
 
(SYSearchStatus) + convertSearchStatus:
 
(SYSearchMapResultComponent) + convertAddressComponent:
 

Method Documentation

◆ addressComponentFromResult:type:()

+ (nullable NSString*) addressComponentFromResult: (sysearch_result_t)  result
type: (sysearch_address_component_e)  type 

◆ arrayOfStringsFromResult:function:()

+ (nullable NSArray<NSString*>*) arrayOfStringsFromResult: (sysearch_result_t)  result
function: (nonnull GetStringArrayFunctionType)  function 

◆ boundaryFromResult:()

+ (nullable SYGeoBoundingBox*) boundaryFromResult: (sysearch_result_t)  result

◆ convertAddressComponent:()

+ (SYSearchMapResultComponent) convertAddressComponent: (sysearch_address_component_e)  sdkType

◆ convertSearchStatus:()

+ (SYSearchStatus) convertSearchStatus: (sysearch_status_e)  status

◆ locationFromResult:function:()

+ (nullable SYGeoCoordinate*) locationFromResult: (sysearch_result_t)  result
function: (nonnull GetLocationFunctionType)  function 

◆ stringFromResult:function:()

+ (nullable NSString*) stringFromResult: (sysearch_result_t)  result
function: (nonnull GetStringFunctionType)  function 

◆ stringRangesFromResult:function:()

+ (nullable NSSet<NSValue*>*) stringRangesFromResult: (sysearch_result_t)  result
function: (nonnull GetStringRangesFunctionType)  function 

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