ITMSFNCCustomPlaces Interface
Represents a places service implementation used to execute requests.
API unit family: TMSFNCPlaces
Extends: IInterface
Syntax
ITMSFNCCustomPlaces = interface(IInterface)
Methods
| Name | Description |
|---|---|
| AddHeaders | Adds the provider-specific request headers used by the service call. |
| AddHeadersAutoComplete | Adds the request headers used by the autocomplete call. |
| AddHeadersPlaceDetail | Adds the request headers used by the place-detail call. |
| AddHeadersSearchByText | Adds the request headers used by the search-by-text call. |
| DestroyPlaces | Releases the service instance and its associated resources. |
| IsValid | Returns whether the service is configured and ready to execute requests. |
| ParseAutoComplete | Parses the autocomplete response into the request. |
| ParseGetPlaceDetail | Parses the place-detail response into the request. |
| ParseSearch | Parses the search response into the request. |