Click or drag to resize
GeoIP2Location Class
A subclass of the GeoIP2 Location model with minFraud-specific additions.
Inheritance Hierarchy
SystemObject
  Location
    MaxMind.MinFraud.ResponseGeoIP2Location

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.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 (Inherited from Location.)
Public propertyAverageIncome (Inherited from Location.)
Public propertyHasCoordinates (Inherited from Location.)
Public propertyLatitude (Inherited from Location.)
Public propertyLocalTime
The date and time of the transaction in the time zone associated with the IP address.
Public propertyLongitude (Inherited from Location.)
Public propertyMetroCode (Inherited from Location.)
Public propertyPopulationDensity (Inherited from Location.)
Public propertyTimeZone (Inherited from Location.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides Location.ToString.)
Top
See Also