GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

TrackViewModelTrackEvent Class

Event result type for the TrackViewModel.OnTrack event.

public class TrackViewModelTrackEvent :
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.TrackViewModelTrackEvent>

Inheritance System.Object 🡒 TrackViewModelTrackEvent

Implements System.IEquatable<TrackViewModelTrackEvent>

Constructors

TrackViewModelTrackEvent(string) Constructor

Event result type for the TrackViewModel.OnTrack event.

public TrackViewModelTrackEvent(string? Position=null);

Parameters

Position System.String

Position returned from the Geolocation API.

Properties

TrackViewModelTrackEvent.Position Property

Position returned from the Geolocation API.

public string? Position { get; set; }

Property Value

System.String