export interface SquareWithDistance { coordinates: string; distance: number; }