TTMSFNCGeocodingRequest Class
Represents a geocoding request, its status, and the result items returned for it.
API unit family: TMSFNCGeocoding
Inherits from: TCollectionItem
Syntax
TTMSFNCGeocodingRequest = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBoolean | Gets or sets custom Boolean data associated with the request. |
| DataInteger | Gets or sets custom integer data associated with the request. |
| DataObject | Gets or sets custom object data associated with the request. |
| DataPointer | Gets or sets custom pointer data associated with the request. |
| DataString | Gets or sets custom string data associated with the request. |
| ErrorMessage | Gets or sets the provider error message returned for the request. |
| First | Gets the first result item in the request, or nil when no result is available. |
| ID | Gets the caller-provided identifier associated with the request. |
| Items | Gets or sets the result items returned for the request. |
| Status | Gets or sets the provider status string returned for the request. |