type Position = {
  lat: number,
  lon: number,
};

export { Position };
