export interface LocationEntity { location: string; region: string; lat: number; lon: number; distance?: number; }