#import <NMOnRouteDelegate.h>
Inherits <NSObject>.
- (void) onArrivalPointReached |
|
|
|
|
optional |
Tells the delegate that arrival point is reached
- (void) onDirectionListCreated |
|
|
|
|
optional |
Tells the delegate that route is calculated and direction list is created
- (void) onDirectionUpdated: |
|
(NMDirectionType) |
firstDirection |
secondDirection: |
|
(NMDirectionType) |
secondDirection |
firstRoundaboutAngle: |
|
(NSInteger) |
firstRoundaboutAngle |
secondRoundaboutAngle: |
|
(NSInteger) |
secondRoundaboutAngle |
roundaboutExitNumber: |
|
(NSInteger) |
roundaboutExitNumber |
currentRoadName: |
|
(NSString *) |
currentRoadName |
distanceToDirection: |
|
(CGFloat) |
distanceToDirection |
passedDistance: |
|
(CGFloat) |
passedDistance |
distanceToDestination: |
|
(CGFloat) |
distanceToDestination |
timeToDestination: |
|
(long long) |
timeToDestination |
|
|
| |
|
optional |
Tells the delegate that direction is updated
- Parameters
-
firstDirection | First direction at current position |
secondDirection | Second direction at current position |
distanceToDirection | Distance from current position to direction in meters |
distanceToDestination | Distance to destination in meters |
timeToDestination | Time to destination in seconds |
- (void) onWaypointPassed |
|
|
|
|
optional |
Tells the delegate that waypoint is passed
The documentation for this protocol was generated from the following file: