Type Alias IPGeolocationInfo
IPGeolocationInfo: {
city: string;
continent: string;
continentCode: string;
country: string;
countryCode: string;
isHosting?: boolean;
isMobile?: boolean;
isProxy?: boolean;
isTor?: boolean;
isVPN?: boolean;
lat: number;
lon: number;
region: string;
timezone?: string;
}
Type declaration
city: string
continent: string
continentCode: string
country: string
countryCode: string
Optional
isHosting?: boolean
Optional
isMobile?: boolean
Optional
isProxy?: boolean
Optional
isTor?: boolean
Optional
isVPN?: boolean
lat: number
lon: number
region: string
Optional
timezone?: string
ISO code e.g. EU