Table of Contents

TTMSFNCGooglePlaces.SearchByTextSync Method

Performs a synchronous text search and returns the matching places.

API unit family: TMSFNCGooglePlaces Declaring type: TTMSFNCGooglePlaces

Syntax

function SearchByTextSync(ASearch: string; ALocation: TTMSFNCMapsCoordinateRec; ALocale: string = ''; AMode: TTMSFNCMapsLocaleMode = mlmDefault): TTMSFNCPlacesRequest; overload; override;

Parameters

Name Description
ASearch Text to search for.
ALocation Center coordinate used to bias the search.
ALocale Optional locale used for the request.
AMode Locale mode controlling how the locale is applied.

Returns

The request containing the matching places.