FeedType

value class FeedType(val value: String)(source)

Types of feeds that can be published in a GBFS system.

Each feed type corresponds to a specific JSON file defined in the GBFS specification.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Companion object containing predefined feed type constants.

Properties

Link copied to clipboard

The string value representing the feed type.