Interface IGeoInfoWAN

interface IGeoInfoWAN {
    accuracy: number;
    address: string;
    asn: number;
    city: string;
    continent_code: string;
    country_code: string;
    country_name: string;
    isp_name: string;
    isp_organization: string;
    latitude: number;
    longitude: number;
    timezone: string;
}

Properties

accuracy: number
address: string
asn: number
city: string
continent_code: string
country_code: string
country_name: string
isp_name: string
isp_organization: string
latitude: number
longitude: number
timezone: string

Generated using TypeDoc