packages/edge/docs/interfaces/Geo.md
The location information of a given request.
• Optional city: string
The city that the request originated from.
packages/functions/headers.d.ts:59
• Optional country: string
The country that the request originated from.
packages/functions/headers.d.ts:61
• Optional countryRegion: string
The region part of the ISO 3166-2 code of the client IP. See docs.
packages/functions/headers.d.ts:69
• Optional flag: string
The flag emoji for the country the request originated from.
packages/functions/headers.d.ts:63
• Optional latitude: string
The latitude of the client.
packages/functions/headers.d.ts:71
• Optional longitude: string
The longitude of the client.
packages/functions/headers.d.ts:73
• Optional postalCode: string
The postal code of the client
packages/functions/headers.d.ts:75
• Optional region: string
The Vercel Edge Network region that received the request.
packages/functions/headers.d.ts:65