Class for containing directions event data.

C# | Visual Basic |
public class DirectionsChangedEventArgs : EventArgs, IScriptDataConverter
Public Class DirectionsChangedEventArgs _ Inherits EventArgs _ Implements IScriptDataConverter

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DirectionsChangedEventArgs()()()() | Initializes a new instance of the DirectionsChangedEventArgs class |
![]() | Distance |
A representation of distance as a numeric value and a display string.
The total distance covered. This property may be undefined as the distance may be unknown.
|
![]() | Duration |
A representation of duration as a numeric value and a display string.
The total duration. This property may be undefined as the duration may be unknown.
|
![]() | EndAddress |
The address of the destination.
|
![]() | EndLocation |
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations.
EndLocation indicates the actual geocoded destination, which may be different than the end_location of the last step if, for example, the road is not near the destination of this leg.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FromScriptData(IDictionary<(Of <<'(String, Object>)>>)) |
Retrieves an instance from script data.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | StartAddress |
The address of the origin.
|
![]() | StartLocation |
The DirectionsService calculates directions between locations by using the nearest transportation option (usually a road) at the start and end locations.
StartLocation indicates the actual geocoded origin, which may be different than the start_location of the first step if, for example, the road is not near the origin of this leg.
|
![]() | Steps |
An array of DirectionsSteps, each of which contains information about the individual steps in this leg.
|
![]() | ToScriptData()()()() |
Returns the instance as a script data.
|
![]() | ToString()()()() | (Inherited from Object.) |