GeoInfo Constructor

Initializes a new instance of the GeoInfo class.

Definition

Namespace: DevCase.Core.Networking.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public GeoInfo(
	string countryName,
	string countryCode,
	string regionName,
	string regionCode,
	string city,
	string postalCode,
	string hostname,
	string ip,
	string latitude,
	string longitude
)

Parameters

countryName  String
The name of the country.
countryCode  String
The codename of the country.
regionName  String
The name of the region.
regionCode  String
The codename of the region.
city  String
The name of the city.
postalCode  String
The postal code.
hostname  String
The hostname.
ip  String
The IP address.
latitude  String
The latitude coordinates.
longitude  String
The longitude coordinates.

See Also