Dataset

data class Dataset(val systemId: String, val versions: List<VersionInfo>)(source)

Represents a GBFS dataset published by a provider.

Each dataset corresponds to a distinct system or geographic area in which vehicles are operated, identified by its system ID and available in multiple GBFS versions.

Constructors

Link copied to clipboard
constructor(systemId: String, versions: List<VersionInfo>)

Properties

Link copied to clipboard

The system_id from system_information.json for the corresponding data set(s).

Link copied to clipboard

Contains one object for each of the available versions of a feed. The array MUST be sorted by increasing MAJOR and MINOR version number.