GeoLocation Constructor (String, String, String, String, String, Double, Double, Int32, String, Int32, Int32) |
Public constructor.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax public GeoLocation(
string coutryCode,
string countryName,
string regionCode,
string regionName,
string city,
double latitude,
double longitude,
int areaCode,
string postalCode,
int dmaCode,
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 - areaCode
- Type: SystemInt32
Area code - postalCode
- Type: SystemString
Postal code - dmaCode
- Type: SystemInt32
DMA code - metroCode
- Type: SystemInt32
Metro code
See Also