dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

DirectionsString Class

An event string object with name and type. ArcGIS Maps SDK for JavaScript

public record 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. ArcGIS Maps SDK for JavaScript

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

Parameters

Text System.String

The direction text. ArcGIS Maps SDK for JavaScript

Type DirectionEventType

The type of event. ArcGIS Maps SDK for JavaScript

Properties

DirectionsString.Text Property

The direction text. ArcGIS Maps SDK for JavaScript

public string Text { get; init; }

Property Value

System.String

DirectionsString.Type Property

The type of event. ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Pro.Enums.DirectionEventType Type { get; init; }

Property Value

DirectionEventType