Package com.tomtom.sdk.search.client.model.information

Types

Link copied to clipboard
data class AdditionalDataSources(val chargingAvailability: ChargingAvailabilityDataSource?, val geometry: GeometryDataSource?)

Contains information about the Points Of Interest details.

Link copied to clipboard
data class ChargingAvailabilityDataSource(val id: String)

Contains information about the charging stations availability.

Link copied to clipboard
enum EntityType : Enum<EntityType>

The type of the entity.

Link copied to clipboard
data class EntryPoint(    val type: EntryType,     val position: GeoCoordinate,     val functions: List<String> = emptyList())

The Point Of Interest entry point.

Link copied to clipboard
enum EntryType : Enum<EntryType>

Defines the type of the entrance.

Link copied to clipboard
data class GeometryDataSource(val id: String)

Contains information about a data source related to the geometric shape of the result.

Link copied to clipboard
enum SpreadingMode : Enum<SpreadingMode>

Defines the spreading of returned results along the route.