| 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.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic 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: 
NullableInt32
See Also