GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

TrackViewModelTrackEvent Class

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Events.TrackViewModelTrackEvent.html”>GeoBlazor Docs</a> Event result type for the TrackViewModel.OnTrack event.

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

Inheritance System.Object 🡒 TrackViewModelTrackEvent

Implements System.IEquatable<TrackViewModelTrackEvent>

Constructors

TrackViewModelTrackEvent(string) Constructor

<a target=”_blank” href=”https://docs.geoblazor.com/pages/classes/dymaptic.GeoBlazor.Pro.Events.TrackViewModelTrackEvent.html”>GeoBlazor Docs</a> Event result type for the TrackViewModel.OnTrack event.

public TrackViewModelTrackEvent(string? Position=null);

Parameters

Position System.String

Position returned from the <a href=”#geolocationOptions”>Geolocation API</a>.

Properties

TrackViewModelTrackEvent.Position Property

Position returned from the <a href=”#geolocationOptions”>Geolocation API</a>.

public string? Position { get; init; }

Property Value

System.String