ExtendedLocationResponse

data class ExtendedLocationResponse(val name: String, val type: String)

The extended location info.

Constructors

Link copied to clipboard
constructor(name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of extended location.

Link copied to clipboard

The type of extended location.