| LocationPopulationDensity Property  | 
                The estimated number of people per square kilometer.
            
 
Namespace: MaxMind.GeoIP2.ModelAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic Nullable<int> PopulationDensity { get; }Public ReadOnly Property PopulationDensity As Nullable(Of Integer)
	Get
public:
property Nullable<int> PopulationDensity {
	Nullable<int> get ();
}member PopulationDensity : Nullable<int> with get
Property Value
Type: 
NullableInt32
See Also