Click or drag to resize

City Constructor (NullableInt32, NullableInt64, IDictionaryString, String, IEnumerableString)

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: SystemNullableInt32
geoNameId (Optional)
Type: SystemNullableInt64
names (Optional)
Type: System.Collections.GenericIDictionaryString, String
locales (Optional)
Type: System.Collections.GenericIEnumerableString
See Also