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