Package com.tomtom.sdk.search.client.parking

Types

Link copied to clipboard

Callback that reports when a ParkingDynamicDataResponse or SearchError is received.

Link copied to clipboard
data class ParkingDynamicDataOptions(val searchResultId: SearchResultId)

Contains the parameters to use in a parking dynamic data search.

Link copied to clipboard
data class ParkingDynamicDataResponse(    val available: Boolean,     val numberOfEmptySpots: Int? = null,     val availabilityTrend: AvailabilityTrend? = null)

Response of the parking dynamic data search.