Map

data class Map(val address: String?, val url: String?)

Represents map details from Prismic in the Discovery API.

Holds address and URL for map-related content.

Constructors

Link copied to clipboard
constructor(address: String?, url: String?)

Properties

Link copied to clipboard

The map's address, if available.

Link copied to clipboard
val url: String?

The map's URL, if available.