dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

LocateErrorEvent Class

Event result type for the LocateWidget.OnLocateError event.

public class LocateErrorEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.LocateErrorEvent>

Inheritance System.Object 🡒 LocateErrorEvent

Implements System.IEquatable<LocateErrorEvent>

Constructors

LocateErrorEvent(Error) Constructor

Event result type for the LocateWidget.OnLocateError event.

public LocateErrorEvent(dymaptic.GeoBlazor.Core.Model.Error? Error=null);

Parameters

Error Error

Properties

LocateErrorEvent.Error Property

public dymaptic.GeoBlazor.Core.Model.Error? Error { get; set; }

Property Value

Error