AreaOfInterest

data class AreaOfInterest(val paths: List<HorizonPath>)

Representing the area of interest for which data sources should prepare data.

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

Parameters

paths

The latest list of horizon paths from the virtual horizon service.

Constructors

Link copied to clipboard
constructor(paths: List<HorizonPath>)

Properties

Link copied to clipboard