LocationAccuracyRadius Property |
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.
Namespace:
MaxMind.GeoIP2.Model
Assembly:
MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax public Nullable<int> AccuracyRadius { get; }
Public ReadOnly Property AccuracyRadius As Nullable(Of Integer)
Get
public:
property Nullable<int> AccuracyRadius {
Nullable<int> get ();
}
member AccuracyRadius : Nullable<int> with get
Property Value
Type:
NullableInt32See Also