Table of Contents

TTMSFNCGooglePlaces Class

Non-visual component that provides Google Places functionality.

API unit family: TMSFNCGooglePlaces Inherits from: TTMSFNCCustomPlaces

Syntax

TTMSFNCGooglePlaces = class(TTMSFNCCustomPlaces)

Methods

Name Description
SearchByText Starts an asynchronous text search for places.
SearchByTextResult Performs a text search and reports the result through the supplied callback.
SearchByTextSync Performs a synchronous text search and returns the matching places.
SearchNearby Starts an asynchronous nearby search for places.
SearchNearbyNextPage Requests the next page of nearby search results.
SearchNearbyNextPageResult Requests the next page of nearby results and reports them through the supplied callback.
SearchNearbyNextPageSync Synchronously requests the next page of nearby results and returns them.
SearchNearbyResult Performs a nearby search and reports the result through the supplied callback.
SearchNearbySync Performs a synchronous nearby search and returns the matching places.