DestinationResult

Represents detailed information about a destination, including various attributes like arrival information, charge time, weather conditions, ratings, and more.

This class provides a comprehensive view of a destination, tailored for applications dealing with travel, charging stations, and other related services.

Properties

Link copied to clipboard

The address of the destination.

Link copied to clipboard

Details about the arrival at the destination.

Link copied to clipboard

Optional information about the charging time at the destination.

Link copied to clipboard

List of charging station details at the destination.

Link copied to clipboard

An optional description of the destination.

Link copied to clipboard

Optional string representing the cost of electric vehicle charging.

Link copied to clipboard

An optional id. Non null when the DestinationResult is an EV charging station.

Link copied to clipboard

Optional status indicating whether the destination is marked as a favorite.

Link copied to clipboard

The locale associated with this destination result.

Link copied to clipboard

Information about the hours of operation for the destination.

Link copied to clipboard

An optional phone number for the destination.

Link copied to clipboard

A list of images providing visual information about the destination.

Link copied to clipboard

User or system-generated rating for the destination.

Link copied to clipboard

An optional secondary name for the point of interest.

Link copied to clipboard

Flag to indicate whether to show the description title.

Link copied to clipboard

Flag to indicate whether to show driving notifications.

Link copied to clipboard

Flag to indicate whether feedback options should be displayed.

Link copied to clipboard

The current weather state at the place.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int