HorizonDataSnapshot

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

Horizon data provided by the horizon data adapter for a requested data type and a requested bounding box. The data consists of a list of objects that contain decoded MapReferences.

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

Parameters

objects

The data objects provided for a requested data type and a requested bounding box. The list is empty if the horizon data adapter could not provide any such objects.

Constructors

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

Properties

Link copied to clipboard