TTMSFNCLocationRequest Class
Represents a single location request and its result.
API unit family: TMSFNCLocation
Inherits from: TCollectionItem
Syntax
TTMSFNCLocationRequest = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| City | City name. |
| Continent | Continent name. |
| ContinentCode | Continent code. |
| Coordinate | Geographic coordinate associated with the item. |
| Country | Country name. |
| CountryCode | ISO country code. |
| DataBoolean | Stores custom boolean data associated with the item. |
| DataInteger | Stores custom integer data associated with the item. |
| DataObject | Stores a custom object associated with the item. |
| DataPointer | Stores custom pointer data associated with the item. |
| DataString | Stores custom string data associated with the item. |
| ID | Identifier associated with the item or request. |
| IP | IP address to resolve to a location. |
| IPType | Type of the IP address (for example IPv4 or IPv6). |
| PostalCode | Postal or ZIP code. |
| Region | Region name. |
| RegionCode | Region code. |