Address Class |
Namespace: MaxMind.MinFraud.Response
The Address type exposes the following members.
Name | Description | |
---|---|---|
![]() | DistanceToIPLocation |
The distance in kilometers from the address to the IP location.
|
![]() | IsInIPCountry |
This property is true if the address is in the
IP country.The property is false when the address is not in the IP
country. If the address could not be parsed or was not provided or if the
IP address could not be geolocated, the property will be null.
|
![]() | IsPostalInCity |
This property is true if the postal code
provided with the address is in the city for the address.The property is
false when the postal code is not in the city. If the address was
not provided, could not be parsed, or was not in USA, the property will
be null.
|
![]() | Latitude |
The latitude associated with the address.
|
![]() | Longitude |
The longitude associated with the address.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |