dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
LocateEvent Class
Event result type for the LocateWidget.OnLocate event.
public class LocateEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.LocateEvent>
Inheritance System.Object 🡒 LocateEvent
Implements System.IEquatable<LocateEvent>
Constructors
LocateEvent(string) Constructor
Event result type for the LocateWidget.OnLocate event.
public LocateEvent(string? Position=null);
Parameters
Position
System.String
Properties
LocateEvent.Position Property
public string? Position { get; set; }