RetrievalConfig

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

Retrieval config.

Constructors

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

Properties

Link copied to clipboard
val languageCode: String? = null

The language code of the user.

Link copied to clipboard
val latLng: LatLng? = null

The location of the user.