Click or drag to resize

FreewayEndsNote Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The FreewayEndsNote type exposes the following members.

Properties
  NameDescription
Public propertyDistance
The distance to travel before the instruction is executed. e.g. "After (x.Value) (x.Units), turn left onto Main St".
(Inherited from Direction.)
Public propertyDuration
Gets a TimeSpan indicating the total duration of the current Direction from its start to its end.
(Inherited from Direction.)
Public propertyHeading
Gets the CompassDirection that this Direction sends the driver.
(Inherited from Direction.)
Public propertyHeadingString
Gets a string representing the compass direction this Direction will send the driver. eg "North-East".
(Inherited from Direction.)
Public propertyInstructions
Gets a string containing driving instructions.
(Inherited from Direction.)
Public propertyIsArrival
Gets a bool indicating whether this Direction indicates arrival at a stop.
(Inherited from Direction.)
Public propertyIsDeparture
Gets a bool indicating whether this Direction indicates departure from a stop.
(Inherited from Direction.)
Public propertyLocation
Gets the location of this direction.
(Inherited from Direction.)
Public propertyNoteDistance
The distance associated with this note. For example, a TollwayEndsNote has a NoteDistance that indicates how long the route travels along the tollway. Not applicable to all Note types.
(Inherited from Note.)
Public propertyNotes
Gets an ArrayList of Notes attached to this Direction
(Inherited from Direction.)
Public propertyNoteType
Gets the NoteType of this Note.
(Inherited from Note.)
Public propertyPoints
Gets an array of LatLons representing this Direction.
(Inherited from Direction.)
Public propertyRenderPen
The pen used to draw the direction on the map.
(Inherited from Direction.)
Public propertyRequiredRendermodes
Gets the RenderMode required by this Direction.
(Inherited from Direction.)
Public propertyStreet
Gets the name of the street the Direction will put the driver on to.
(Inherited from Direction.)
Public propertyTime
Gets a TimeSpan indicating the interval between the previous Direction ending and the current Direction beginning.
(Inherited from Direction.)
Top
See Also