PoisQueryInfo

@Serializable
data class PoisQueryInfo(val request: String? = null, val geometry: PoisQueryGeometry? = null)

Echo of the request inside the information block

Constructors

Link copied to clipboard
constructor(request: String? = null, geometry: PoisQueryGeometry? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val request: String? = null