Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Instance Methods | Class Methods | Properties | List of all members
NMTrafficSegment Class Reference

Inherits <NSObject>.

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithOffset:speed:refSpeed:
 

Class Methods

(instancetype) + NS_UNAVAILABLE
 

Properties

NSInteger offset
 
NSInteger speed
 
NSInteger refSpeed
 

Method Documentation

◆ initWithOffset:speed:refSpeed:()

- (instancetype) initWithOffset: (NSInteger)  offset
speed: (NSInteger)  speed
refSpeed: (NSInteger)  refSpeed 

◆ NS_UNAVAILABLE() [1/2]

- (instancetype) NS_UNAVAILABLE

◆ NS_UNAVAILABLE() [2/2]

+ (instancetype) NS_UNAVAILABLE

Property Documentation

◆ offset

- (NSInteger) offset
readnonatomicassign

◆ refSpeed

- (NSInteger) refSpeed
readnonatomicassign

◆ speed

- (NSInteger) speed
readnonatomicassign