@maxmind/geoip2-node
    Preparing search index...

    Class Country

    Class representing the model of a "Country" response *

    Hierarchy (View Summary)

    Index

    Constructors

    • Instantiates a "Country" using fields from the response

      Parameters

      • response: CountryResponse

        The GeoIP2 response

      • OptionalipAddress: string
      • Optionalnetwork: string

      Returns Country

    Properties

    continent?: ContinentRecord

    The continent for the requested IP address.

    country?: CountryRecord

    The country for the requested IP address. This object represents the country where MaxMind believes the end user is located.

    maxmind?: MaxMindRecord

    The MaxMind record containing data related to your account.

    registeredCountry?: RegisteredCountryRecord

    The registered country record for the requested IP address. This record represents the country where the ISP has registered a given IP block and may differ from the user's country.

    representedCountry?: RepresentedCountryRecord

    The represented country record for the requested IP address. The represented country is used for things like military bases or embassies. It is only present when the represented country differs from the country.

    traits: TraitsRecord

    The traits for the requested IP address.