RetrievalConfig

@Serializable
data class RetrievalConfig(val latLng: LatLng? = null, val languageCode: String? = null)

Represents the retrieval config.

Constructors

Link copied to clipboard
constructor(latLng: LatLng? = null, languageCode: String? = null)

Properties

Link copied to clipboard
val languageCode: String?

The language code.

Link copied to clipboard

The lat lng.