ExtendedLocationResponse

data class ExtendedLocationResponse(val name: String? = null, val type: String)

Extended Location.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Name of extended location.

Link copied to clipboard

Type of extended location.