SYReverseSearchResultDescription Class Reference

Provides description of the found result. More...

#import <SYReverseSearchResult.h>

Inheritance diagram for SYReverseSearchResultDescription:
Collaboration diagram for SYReverseSearchResultDescription:

Instance Methods

(nonnull instancetype) - initWithSdkResult: [implementation]
 

Properties

NSString * city
 City of the found result. More...
 
NSString * street
 Street of the found result. More...
 
NSArray< NSString * > * roadNumbers
 Road numbers of the found result. More...
 
NSString * houseNumber
 House number of the found result, if available. More...
 
NSString * builtUpArea
 Build Up area of the found result, if available. More...
 
SYCountryIso * countryIso
 Country iso. More...
 

Detailed Description

Provides description of the found result.

Method Documentation

◆ initWithSdkResult:()

- (nonnull instancetype) initWithSdkResult: (const Sygic::Search::ReverseSearchResult &)  sdkResult
implementation

Property Documentation

◆ builtUpArea

- (NSString*) builtUpArea
readnonatomicassign

Build Up area of the found result, if available.

◆ city

- (NSString*) city
readnonatomicassign

City of the found result.

◆ countryIso

- (SYCountryIso*) countryIso
readnonatomicassign

Country iso.

◆ houseNumber

- (NSString*) houseNumber
readnonatomicassign

House number of the found result, if available.

◆ roadNumbers

- (NSArray<NSString*>*) roadNumbers
readnonatomicassign

Road numbers of the found result.

◆ street

- (NSString*) street
readnonatomicassign

Street of the found result.


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