Click or drag to resize

City Constructor (Nullable<Int32>, Nullable<Int64>, IDictionary<String, String>, IEnumerable<String>)

Constructor

Namespace:  MaxMind.GeoIP2.Model
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public City(
	Nullable<int> confidence = null,
	Nullable<long> geoNameId = null,
	IDictionary<string, string> names = null,
	IEnumerable<string> locales = null
)

Parameters

confidence (Optional)
Type: System.Nullable<Int32>
geoNameId (Optional)
Type: System.Nullable<Int64>
names (Optional)
Type: System.Collections.Generic.IDictionary<String, String>
locales (Optional)
Type: System.Collections.Generic.IEnumerable<String>
See Also