GeometryResponse

@Serializable
data class GeometryResponse(val location: LocationResponse? = null)

Constructors

Link copied to clipboard
constructor(location: LocationResponse? = null)

Properties

Link copied to clipboard
@Serializable
val location: LocationResponse? = null