Interface IGeolocationResult
Model describing the result of a Geolocation lookup
Namespace: EPiServer.Personalization
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public interface IGeolocationResultProperties
ContinentCode
Two characters continent code based on ISO 3166.
Declaration
string ContinentCode { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
CountryCode
Two characters country code based on ISO 3166.
Declaration
string CountryCode { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Location
Represents the location.
Declaration
GeoCoordinate Location { get; }Property Value
| Type | Description | 
|---|---|
| GeoCoordinate | 
Region
The region within the country
Declaration
string Region { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
TimeZone
The time zone.
Declaration
TimeZoneInfo TimeZone { get; }Property Value
| Type | Description | 
|---|---|
| System.TimeZoneInfo | 
