Package com.tomtom.sdk.routing.common.options.description

Types

Link copied to clipboard
enum CoordinatePrecision : Enum<CoordinatePrecision>

Represents the 'coordinatePrecision' parameter in a Request to the Routing API.

Link copied to clipboard
data class QueryOptions(    val extras: Map<String, String> = emptyMap(),     val customEndpoint: URL? = null,     val trackingId: String? = null)

Options related to the API request.

Link copied to clipboard
enum ReportType : Enum<ReportType>

This represents the report type.

Link copied to clipboard
enum SectionType : Enum<SectionType>

Represents the requested section type.