NavmiiSDK
Write yourself a navigation system in iOS
Instance Methods | Properties | List of all members
NMDirection Class Reference

#import <NMDirection.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithRoadName:distance:directionType:roundaboutAngle:roundaboutExitNumber:
 

Properties

NSString * roadName
 
CGFloat distanceFromPrevDirection
 
NMDirectionType directionType
 
NSInteger roundaboutAngle
 
NSInteger roundaboutExitNumber
 

Detailed Description

Directions information

Method Documentation

- (instancetype) initWithRoadName: (NSString *)  roadName
distance: (CGFloat)  distanceFromPrevDirection
directionType: (NMDirectionType)  directionType
roundaboutAngle: (NSInteger)  roundaboutAngle
roundaboutExitNumber: (NSInteger)  roundaboutExitNumber 

Initialization roadName Road name

Parameters
distanceFromPrevDirectionDistance from previous direction in meters
typeDirection type
roundaboutAngleRoundabout angle
exitNumberRoundabout exit number

Property Documentation

- (NMDirectionType) directionType
readwritenonatomicassign

Direction type

- (CGFloat) distanceFromPrevDirection
readwritenonatomicassign

Distance from previous direction in meters

- (NSString*) roadName
readwritenonatomicstrong

Road name

- (NSInteger) roundaboutAngle
readwritenonatomicassign

Roundabout angle

- (NSInteger) roundaboutExitNumber
readwritenonatomicassign

Roundabout exit number


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