Location

data class Location(val alsoAvailable: List<AlsoAvailableItem>?, val transport: List<TransportItem>?, val map: Map?)

Represents location content from Prismic in the Discovery API.

Holds details about available items, transport, and map information.

Constructors

Link copied to clipboard
constructor(alsoAvailable: List<AlsoAvailableItem>?, transport: List<TransportItem>?, map: Map?)

Properties

Link copied to clipboard

List of additional available items, if available.

Link copied to clipboard
val map: Map?

Map details, if available.

Link copied to clipboard

List of transport options, if available.