namespace View_by_Distance.Shared.Models.Properties; public interface IMappingFromLocation { public int AreaPermyriad { init; get; } public int ConfidencePercent { init; get; } public string DeterministicHashCodeKey { init; get; } public int? Eyeα { init; get; } public bool? EyeReview { init; get; } public int WholePercentages { init; get; } }