dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

RoutingService Class

Synchronous routing service with travel mode support

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

Inheritance System.Object 🡒 RoutingService

Implements System.IEquatable<RoutingService>

Constructors

RoutingService() Constructor

public RoutingService();

Properties

RoutingService.DefaultTravelMode Property

Default travel mode identifier for routing

public string? DefaultTravelMode { get; set; }

Property Value

System.String

RoutingService.Url Property

URL for accessing the routing service

public string? Url { get; set; }

Property Value

System.String