IMeasurementSource
Declaration
public interface IMeasurementSource
{
string? DeviceIdentifier { get; set; }
string? LocationName { get; set; }
string? Latitude { get; set; }
string? Longitude { get; set; }
}
Last modified: 03 February 2025