Click or drag to resize

GeoIP2Location Class

A subclass of the GeoIP2 Location model with minFraud-specific additions.
Inheritance Hierarchy
SystemObject
  MaxMind.GeoIP2.ModelLocation
    MaxMind.MinFraud.ResponseGeoIP2Location

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public sealed class GeoIP2Location : Location

The GeoIP2Location type exposes the following members.

Constructors
  NameDescription
Public methodGeoIP2Location
Initializes a new instance of the GeoIP2Location class
Top
Properties
  NameDescription
Public propertyAccuracyRadius
The approximate accuracy radius in kilometers around the latitude and longitude for the IP address. This is the radius where we have a 67% confidence that the device using the IP address resides within the circle centered at the latitude and longitude with the provided radius.
(Inherited from Location.)
Public propertyAverageIncome
The average income in US dollars associated with the IP address.
(Inherited from Location.)
Public propertyHasCoordinates
Determines whether both the Latitude and Longitude have values.
(Inherited from Location.)
Public propertyLatitude
The approximate latitude of the location associated with the IP address. This value is not precise and should not be used to identify a particular address or household.
(Inherited from Location.)
Public propertyLocalTime
The date and time of the transaction in the time zone associated with the IP address.
Public propertyLongitude
The approximate longitude of the location associated with the IP address. This value is not precise and should not be used to identify a particular address or household.
(Inherited from Location.)
Public propertyMetroCode
The metro code of the location if the location is in the US. MaxMind returns the same metro codes as the Google AdWords API.
(Inherited from Location.)
Public propertyPopulationDensity
The estimated number of people per square kilometer.
(Inherited from Location.)
Public propertyTimeZone
The time zone associated with location, as specified by the IANA Time Zone Database , e.g., "America/New_York".
(Inherited from Location.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides LocationToString.)
Top
See Also