@ipregistry/client
    Preparing search index...

    Interface Location

    interface Location {
        city: null | string;
        continent: Continent;
        country: Country;
        in_eu: boolean;
        language: Language;
        latitude: null | number;
        longitude: null | number;
        postal: null | string;
        region: Region;
    }
    Index

    Properties

    city: null | string
    continent: Continent
    country: Country
    in_eu: boolean
    language: Language
    latitude: null | number
    longitude: null | number
    postal: null | string
    region: Region