Location Class |
Namespace: MaxMind.GeoIP2.Model
The Location type exposes the following members.
Name | Description | |
---|---|---|
![]() | Location |
Constructor
|
![]() | Location(NullableInt32, NullableDouble, NullableDouble, NullableInt32, String) |
Constructor
|
Name | Description | |
---|---|---|
![]() | AccuracyRadius |
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.
|
![]() | AverageIncome |
The average income in US dollars associated with the IP address.
|
![]() | HasCoordinates | |
![]() | Latitude |
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.
|
![]() | Longitude |
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.
|
![]() | MetroCode |
The metro code of the location if the location is in the US.
MaxMind returns the same metro codes as the
Google AdWords API.
|
![]() | PopulationDensity |
The estimated number of people per square kilometer.
|
![]() | TimeZone |
The time zone associated with location, as specified by the
IANA Time Zone
Database
, e.g., "America/New_York".
|
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 this instance.
(Overrides ObjectToString.) |