ParkingInfo

abstract class ParkingInfo

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
abstract class Feature

A class hierarchy representing parking amenities. Since the API returns a List, we use a companion object to map those strings to these singleton objects.

Link copied to clipboard
abstract class HeightRestriction
Link copied to clipboard
Link copied to clipboard
abstract class ParkingType

A class hierarchy representing the physical characteristics of a parking facility. A single location can have multiple types (e.g., Off-Street and Covered).

Link copied to clipboard
abstract class Spots