Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GeoLocation

Package version

The geo-location context attached to the ip entity

Hierarchy

  • GeoLocation

Index

Properties

Optional asn

asn: undefined | number

Autonomous System Number NOTE: This property will not be serialized. It can only be populated by the server.

Optional city

city: undefined | string

City name NOTE: This property will not be serialized. It can only be populated by the server.

Optional countryCode

countryCode: undefined | string

The country code according to ISO 3166 format NOTE: This property will not be serialized. It can only be populated by the server.

Optional countryName

countryName: undefined | string

Country name according to ISO 3166 Alpha 2: the lowercase of the English Short Name NOTE: This property will not be serialized. It can only be populated by the server.

Optional latitude

latitude: undefined | number

The longitude of the identified location, expressed as a floating point number with range of -180 to 180, with positive numbers representing East and negative numbers representing West. Latitude and longitude are derived from the city or postal code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional longitude

longitude: undefined | number

The latitude of the identified location, expressed as a floating point number with range of - 90 to 90, with positive numbers representing North and negative numbers representing South. Latitude and longitude are derived from the city or postal code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional state

state: undefined | string

State name NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc