SYSignpostInfo Class Reference

Represents a signpost information for navigation and map display. More...

#import <SYNavigationSignpostInfo.h>

Inheritance diagram for SYSignpostInfo:
Collaboration diagram for SYSignpostInfo:

Instance Methods

(instancetype) - initWithSignpostInfo:
 

Properties

UIColor * textColor
 Represents the text color of the signpost. More...
 
UIColor * backgroundColor
 The background color of the signpost. More...
 
UIColor * borderColor
 Represents the border color of the signpost. More...
 
SYDistance distance
 Distance to signpost from current on route position. More...
 
SYGeoCoordinateposition
 Signpost geographical position. More...
 
BOOL isOnRoute
 Shows, if signpost is part of current route navigation. If it is not, returns no. More...
 
NSArray< SYSignpostElement * > * elements
 Array of all SYSignpostElements. More...
 
SYJunctionInfojunctionInfo
 Information about image representing the signpost situation. More...
 
NSInteger priority
 Singpost priority. Default 0, bigger value = bigger priority = show first. More...
 

Detailed Description

Represents a signpost information for navigation and map display.

Method Documentation

◆ initWithSignpostInfo:()

- (instancetype) initWithSignpostInfo: (const Sygic::Navigation::NaviSignInfo &)  signpost

Provided by category SYSignpostInfo(SDK).

Property Documentation

◆ backgroundColor

- (UIColor*) backgroundColor
readnonatomicassign

The background color of the signpost.

◆ borderColor

- (UIColor*) borderColor
readnonatomicassign

Represents the border color of the signpost.

◆ distance

- (SYDistance) distance
readnonatomicassign

Distance to signpost from current on route position.

◆ elements

- (NSArray<SYSignpostElement*>*) elements
readnonatomicassign

Array of all SYSignpostElements.

◆ isOnRoute

- (BOOL) isOnRoute
readnonatomicassign

Shows, if signpost is part of current route navigation. If it is not, returns no.

◆ junctionInfo

- (SYJunctionInfo*) junctionInfo
readnonatomicassign

Information about image representing the signpost situation.

◆ position

- (SYGeoCoordinate*) position
readnonatomicassign

Signpost geographical position.

◆ priority

- (NSInteger) priority
readnonatomicassign

Singpost priority. Default 0, bigger value = bigger priority = show first.

◆ textColor

- (UIColor*) textColor
readnonatomicassign

Represents the text color of the signpost.


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