SearchResultId

data class SearchResultId(val id: String, val source: Source, val fuelPriceId: FuelPriceId? = null, val evChargingAvailabilityId: EvChargingAvailabilityId? = null, val parkingInformationId: ParkingInformationId? = null, val geometryId: GeometryId? = null)

Identifier that represents the search result.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

id

Identifier. In combination with the source it uniquely identifies a search result. It is available for all online search results and only offline POI search results.

source

This is the source of the result.

fuelPriceId

This is an optional source identifier that can be used for retrieving a fuel price. This is applicable for fuel stations only.

evChargingAvailabilityId

This is an optional source identifier which can be used for retrieving availability of Electric Vehicle (EV) connectors. This is applicable for EV stations only.

parkingInformationId

This is an optional source identifier which can be used for retrieving availability of parking spots. This is applicable for parking stations only.

geometryId

This is an optional source identifier which can be used for retrieving geometries for search results.

Constructors

Link copied to clipboard
fun SearchResultId(id: String, source: Source, fuelPriceId: FuelPriceId? = null, evChargingAvailabilityId: EvChargingAvailabilityId? = null, parkingInformationId: ParkingInformationId? = null, geometryId: GeometryId? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val geometryId: GeometryId? = null
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard