dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

AsyncRoutingService Class

Asynchronous routing service with travel mode support

public class AsyncRoutingService :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.AsyncRoutingService>

Inheritance System.Object 🡒 AsyncRoutingService

Implements System.IEquatable<AsyncRoutingService>

Constructors

AsyncRoutingService() Constructor

public AsyncRoutingService();

Properties

AsyncRoutingService.DefaultTravelMode Property

Default travel mode identifier for routing

public string? DefaultTravelMode { get; set; }

Property Value

System.String

AsyncRoutingService.Url Property

URL for accessing the asynchronous routing service

public string? Url { get; set; }

Property Value

System.String