dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

LocateViewModelLocateErrorEvent Class

Event result type for the LocateViewModel.OnLocateError event.

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

Inheritance System.Object 🡒 LocateViewModelLocateErrorEvent

Implements System.IEquatable<LocateViewModelLocateErrorEvent>

Constructors

LocateViewModelLocateErrorEvent(Error, string) Constructor

Event result type for the LocateViewModel.OnLocateError event.

public LocateViewModelLocateErrorEvent(dymaptic.GeoBlazor.Core.Model.Error? Error=null, string? StringError=null);

Parameters

Error Error

The Error object that occurred while locating.

StringError System.String

The Error object that occurred while locating.

Properties

LocateViewModelLocateErrorEvent.Error Property

The Error object that occurred while locating.

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

Property Value

Error

LocateViewModelLocateErrorEvent.StringError Property

The Error object that occurred while locating.

public string? StringError { get; set; }

Property Value

System.String