SYReverseSearchResult Class Reference

#import <SYReverseSearchResult.h>

Inheritance diagram for SYReverseSearchResult:
Collaboration diagram for SYReverseSearchResult:

Instance Methods

(nonnull instancetype) - initWithSdkResult: [implementation]
 

Properties

SYReverseSearchResultDescriptionresultDescription
 Textual description of the found result. See the available SYReverseSearchResultDescription for more info. More...
 
NSInteger timezone
 Timezone in which the result is. More...
 
SYGeoCoordinatecoordinate
 Exact position of the found result. More...
 
SYGeoBoundingBoxboundingBox
 Bounding box of the search result. More...
 
SYDistance distance
 Distance of the found result from the current position. More...
 

Method Documentation

◆ initWithSdkResult:()

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

Property Documentation

◆ boundingBox

- (SYGeoBoundingBox*) boundingBox
readnonatomicassign

Bounding box of the search result.

◆ coordinate

- (SYGeoCoordinate*) coordinate
readnonatomicassign

Exact position of the found result.

◆ distance

- (SYDistance) distance
readnonatomicassign

Distance of the found result from the current position.

◆ resultDescription

- (SYReverseSearchResultDescription*) resultDescription
readnonatomicassign

Textual description of the found result. See the available SYReverseSearchResultDescription for more info.

◆ timezone

- (NSInteger) timezone
readnonatomicassign

Timezone in which the result is.


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