export type Location = { type: 'GEO_POINT', countryCode: string, geoDSL: [number, number] }