namespace View_by_Distance.Shared.Models.Stateless; public interface ILocation { const int Decimals = 6; const int Factor = 1000000; }