HorizonDataSnapshot

data class HorizonDataSnapshot(val objects: List<DataObject>)

Represents data from a DataSource returned for a specific bounding box.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

objects

Retrieved objects of a requested type. Empty if nothing fulfills the request.

Constructors

Link copied to clipboard
constructor(objects: List<DataObject>)

Properties

Link copied to clipboard