Table of Contents

TTMSFNCGeocodingItem Class

Represents one address candidate returned by a geocoding or reverse-geocoding request.

API unit family: TMSFNCGeocoding Inherits from: TCollectionItem

Syntax

TTMSFNCGeocodingItem = class(TCollectionItem)

Properties

Name Description
Address Gets or sets the formatted address of the result.
City Gets or sets the city component of the result address.
Coordinate Gets or sets the coordinate of the result.
Country Gets or sets the country component of the result address.
CountryCode Gets or sets the country code of the result address.
County Gets or sets the county component of the result address.
DataBoolean Gets or sets custom Boolean data associated with the result item.
DataInteger Gets or sets custom integer data associated with the result item.
DataObject Gets or sets custom object data associated with the result item.
DataPointer Gets or sets custom pointer data associated with the result item.
DataString Gets or sets custom string data associated with the result item.
District Gets or sets the district component of the result address.
Intersection Gets or sets the intersection name reported for the result.
PostalCode Gets or sets the postal code of the result address.
Precision Gets or sets the precision reported by the provider for the result.
Province Gets or sets the province component of the result address.
ProvinceCode Gets or sets the province code of the result address.
Region Gets or sets the region component of the result address.
RegionCode Gets or sets the region code of the result address.
Street Gets or sets the street component of the result address.
StreetName Gets or sets the street name without the house number.
StreetNumber Gets or sets the street or house number component.