sdk-search / com.tomtom.online.sdk.search.ev / Availability

Availability

@Beta(2020, 12) data class Availability : Serializable

The charging connector data.

Parameters

available - The number of charging points that are available.

occupied - The number of charging points that are occupied.

reserved - The number of charging points that are reserved.

unknown - The number of charging points whose availability data is not known.

outOfService - The number of charging points that are out of service.

Properties

available

val available: Int

The number of charging points that are available.

occupied

val occupied: Int

The number of charging points that are occupied.

outOfService

val outOfService: Int

The number of charging points that are out of service.

reserved

val reserved: Int

The number of charging points that are reserved.

unknown

val unknown: Int

The number of charging points whose availability data is not known.