GeneralInfoBlocks

data class GeneralInfoBlocks(val info: String? = null, val howToGetThere: String? = null, val map: String? = null)

Represents general information blocks for entities in the Discovery API.

Holds optional info, directions, and map details for an entity.

Constructors

Link copied to clipboard
constructor(info: String? = null, howToGetThere: String? = null, map: String? = null)

Properties

Link copied to clipboard
val howToGetThere: String? = null

Optional directions to the entity.

Link copied to clipboard
val info: String? = null

Optional general information about the entity.

Link copied to clipboard
val map: String? = null

Optional map details for the entity.