PoisInformation

@Serializable
data class PoisInformation(val attribution: String? = null, val version: String? = null, val timestamp: Long? = null, val query: PoisQueryInfo? = null)

The “information” block at the end of the response. Note: ORS uses "information" (not "metadata") here.

Constructors

Link copied to clipboard
constructor(attribution: String? = null, version: String? = null, timestamp: Long? = null, query: PoisQueryInfo? = null)

Properties

Link copied to clipboard
val attribution: String? = null
Link copied to clipboard
val query: PoisQueryInfo? = null
Link copied to clipboard
val timestamp: Long? = null
Link copied to clipboard
val version: String? = null