SYSignpostElement Class Reference

Singpost destination label. More...

#import <SYNavigationSignpostInfo.h>

Inheritance diagram for SYSignpostElement:
Collaboration diagram for SYSignpostElement:

Instance Methods

(instancetype) - initWithSignpostElement:
 

Properties

SYSignpostElementType type
 Singpost element type. See the available SYSignpostElementTypes. More...
 
SYSignpostElementPictogramType pictogram
 Singpost pictogram element type. See the available SYSignpostElementPictogramTypes. More...
 
SYMapRoadNumberFormatnumberFormat
 If type == SYSignpostElementRouteNumber then numberFormat contains information how to draw route number in signpost. More...
 
NSString * text
 Singpost destination label text. More...
 
NSInteger priority
 Singpost destination label priority. Default 0, bigger value = bigger priority = show first. More...
 

Detailed Description

Singpost destination label.

Method Documentation

◆ initWithSignpostElement:()

- (instancetype) initWithSignpostElement: (const Sygic::Navigation::NaviSignInfo::SignElement &)  element

Provided by category SYSignpostElement(SDK).

Property Documentation

◆ numberFormat

- (SYMapRoadNumberFormat*) numberFormat
readnonatomicassign

If type == SYSignpostElementRouteNumber then numberFormat contains information how to draw route number in signpost.

◆ pictogram

- (SYSignpostElementPictogramType) pictogram
readnonatomicassign

Singpost pictogram element type. See the available SYSignpostElementPictogramTypes.

◆ priority

- (NSInteger) priority
readnonatomicassign

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

◆ text

- (NSString*) text
readnonatomiccopy

Singpost destination label text.

◆ type

- (SYSignpostElementType) type
readnonatomicassign

Singpost element type. See the available SYSignpostElementTypes.


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