SYPositionInfo Class Reference

#import <SYPositioning.h>

Inheritance diagram for SYPositionInfo:
Collaboration diagram for SYPositionInfo:

Instance Methods

(instancetype) - initWithStreetInfo:
 

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

Method Documentation

◆ initWithStreetInfo:()

- (instancetype) initWithStreetInfo: (const Sygic::Position::StreetInfo &)  info

Provided by category SYPositionInfo(SDK).

Property Documentation

◆ area

- (NSString*) area
readnonatomicassign

Represents the area where the current position is.

◆ city

- (NSString*) city
readnonatomicassign

Represents the city where the current position is.

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

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

◆ roadNumbers

- (NSArray<NSString*>*) roadNumbers
readnonatomicassign

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

◆ roadType

- (SYRoadType) roadType
readnonatomicassign

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

◆ street

- (NSString*) street
readnonatomicassign

Represents the street where the current position is.


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