Try our conversational search powered by Generative AI!

Interface IGeolocationResult

Model describing the result of a Geolocation lookup

Namespace: EPiServer.Personalization
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public interface IGeolocationResult

Properties

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

Extension Methods