[]
        
(Showing Draft Content)

C1.Web.Api.Visitor.Models.GeoLocation

GeoLocation Class

The geographical location model of the visitor.

Inheritance
GeoLocation
Namespace: C1.Web.Api.Visitor.Models
Assembly: C1.AspNetCore.Api.Visitor.dll
Syntax
public class GeoLocation

Constructors

Name Description
GeoLocation()

Properties

Name Description
CityName

Full name of the visitor's city or town.

CountryCode

Two-letter ISO 3166 code for the visitor's country.

CountryName

Full name of the visitor's country.

Latitude

Latitude of the city where the IP address is located.

Longitude

Longitude of the city where the IP address is located.

RegionName

Two-letter code for the visitor's region

TimeZone

The timezone of the visitor's location.

ZipCode

The visitor's zip/postal code.