RetrievalConfig interface

Configuration options for data retrieval tools.

Signature:

export interface RetrievalConfig 

Properties

Property Type Description
languageCode string The language code of the user.
latLng LatLng The location of the user.

RetrievalConfig.languageCode

The language code of the user.

Signature:

languageCode?: string;

RetrievalConfig.latLng

The location of the user.

Signature:

latLng?: LatLng;