SYStreetInfo Class Reference

#import <SYNavigationStreetInfo.h>

Inheritance diagram for SYStreetInfo:
Collaboration diagram for SYStreetInfo:

Properties

SYGeoCoordinatecoordinate
 The geographical location of the position. More...
 
SYCountryIso * country
 Country iso code of the country where the current position is. More...
 
NSString * city
 Represents the city where the current position is. More...
 
NSArray< NSString * > * roadNumbers
 Represents the road numbers where the current position is. Number are sorted from most. More...
 
NSString * area
 Represents the area where the current position is. More...
 
NSString * street
 Represents the street where the current position is. More...
 
NSString * numberLeft
 Represents the left number where the current position is. More...
 
NSString * numberRight
 Represents the right number where the current position is. More...
 
SYRoadType roadType
 Represents the road class type of road where the current position is. More...
 
BOOL isUrban
 Indicates whether road is located in city. More...
 

Property Documentation

◆ coordinate

- (SYGeoCoordinate*) coordinate
readnonatomicassign

The geographical location of the position.

◆ country

- (SYCountryIso*) country
readnonatomicassign

Country iso code of the country where the current position is.

◆ city

- (NSString*) city
readnonatomicassign

Represents the city where the current position is.

◆ roadNumbers

- (NSArray<NSString*>*) roadNumbers
readnonatomicassign

Represents the road numbers where the current position is. Number are sorted from most.

◆ area

- (NSString*) area
readnonatomicassign

Represents the area where the current position is.

◆ street

- (NSString*) street
readnonatomicassign

Represents the street where the current position is.

◆ numberLeft

- (NSString*) numberLeft
readnonatomicassign

Represents the left number where the current position is.

◆ numberRight

- (NSString*) numberRight
readnonatomicassign

Represents the right number where the current position is.

◆ roadType

- (SYRoadType) roadType
readnonatomicassign

Represents the road class type of road where the current position is.

◆ isUrban

- (BOOL) isUrban
readnonatomicassign

Indicates whether road is located in city.


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