Package-level declarations

Includes interfaces for information about EV charging availability, fuel prices, and parking details.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface EvChargingAvailabilityProvider : AutoCloseable

Interface for providing information about EV charging availability.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface FuelPriceProvider : AutoCloseable

Interface for providing information about fuel prices.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface ParkingDetailProvider : AutoCloseable

Interface for providing parking information.