GeoBlazor Pro


layout: pro title: DirectionsString parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

DirectionsString Class

An event string object with name and type.

public class DirectionsString :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.DirectionsString>

Inheritance System.Object 🡒 DirectionsString

Implements System.IEquatable<DirectionsString>

Constructors

DirectionsString(string, DirectionEventType) Constructor

An event string object with name and type.

public DirectionsString(string Text, dymaptic.GeoBlazor.Pro.Model.DirectionEventType Type);

Parameters

Text System.String

The direction text.

Type DirectionEventType

The type of event.

Properties

DirectionsString.Text Property

The direction text.

public string Text { get; set; }

Property Value

System.String

DirectionsString.Type Property

The type of event.

public dymaptic.GeoBlazor.Pro.Model.DirectionEventType Type { get; set; }

Property Value

DirectionEventType