export interface GeolocationData { latitude: number; longitude: number; meanSeaLevel: number; }