TTMSFNCGooglePlaces.SearchByText Method
Starts an asynchronous text search for places.
API unit family: TMSFNCGooglePlaces
Declaring type: TTMSFNCGooglePlaces
Syntax
procedure SearchByText(ASearch: string; ALocation: TTMSFNCMapsCoordinateRec; ACallback: TTMSFNCPlacesCallback = nil; AID: string = ''; ADataPointer: Pointer = nil; ALocale: string = ''; AMode: TTMSFNCMapsLocaleMode = mlmDefault); override;
Parameters
| Name | Description |
|---|---|
ASearch |
Text to search for. |
ALocation |
Center coordinate used to bias the search. |
ACallback |
Optional callback invoked when the request completes. |
AID |
Optional identifier associated with the request. |
ADataPointer |
Optional custom pointer data associated with the request. |
ALocale |
Optional locale used for the request. |
AMode |
Locale mode controlling how the locale is applied. |