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 NormalizedRectangle { init; get; } }