General Info Blocks
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.