Click or drag to resize

GeolocationInfo Class

Represents a geolocation information.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.UtilitiesGeolocationInfo

Namespace:  Dynamicweb.Analytics.Utilities
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class GeolocationInfo

The GeolocationInfo type exposes the following members.

Constructors
  NameDescription
Public methodGeolocationInfo
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyCity
Gets or sets the city.
Public propertyCompany
Gets or sets the company name.
Public propertyCountryCode
Gets or sets the two letter ISO 3166-2 country code.
Public propertyCountryName
Gets or sets the country name.
Public propertyDomain
Gets or sets the domain name.
Public propertyIPAddress
Gets or sets IP address.
Public propertyISP
Gets or sets the name of the Internet Service Provider.
Public propertyLatitude
Gets or sets the latitude.
Public propertyLongitude
Gets or sets the longitude.
Public propertyRegion
Gets or sets the region.
Public propertyZipCode
Gets or sets zip code.
Top
See Also