Table of Contents

TTMSFNCCloudGoogleLocationLookup Class

Component that resolves address autocomplete suggestions and geographic coordinates. Drop it on a form and call TTMSFNCCustomCloudGoogleLocationLookup.LocationLookup or TTMSFNCCustomCloudGoogleLocationLookup.GetGeoLocation.

API unit family: TMSFNCCloudGoogleLookup Inherits from: TTMSFNCCustomCloudGoogleLocationLookup

Syntax

TTMSFNCCloudGoogleLocationLookup = class(TTMSFNCCustomCloudGoogleLocationLookup)

Methods

Name Description
GetGeoLocation Sends an asynchronous geocoding request that resolves the supplied address to geographic coordinates. The result is reported through OnGetGeoLocation. (inherited from TTMSFNCCustomCloudGoogleLocationLookup)
LocationLookup Sends an asynchronous place autocomplete request for the supplied text. The matching address descriptions are reported through OnLocationLookup. (inherited from TTMSFNCCustomCloudGoogleLocationLookup)

Events

Name Description
OnGetGeoLocation Occurs when a geocoding request completes and the resolved coordinates are available. (inherited from TTMSFNCCustomCloudGoogleLocationLookup)
OnLocationLookup Occurs when a location lookup request completes and the list of matching address descriptions is available. (inherited from TTMSFNCCustomCloudGoogleLocationLookup)