layout: default title: Direction parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Objects
Direction Class
A convenience method for pulling navigation directions from a Graphic in a RouteResult
public class Direction
Inheritance System.Object 🡒 Direction
Properties
Direction.Length Property
The distance of the current leg of directions.
public double Length { get; set; }
Property Value
Direction.Text Property
The navigation directions in human readable text.
public string Text { get; set; }