Moved more to Map library
This commit is contained in:
@ -3,11 +3,12 @@ namespace View_by_Distance.Shared.Models.Properties;
|
||||
public interface IClosest
|
||||
{
|
||||
|
||||
public double? Average { get; }
|
||||
public int? NormalizedPixelPercentage { get; }
|
||||
public double Average { get; }
|
||||
public bool? IsWrongYear { get; }
|
||||
public double? Minimum { get; }
|
||||
public Mapping Mapping { get; }
|
||||
public double Minimum { get; }
|
||||
public DateTime MinimumDateTime { get; }
|
||||
public PersonBirthday? PersonBirthday { get; }
|
||||
public int NormalizedPixelPercentage { get; }
|
||||
public long? TicksDelta { get; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user