Try our conversational search powered by Generative AI!

Class GeolocationResult

Default implementation of IGeolocationResult

Inheritance
System.Object
GeolocationResult
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Personalization
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public class GeolocationResult : IGeolocationResult

Constructors

GeolocationResult()

Declaration
public GeolocationResult()

Properties

ContinentCode

Two characters continent code based on ISO 3166.

Declaration
public string ContinentCode { get; set; }
Property Value
Type Description
System.String

CountryCode

Two characters country code based on ISO 3166.

Declaration
public string CountryCode { get; set; }
Property Value
Type Description
System.String

Location

Represents the location.

Declaration
public GeoCoordinate Location { get; set; }
Property Value
Type Description
GeoCoordinate

Region

The region within the country

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String

TimeZone

The time zone.

Declaration
public TimeZoneInfo TimeZone { get; set; }
Property Value
Type Description
System.TimeZoneInfo

Implements

Extension Methods