GeoBlazor Pro
layout: pro title: TrackEvent parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components.Widgets
TrackEvent Class
The event fired by the TrackWidget
public class TrackEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Components.Widgets.TrackEvent>
Inheritance System.Object 🡒 TrackEvent
Implements System.IEquatable<TrackEvent>
Constructors
TrackEvent(GeoLocationPosition) Constructor
The event fired by the TrackWidget
public TrackEvent(dymaptic.GeoBlazor.Pro.Components.Widgets.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.Components.Widgets.GeoLocationPosition Position { get; set; }