SYSignpostInfo Class Reference

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

#import <SYNavigationSignpostInfo.h>

Inheritance diagram for SYSignpostInfo:
Collaboration diagram for SYSignpostInfo:

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.

Property Documentation

◆ textColor

- (UIColor*) textColor
readnonatomicassign

Represents the text color of the signpost.

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

◆ position

- (SYGeoCoordinate*) position
readnonatomicassign

Signpost geographical position.

◆ isOnRoute

- (BOOL) isOnRoute
readnonatomicassign

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

◆ elements

- (NSArray<SYSignpostElement*>*) elements
readnonatomicassign

Array of all SYSignpostElements.

◆ junctionInfo

- (SYJunctionInfo*) junctionInfo
readnonatomicassign

Information about image representing the signpost situation.

◆ priority

- (NSInteger) priority
readnonatomicassign

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


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