All Types

com.tomtom.online.sdk.traffic.incidents.response.BaseTrafficIncident

Base class that contains details about traffic incident with a set of getters. Subclassed in TrafficIncident.

com.tomtom.online.sdk.traffic.BuildConfig
com.tomtom.online.sdk.traffic.BuildConfig
com.tomtom.online.sdk.traffic.api.flow.segmentdata.FlowSegmentDataApi

Contains public API methods of Traffic Flow Segment Data service.

com.tomtom.online.sdk.traffic.flow.query.FlowSegmentDataQuery

Builder class used to create FlowSegmentDataQuery.

com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse

Response to a Traffic Flow Segment Data Request.

com.tomtom.online.sdk.traffic.api.flow.segmentdata.FlowSegmentDataResultListener

Listener for traffic flow segment data results.

com.tomtom.online.sdk.traffic.flow.query.FlowSegmentSpeedUnit

Represents the speed unit.

com.tomtom.online.sdk.traffic.flow.query.FlowSegmentStyle

Represents the type of flow segment data displayed on the tile.

com.tomtom.online.sdk.traffic.flow.response.FunctionalRoadClass

Represents the road type of the traffic flow segment.

com.tomtom.online.sdk.traffic.flow.query.IFlowSegmentDataQuery

This query is an interface designed to transfer Traffic Flow Segment Data parameters in a readable manner by implementing the class: FlowSegmentDataQueryBuilder. The FlowSegmentDataQuery instance can be constructed using the associated FlowSegmentDataQueryBuilder class. Once constructed, the user cannot change the field values.

com.tomtom.online.sdk.traffic.incidents.query.IIncidentDetailsQuery

An interface to specify details of a traffic incident query such as language or geometry type that will be used in the Response. This interface is used in the IncidentDetailsQueryBuilder class.

com.tomtom.online.sdk.traffic.api.incident.details.IncidentDetailsApi

Contains public API methods of Traffic Incident Details service.

com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQuery

A builder class used to create IncidentDetailsQuery.

com.tomtom.online.sdk.traffic.incidents.response.IncidentDetailsResponse

Response to a com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQuery.

com.tomtom.online.sdk.traffic.api.incident.details.IncidentDetailsResultListener

Listener for traffic incident details results.

com.tomtom.online.sdk.traffic.incidents.query.IncidentGeometryType

The type of vector geometry added to incidents.

com.tomtom.online.sdk.traffic.incidents.response.IncidentIconCategory

The icon category associated with a traffic incident.

com.tomtom.online.sdk.traffic.incidents.response.IncidentMagnitude

The magnitude of the delay associated with an incident. These values correspond to incident colors in traffic tiles.

com.tomtom.online.sdk.traffic.incidents.query.IncidentResponseLanguage

Affects the cause and description fields in the Response.

com.tomtom.online.sdk.traffic.incidents.query.IncidentStyle

The style that will be used to render the traffic tile in the Maps API. This will have an effect on the coordinates of traffic incidents in the reply.

com.tomtom.online.sdk.traffic.flow.NativeFlowSegmentDataService

A wrapper for a native object providing access to the Traffic Flow Segment Data service. Extends the base class with a Response type returned by the REST service handler of FlowSegmentDataResponse and query passed as FlowSegmentDataQuery.

com.tomtom.online.sdk.traffic.incidents.NativeIncidentDetailsService

A wrapper for a native object providing access to the Incident Details service. Extends the base class with a Response type returned by the REST service handler of IncidentDetailsResponse and a query passed as IncidentDetailsQuery.

com.tomtom.online.sdk.traffic.OnlineTrafficApi

Main entry point for Traffic API Flow Segment Data and Traffic API Incident Details services.

com.tomtom.online.sdk.traffic.TrafficApi

Defines Traffic API main object.

com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident

Contains details of a single traffic incident.

com.tomtom.online.sdk.traffic.incidents.response.TrafficIncidentCluster

Contains details of a cluster of incidents and a list of incidents that constitute this cluster.

com.tomtom.online.sdk.traffic.api.incident.icons.TrafficIncidentIconProvider

Gives the possibility to obtain icon for particular traffic incident.

com.tomtom.online.sdk.traffic.incidents.response.TrafficIncidentVisitor

An interface used to visit traffic incidents or traffic incident clusters.