GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

Barrier Class

A base class for barriers to restrict travel along a street network when using a RouteLayer.

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

Inheritance System.Object 🡒 Barrier

Derived
↳ PointBarrier
↳ PolygonBarrier
↳ PolylineBarrier

Implements System.IEquatable<Barrier>

Properties

Barrier.Type Property

The type of barrier

public abstract string Type { get; }

Property Value

System.String