Table of Contents

TTMSFNCCloudIPLocalizationIP Class

Represents a single resolved IP address together with the geolocation details returned by the configured provider, such as city, region, country, continent, coordinates, time zone, flag, and network operator.

API unit family: TMSFNCCloudIPLocalization

Syntax

TTMSFNCCloudIPLocalizationIP = class

Properties

Name Description
AutonomousSystem The autonomous system and network operator details.
City The city associated with the IP address.
Continent The continent the IP address is located in.
ContinentCode The continent code associated with the IP address.
ContinentName The continent name associated with the IP address.
Country The country name associated with the IP address.
CountryCode The ISO country code associated with the IP address.
Flag The country flag details associated with the IP address.
IPAddress The IP address that was resolved.
IsVPN Indicates whether the IP address is detected as a VPN or proxy. Returns True when the provider flags the address as a VPN or proxy.
Latitude The latitude coordinate of the IP address location, in degrees.
Longitude The longitude coordinate of the IP address location, in degrees.
Owner The localization logic instance that owns this IP entry.
PostalCode The postal or ZIP code associated with the IP address.
Region The region or state associated with the IP address.
RegionCode The code identifying the region or state.
TimeZone The time zone details associated with the IP address.

Methods

Name Description
GetFlagImage Starts an asynchronous request that downloads the country flag image for this IP entry. The image bytes become available through the TTMSFNCCloudIPLocalizationIPFlag.FlagImageStream field of Flag once the request completes.