sdk-search / com.tomtom.online.sdk.search / SearchApi / chargingStationsSearch

chargingStationsSearch

@Beta(2020, 12) abstract fun chargingStationsSearch(specification: ChargingStationsSpecification!): Result<ChargingStations!>!

Performs a Charging Stations search action based on the provided object and returns the result using the callback implementation.

Parameters

specification - ChargingStationsSpecification!: The object containing the data necessary to execute a Charging Stations search action.

@Beta(2020, 12) abstract fun chargingStationsSearch(specification: ChargingStationsSpecification!, callback: ChargingStationsCallback!): Unit

Performs a Charging Stations search action based on the provided object and returns the result using the callback implementation.

Parameters

specification - ChargingStationsSpecification!: The object containing the data necessary to execute a Charging Stations search action.

callback - ChargingStationsCallback!: The callback informing the subscriber when the search result is available.