GeoLocation Constructor (String, String, String, String, String, Double, Double, String, Int32) |
Public constructor.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 13.0.131
Syntax public GeoLocation(
string coutryCode,
string countryName,
string regionCode,
string regionName,
string city,
double latitude,
double longitude,
string postalCode,
int metroCode
)
Parameters
- coutryCode
- Type: SystemString
Country code - countryName
- Type: SystemString
Country name - regionCode
- Type: SystemString
Region/state code - regionName
- Type: SystemString
Region/state name - city
- Type: SystemString
City name - latitude
- Type: SystemDouble
Latitude - longitude
- Type: SystemDouble
Longitude - postalCode
- Type: SystemString
Postal code - metroCode
- Type: SystemInt32
Metro code
See Also