Click or drag to resize

NavigationEvent Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents an event that occurs during navigation of a route. Encapsulated information includes the directions for the next intersection, time until the next movement and distance until the next movement.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Telogis.GeoBase.NavigationNavigationEvent

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class NavigationEvent : EventArgs

The NavigationEvent type exposes the following members.

Properties
  NameDescription
Public propertyCountry
The country where the navigation event is taking place.
Public propertyDir
The Direction from the Route Directions.
Public propertyDirectionQualifier
Gets further information to the direction (instruction) allowing us to qualify the direction. For example, "turn right at the traffic lights", as opposed to simply "turn right".
Public propertyDirectionType
Public propertyGpsQuality
Get the quality of the GPS Fix. This value is only reliable when a GpsQuality event has been fired.
Public propertyIsAnnounced
Whether the event has been announced.
Public propertyLocation
The location (as a LatLon) where the navigation event is taking place.
Public propertyNumber
The turn number, exit number or roundabout exit number.
Public propertyPrimaryTargetStreet
Get the name of the primary target street.
Public propertyTargetStreet
Get the name of the target street.
Public propertyTime
Time to the movement.
Public propertyTurnDirection
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDistance
Distance to the Movement.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Return a string representation for this NavigationEvent.
(Overrides ObjectToString.)
Top
Remarks
See Also