Expanded

@JsonClass(generateAdapter = true)
data class Expanded(val location: Location) : ExpandableLocation

An expanded Location object.

Constructors

Link copied to clipboard
constructor(location: Location)

Properties

Link copied to clipboard
open override val id: String

Location's ID. Available in either return type.

Link copied to clipboard