DepartureNotification Class |
Namespace: Telogis.GeoBase.Navigation
The DepartureNotification type exposes the following members.
Name | Description | |
---|---|---|
DepartureNotification |
Constructs a new notification that is called every time we depart a stop.
|
Name | Description | |
---|---|---|
Handler |
Gets the event handler.
(Inherited from Notification.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ShouldRaise |
Checks if this notification should be raised in navigation mode.
(Overrides NotificationShouldRaise(NavigationEvent, Position, LatLon, DistanceMeter).) | |
ShouldRaiseMapFollow |
Checks if this notification should be raised in map follow mode for the provided position.
(Overrides NotificationShouldRaiseMapFollow(Position, LatLon).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
This notification will never trigger when in map follow mode.
See NotificationDelegate for an example on how notifications may be used.
DepartureNotification notify = new DepartureNotification(MyHandler);