Table of Contents

TMS FNC Places — Guides

Set Request.Query for keyword searches. Set Request.Coordinate and Request.Radius for nearby searches. Call GetPlaces and handle OnGetPlaces to receive results.

Place details

To retrieve detailed information about a specific place, call GetPlaceDetails with the place identifier returned in a previous search result.

Place photos

Place results include Photos (TTMSFNCPlacesPhotoItems). Each TTMSFNCPlacesPhotoItem contains a photo reference that can be used to retrieve the image URL via GetPhotoURL.

Service backends

Set the Service property to switch between available places providers. See ITMSFNCPlacesService for the interface implemented by each backend.

See also