London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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