Directions Properties |
The Directions type exposes the following members.
Name | Description | |
---|---|---|
Count |
Returns the number of Directions.
| |
IsFixedSize |
Returns whether this collection is a fixed size. Always returns true.
| |
IsReadOnly |
Gets whether this collection is read-only or not. Always true.
| |
IsSynchronized |
Returns whether this collection is synchronized.
| |
Item |
Gets the Direction for the specified index.
| |
MessagesBundle |
Provides access to messages (for example strings and announcements) for a single culture.
| |
Points |
Gets an array of LatLons representing
the entire driving route. These points may differ from the concatenation
of the points on individual direction objects.
| |
Remote |
Whether these directions were generated by a GeoStream server.
| |
RenderArrowColor |
Sets the color of the route arrow.
| |
RenderArrowLength |
The pixel length of the arrows that appear on the route.
Set to zero to disable arrows.
| |
RenderArrowSpacing |
The minimum distance between route arrows in pixels.
| |
RenderArrowWidth |
The width of the arrow in pixels.
| |
RenderColor |
Sets the Color to render the route in.
| |
RenderPen |
The Pen normally used to render the route.
| |
RenderPenSmall |
The Pen used to render the route when the map is zoomed out
| |
RequiredRendermodes |
Gets the RenderMode required by this Directions.
| |
Selected |
Gets or sets the currently selected Direction.
The current selection is the one that will be rendered on the map.
| |
SelectedIndex |
Gets or sets the current Direction by its index
value in the list. See remarks.
| |
SyncRoot |
Gets an object that can be used to synchronize access to this object. See SyncRoot.
| |
Units |
The UnitSystem that is to
be used in these directions. The value is used by the read-only UnitsEffectiveValue.
If Units is not set by the application, then UnitsEffectiveValue is taken from the global settings field Units.
The global default is imperial yards.
| |
UnitsEffectiveValue |
The UnitSystem used in
these directions. If Units is not set in the application, then UnitsEffectiveValue is taken from the global settings field Units.
The global default is imperial yards.
| |
Violations |
Contains a list of all constraint violations in the directions.
|