dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Events
TrackEvent Class
The event fired by the TrackWidget
public record TrackEvent : System.IEquatable<dymaptic.GeoBlazor.Pro.Events.TrackEvent>
Inheritance System.Object 🡒 TrackEvent
Implements System.IEquatable<TrackEvent>
Constructors
TrackEvent(GeolocationPosition) Constructor
The event fired by the TrackWidget
public TrackEvent(dymaptic.GeoBlazor.Pro.Events.GeolocationPosition Position);
Parameters
Position GeolocationPosition
The position returned in the event.
Properties
TrackEvent.Position Property
The position returned in the event.
public dymaptic.GeoBlazor.Pro.Events.GeolocationPosition Position { get; init; }