dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Events

LocateViewModelLocateEvent Class

Event result type for the LocateViewModel.OnLocate event.

public class LocateViewModelLocateEvent :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.LocateViewModelLocateEvent>

Inheritance System.Object 🡒 LocateViewModelLocateEvent

Implements System.IEquatable<LocateViewModelLocateEvent>

Constructors

LocateViewModelLocateEvent(string) Constructor

Event result type for the LocateViewModel.OnLocate event.

public LocateViewModelLocateEvent(string? Position=null);

Parameters

Position System.String

Position returned from the Geolocation API.

Properties

LocateViewModelLocateEvent.Position Property

Position returned from the Geolocation API.

public string? Position { get; set; }

Property Value

System.String