Evergage Core API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Location

Index

Properties

Optional city

city: string

Optional continentKey

continentKey: string

Optional countryCode

countryCode: string

An ISO 3166-1 alpha-2 (http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code (e.g. "US")

Optional countryNumericCode

countryNumericCode: number

ISO-3166-1 numeric country code (e.g. 840 for United States)

Optional domain

domain: string

Optional geographicPoint

geographicPoint: GeographicPoint

longitude/latitude

Optional isp

isp: string

Optional naicsCode

naicsCode: string

NAICS industry code (e.g. 611310)

Optional organization

organization: string

Optional postalCode

postalCode: string

Optional stateProvinceCode

stateProvinceCode: string

region local code (e.g. "MA" for Massachusetts)

Optional timeZoneId

timeZoneId: string

time zone (as specified by client or based on longitude / latitude from IP address)

Methods

Optional toFlatJSON

  • toFlatJSON(): object
  • toFlatJSON(attributeNames?: string[]): object
  • Converts all non-complex attributes to a flat JSON like structure. Attributes are returned using the default locale.

    Returns object

    Flat JSON version of requested attributes

    • [attributeName: string]: any
  • Converts all non-complex attributes to a flat JSON like structure. Attributes are returned using the default locale.

    Parameters

    • Optional attributeNames: string[]

    Returns object

    Flat JSON version of requested attributes

    • [attributeName: string]: any

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc