SYReverseSearchResult Class Reference

Represents the result of a reverse geocode request. The data of a reverse geocode result is represented by an instance of SYReverseSearchResultDescription, accessed through the resultDescription property. More...

#import <SYReverseSearchResult.h>

Inheritance diagram for SYReverseSearchResult:
Collaboration diagram for SYReverseSearchResult:

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

Detailed Description

Represents the result of a reverse geocode request. The data of a reverse geocode result is represented by an instance of SYReverseSearchResultDescription, accessed through the resultDescription property.

Property Documentation

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

◆ coordinate

- (SYGeoCoordinate*) coordinate
readnonatomicassign

Exact position of the found result.

◆ boundingBox

- (SYGeoBoundingBox*) boundingBox
readnonatomicassign

Bounding box of the search result.

◆ distance

- (SYDistance) distance
readnonatomicassign

Distance of the found result from the current position.


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