OpenParking Documentation Beta

Structure Data​Point

public struct DataPoint

A collection of lot data point that were collected together.

Initializers

init(timestamp:​lots:​)

public init(timestamp: Date = Date(), lots: [LotResult])

Properties

timestamp

let timestamp: Date

Date when this data point was created.

lots

let lots: [LotResult]