TTMSFNCCustomCloudGoogleLocationLookup Class
Base class that queries the places and geocoding services to resolve address autocomplete suggestions and geographic coordinates. Descendants expose this functionality as a component.
API unit family: TMSFNCCloudGoogleLookup
Inherits from: TTMSFNCSimpleCloudOAuth
Syntax
TTMSFNCCustomCloudGoogleLocationLookup = class(TTMSFNCSimpleCloudOAuth)
Methods
| Name | Description |
|---|---|
| GetGeoLocation | Sends an asynchronous geocoding request that resolves the supplied address to geographic coordinates. The result is reported through OnGetGeoLocation. |
| LocationLookup | Sends an asynchronous place autocomplete request for the supplied text. The matching address descriptions are reported through OnLocationLookup. |