SpotItResult

class SpotItResult(var requestId: String? = "", var spots: List<SpotItSpot> = emptyList())

Represents the result of a Spot It request.

Constructors

Link copied to clipboard
constructor(requestId: String? = "", spots: List<SpotItSpot> = emptyList())

Properties

Link copied to clipboard

The unique identifier of the Spot It request.

Link copied to clipboard

A list of SpotItSpot objects that match the request.

Functions

Link copied to clipboard
open override fun toString(): String