Skip navigation links
A B C D F G I L N O P R S T V W 

A

accept(TrafficIncidentVisitor) - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
 
accept(TrafficIncidentVisitor) - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncidentCluster
 
addAffectedRoadNumber(String) - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
 
addCoordinate(LatLng) - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
addCoordinatesToGeometry(LatLng) - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
 
addIncident(BaseTrafficIncident) - Method in class com.tomtom.online.sdk.traffic.incidents.response.IncidentDetailsResponse
 
addIncident(TrafficIncident) - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncidentCluster
 

B

BaseTrafficIncident - Class in com.tomtom.online.sdk.traffic.incidents.response
Base class that contains details about traffic incident with a set of getters.
BaseTrafficIncident() - Constructor for class com.tomtom.online.sdk.traffic.incidents.response.BaseTrafficIncident
 

C

cancel(long) - Method in class com.tomtom.online.sdk.traffic.flow.NativeFlowSegmentDataService
 
cancel(long) - Method in class com.tomtom.online.sdk.traffic.incidents.NativeIncidentDetailsService
 
com.tomtom.online.sdk.common.location - package com.tomtom.online.sdk.common.location
It is a group of main entry classes that represents locale classes.
com.tomtom.online.sdk.traffic - package com.tomtom.online.sdk.traffic
It is a group of classes which provides the functionality of traffic services through defined Traffic API.
com.tomtom.online.sdk.traffic.api.flow.segmentdata - package com.tomtom.online.sdk.traffic.api.flow.segmentdata
It is a group of classes which provides the functionality of traffic flow segmented data through defined Traffic API.
com.tomtom.online.sdk.traffic.api.incident.details - package com.tomtom.online.sdk.traffic.api.incident.details
It is a group of classes which provides the functionality of traffic incidents details through defined Traffic API.
com.tomtom.online.sdk.traffic.api.incident.icons - package com.tomtom.online.sdk.traffic.api.incident.icons
It is a group of classes which provides the functionality of managing and providing traffic incident icons.
com.tomtom.online.sdk.traffic.flow - package com.tomtom.online.sdk.traffic.flow
This is a group of entry classes to perform the Traffic Flow Segmented service with usage of the native TomTom Traffic API.
com.tomtom.online.sdk.traffic.flow.query - package com.tomtom.online.sdk.traffic.flow.query
This is a group of entry classes to define a Traffic Flow query and it is parameters.
com.tomtom.online.sdk.traffic.flow.response - package com.tomtom.online.sdk.traffic.flow.response
This is a group of entry classes to define the Traffic Flow response and its parameters.
com.tomtom.online.sdk.traffic.incidents - package com.tomtom.online.sdk.traffic.incidents
This is a group of entry classes to perform the Traffic Incidents Details service with usage of the native TomTom Traffic API.
com.tomtom.online.sdk.traffic.incidents.query - package com.tomtom.online.sdk.traffic.incidents.query
This is a group of entry classes to define Traffic Incidents query and its parameters.
com.tomtom.online.sdk.traffic.incidents.response - package com.tomtom.online.sdk.traffic.incidents.response
This is a group of entry classes to define Traffic Incidents response and its parameters.
Comparator(LatLng) - Constructor for class com.tomtom.online.sdk.common.location.LatLng.Comparator
Constructor of utility class used for comparing two geo points using great-circle distance formula.
compare(LatLng, LatLng) - Method in class com.tomtom.online.sdk.common.location.LatLng.Comparator
 
confidence - Variable in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
construct(String, String, String) - Method in class com.tomtom.online.sdk.traffic.flow.NativeFlowSegmentDataService
 
construct(String, String, String) - Method in class com.tomtom.online.sdk.traffic.incidents.NativeIncidentDetailsService
 
coordinates - Variable in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
create(Context) - Static method in class com.tomtom.online.sdk.traffic.OnlineTrafficApi
Creates new TrafficApi object which will use provided Traffic API key.
create(Context, String) - Static method in class com.tomtom.online.sdk.traffic.OnlineTrafficApi
Creates new TrafficApi object which will use provided Traffic API key.
currentSpeed - Variable in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
currentTravelTime - Variable in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 

D

DEFAULT_ONLINE_TRAFFIC_API_VERSION - Static variable in interface com.tomtom.online.sdk.traffic.TrafficApi
Default TomTom's Traffic API service version.
DEFAULT_ONLINE_TRAFFIC_ENDPOINT - Static variable in interface com.tomtom.online.sdk.traffic.TrafficApi
Default TomTom's Traffic API endpoint.
destruct(long) - Method in class com.tomtom.online.sdk.traffic.flow.NativeFlowSegmentDataService
 
destruct(long) - Method in class com.tomtom.online.sdk.traffic.incidents.NativeIncidentDetailsService
 
dispose() - Method in class com.tomtom.online.sdk.traffic.flow.query.FlowSegmentDataQuery
 
dispose() - Method in class com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQuery
 

F

findFlowSegmentData(FlowSegmentDataQuery) - Method in interface com.tomtom.online.sdk.traffic.api.flow.segmentdata.FlowSegmentDataApi
Performs reactive search action based on provided FlowSegmentDataQuery object and returns the result to Observers subscribed to returned Observable.
findFlowSegmentData(FlowSegmentDataQuery, FlowSegmentDataResultListener) - Method in interface com.tomtom.online.sdk.traffic.api.flow.segmentdata.FlowSegmentDataApi
Performs search action based on provided FlowSegmentDataQuery object and returns the result with usage of FlowSegmentDataResultListener implementation.
findFlowSegmentData(FlowSegmentDataQuery) - Method in class com.tomtom.online.sdk.traffic.OnlineTrafficApi
 
findFlowSegmentData(FlowSegmentDataQuery, FlowSegmentDataResultListener) - Method in class com.tomtom.online.sdk.traffic.OnlineTrafficApi
 
findIncidentDetails(IncidentDetailsQuery) - Method in interface com.tomtom.online.sdk.traffic.api.incident.details.IncidentDetailsApi
Performs reactive search action based on provided IncidentDetailsQuery object and returns the result to Observers subscribed to returned Observable.
findIncidentDetails(IncidentDetailsQuery, IncidentDetailsResultListener) - Method in interface com.tomtom.online.sdk.traffic.api.incident.details.IncidentDetailsApi
Performs search action based on provided IncidentDetailsQuery object and returns the result with usage of IncidentDetailsResultListener implementation.
findIncidentDetails(IncidentDetailsQuery) - Method in class com.tomtom.online.sdk.traffic.OnlineTrafficApi
 
findIncidentDetails(IncidentDetailsQuery, IncidentDetailsResultListener) - Method in class com.tomtom.online.sdk.traffic.OnlineTrafficApi
 
FlowSegmentDataApi - Interface in com.tomtom.online.sdk.traffic.api.flow.segmentdata
Contains public API methods of Traffic Flow Segment Data service.
FlowSegmentDataQuery - Class in com.tomtom.online.sdk.traffic.flow.query
Builder class used to create FlowSegmentDataQuery.
FlowSegmentDataQuery(FlowSegmentStyle, Integer, LatLng, Integer, FlowSegmentSpeedUnit, Boolean) - Constructor for class com.tomtom.online.sdk.traffic.flow.query.FlowSegmentDataQuery
Constructor for a flow segmented data query which is used to gather information about speeds and travel times of the road segment closest to a passed position.
FlowSegmentDataResponse - Class in com.tomtom.online.sdk.traffic.flow.response
Response to a Traffic Flow Segment Data Request.
FlowSegmentDataResponse() - Constructor for class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
FlowSegmentDataResultListener - Interface in com.tomtom.online.sdk.traffic.api.flow.segmentdata
Listener for traffic flow segment data results.
FlowSegmentSpeedUnit - Enum in com.tomtom.online.sdk.traffic.flow.query
Represents the speed unit.
FlowSegmentStyle - Enum in com.tomtom.online.sdk.traffic.flow.query
Represents the type of flow segment data displayed on the tile.
freeFlowSpeed - Variable in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
freeFlowTravelTime - Variable in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
fromInt(int) - Static method in enum com.tomtom.online.sdk.traffic.flow.query.FlowSegmentSpeedUnit
Static method used to search if the passed value is a valid speed unit type and returns FlowSegmentSpeedUnit.
fromInt(int) - Static method in enum com.tomtom.online.sdk.traffic.flow.query.FlowSegmentStyle
Static method that takes the int value which will be searched for in enum.
fromInt(int) - Static method in enum com.tomtom.online.sdk.traffic.flow.response.FunctionalRoadClass
Static method used for searching through enum to check if passed value is valid.
fromInt(int) - Static method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentIconCategory
Static method used to search trough enum and retrieve the incident icon category based on passed value.
fromInt(int) - Static method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentMagnitude
Static method used to search trough enum and retrieve incident magnitude based on passed value.
functionalRoadClass - Variable in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
FunctionalRoadClass - Enum in com.tomtom.online.sdk.traffic.flow.response
Represents the road type of the traffic flow segment.

G

getAdjustedPosition() - Method in class com.tomtom.online.sdk.traffic.incidents.response.BaseTrafficIncident
Returns the point where an icon of the cluster or raw incident should be drawn.
getAffectedRoadNumbers() - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
Gets the road number(s) affected by the incident.
getBoundingBox() - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncidentCluster
Gets a bounding box encompassing all incidents in this cluster.
getCause() - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
Gets the cause of the incident, where available, in the language requested.
getConfidence() - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
Gets confidence.
getCoordinates() - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
Get the list of coordinates of a result.
getCurrentSpeed() - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
Gets currentSpeed.
getCurrentTravelTime() - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
Gets currentTravelTime.
getDelay() - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
Gets the delay caused by the incident in seconds (except in road closures).
getDescription() - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
Gets the description of the incident in the language requested.
getFreeFlowSpeed() - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
Gets freeFlowSpeed.
getFreeFlowTravelTime() - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
Gets freeFlowTravelTime.
getFrom() - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
Gets the name of the intersection or location where the traffic due to the incident starts.
getFunctionalRoadClass() - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
Gets functionalRoadClass.
getGeometry() - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
A collection of coordinates representing the geometry of the incident.
getIcon(Context, TrafficIncidentIconProvider.IconSize) - Method in class com.tomtom.online.sdk.traffic.api.incident.icons.TrafficIncidentIconProvider
Obtains the drawable based on magnitude and category of the traffic incident.
getIconCategory() - Method in class com.tomtom.online.sdk.traffic.incidents.response.BaseTrafficIncident
Returns the icon category associated with this incident.
getId() - Method in class com.tomtom.online.sdk.traffic.incidents.response.BaseTrafficIncident
Returns the ID of the traffic incident.
getIncidents() - Method in class com.tomtom.online.sdk.traffic.incidents.response.IncidentDetailsResponse
Gets a collection of incidents and incident clusters in the area specified in IncidentDetailsQuery.
getIncidents() - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncidentCluster
Gets a collection of incidents that constitute this cluster.
getLatitude() - Method in class com.tomtom.online.sdk.common.location.LatLng
Get latitude.
getLatitudeAsString() - Method in class com.tomtom.online.sdk.common.location.LatLng
Converts longitude to string.
getLengthMeters() - Method in class com.tomtom.online.sdk.traffic.incidents.response.BaseTrafficIncident
Returns the length of the incident in meters.
getLongitude() - Method in class com.tomtom.online.sdk.common.location.LatLng
Get longitude.
getLongitudeAsString() - Method in class com.tomtom.online.sdk.common.location.LatLng
Converts latitude to string.
getMagnitude() - Method in class com.tomtom.online.sdk.traffic.incidents.response.BaseTrafficIncident
Returns the magnitude of delay associated with this incident.
getNativeHandle() - Method in class com.tomtom.online.sdk.traffic.flow.query.FlowSegmentDataQuery
 
getNativeHandle() - Method in class com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQuery
 
getOpenLR() - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
Gets openLR code.
getOriginalPosition() - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
Gets the point representing the actual position of the incident.
getResultScheduler() - Method in class com.tomtom.online.sdk.traffic.OnlineTrafficApi
 
getRraltimeRatio() - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
Gets realtimeRatio.
getTo() - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
Gets the name of the intersection or location where the traffic due to the incident ends.
getValue() - Method in enum com.tomtom.online.sdk.traffic.flow.query.FlowSegmentSpeedUnit
Getter used to retrieve the current type of speed unit.
getValue() - Method in enum com.tomtom.online.sdk.traffic.flow.query.FlowSegmentStyle
Getter for the current flow segment style.
getValue() - Method in enum com.tomtom.online.sdk.traffic.flow.response.FunctionalRoadClass
Getter for the value of the current type of road.
getValue() - Method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentGeometryType
A getter for the type of vector geometry added to traffic incidents.
getValue() - Method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentResponseLanguage
Getter to access the current incident response language.
getValue() - Method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentStyle
Default getter that returns the value of the current incident style.
getValue() - Method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentIconCategory
Getter of the current incident icon category used in IncidentIconCategory.fromInt(int) for searching purposes.
getValue() - Method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentMagnitude
Getter of the current incident magnitude used in IncidentMagnitude.fromInt(int) for searching purposes.
getWorkingScheduler() - Method in class com.tomtom.online.sdk.traffic.OnlineTrafficApi
 

I

IFlowSegmentDataQuery - Interface in com.tomtom.online.sdk.traffic.flow.query
This query is an interface designed to transfer Traffic Flow Segment Data parameters in a readable manner by implementing the class: FlowSegmentDataQueryBuilder.
IIncidentDetailsQuery - Interface in com.tomtom.online.sdk.traffic.incidents.query
An interface to specify details of a traffic incident query such as language or geometry type that will be used in the Response.
IncidentDetailsApi - Interface in com.tomtom.online.sdk.traffic.api.incident.details
Contains public API methods of Traffic Incident Details service.
IncidentDetailsQuery - Class in com.tomtom.online.sdk.traffic.incidents.query
A builder class used to create IncidentDetailsQuery.
IncidentDetailsQuery(IncidentStyle, BoundingBox, Integer, String, IncidentResponseLanguage, IncidentGeometryType, Boolean, Boolean, String) - Constructor for class com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQuery
Creates an instance of the incident details query used to gather traffic incidents using the Traffic API.
IncidentDetailsResponse - Class in com.tomtom.online.sdk.traffic.incidents.response
Response to a IncidentDetailsQuery.
IncidentDetailsResponse() - Constructor for class com.tomtom.online.sdk.traffic.incidents.response.IncidentDetailsResponse
 
IncidentDetailsResultListener - Interface in com.tomtom.online.sdk.traffic.api.incident.details
Listener for traffic incident details results.
IncidentGeometryType - Enum in com.tomtom.online.sdk.traffic.incidents.query
The type of vector geometry added to incidents.
IncidentIconCategory - Enum in com.tomtom.online.sdk.traffic.incidents.response
The icon category associated with a traffic incident.
IncidentMagnitude - Enum in com.tomtom.online.sdk.traffic.incidents.response
The magnitude of the delay associated with an incident.
IncidentResponseLanguage - Enum in com.tomtom.online.sdk.traffic.incidents.query
Affects the cause and description fields in the Response.
IncidentStyle - Enum in com.tomtom.online.sdk.traffic.incidents.query
The style that will be used to render the traffic tile in the Maps API.
initializeAnalytics(long, String, String, String) - Method in class com.tomtom.online.sdk.traffic.flow.NativeFlowSegmentDataService
initializeAnalytics(long, String, String, String) - Method in class com.tomtom.online.sdk.traffic.incidents.NativeIncidentDetailsService
 
isAutoDisposable() - Method in class com.tomtom.online.sdk.traffic.flow.query.FlowSegmentDataQuery
 
isAutoDisposable() - Method in class com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQuery
Disposes the query when is no more needed.

L

LatLng - Class in com.tomtom.online.sdk.common.location
Represents the information about the coordinates (latitude, longitude).
LatLng() - Constructor for class com.tomtom.online.sdk.common.location.LatLng
Default constructor required by Serializable.
LatLng(double, double) - Constructor for class com.tomtom.online.sdk.common.location.LatLng
Instantiates a new LatLng object with provided latitude and longitude.
LatLng(Location) - Constructor for class com.tomtom.online.sdk.common.location.LatLng
Instantiates a new LatLng object based on data from Location object.
LatLng.Comparator - Class in com.tomtom.online.sdk.common.location
Utility class that allows to compare between two geo points.

N

NativeFlowSegmentDataService - Class in com.tomtom.online.sdk.traffic.flow
A wrapper for a native object providing access to the Traffic Flow Segment Data service.
NativeFlowSegmentDataService(String, String, String, String, String, String) - Constructor for class com.tomtom.online.sdk.traffic.flow.NativeFlowSegmentDataService
Creates an an instance of NativeFlowSegmentedDataService using the provided parameters.
NativeIncidentDetailsService - Class in com.tomtom.online.sdk.traffic.incidents
A wrapper for a native object providing access to the Incident Details service.
NativeIncidentDetailsService(String, String, String, String, String, String) - Constructor for class com.tomtom.online.sdk.traffic.incidents.NativeIncidentDetailsService
Creates an instance of NativeIncidentDetailsService using the provided parameters.

O

OnlineTrafficApi - Class in com.tomtom.online.sdk.traffic
Main entry point for Traffic API Flow Segment Data and Traffic API Incident Details services.
onTrafficFlowSegmentDataError(Throwable) - Method in interface com.tomtom.online.sdk.traffic.api.flow.segmentdata.FlowSegmentDataResultListener
Method responsible to handle traffic flow segment data response when service returns error.
onTrafficFlowSegmentDataResult(FlowSegmentDataResponse) - Method in interface com.tomtom.online.sdk.traffic.api.flow.segmentdata.FlowSegmentDataResultListener
Method responsible to handle traffic flow segment data response when service returns results.
onTrafficIncidentDetailsError(Throwable) - Method in interface com.tomtom.online.sdk.traffic.api.incident.details.IncidentDetailsResultListener
Method responsible to handle traffic incident details response when service returns error.
onTrafficIncidentDetailsResult(IncidentDetailsResponse) - Method in interface com.tomtom.online.sdk.traffic.api.incident.details.IncidentDetailsResultListener
Method responsible to handle traffic incident details response when service returns results.
openLR - Variable in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 

P

prepare() - Method in class com.tomtom.online.sdk.traffic.flow.query.FlowSegmentDataQuery
 
prepare() - Method in class com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQuery
 

R

realtimeRatio - Variable in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
requestSync(long, long) - Method in class com.tomtom.online.sdk.traffic.flow.NativeFlowSegmentDataService
 
requestSync(long, long) - Method in class com.tomtom.online.sdk.traffic.incidents.NativeIncidentDetailsService
 

S

setDelay(int) - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
 
setFunctionalRoadClass(int) - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
setIconCategory(int) - Method in class com.tomtom.online.sdk.traffic.incidents.response.BaseTrafficIncident
 
setMagnitude(int) - Method in class com.tomtom.online.sdk.traffic.incidents.response.BaseTrafficIncident
 
setOpenLR(String) - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 
setOriginalPosition(LatLng) - Method in class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
 
setRealtimeRatio(double) - Method in class com.tomtom.online.sdk.traffic.flow.response.FlowSegmentDataResponse
 

T

toArray(List<LatLng>) - Static method in class com.tomtom.online.sdk.common.location.LatLng
Transforms a list of LatLng locations into an array of double values, ignoring altitude, radius and bearing.
toLocation() - Method in class com.tomtom.online.sdk.common.location.LatLng
Converts to Location.
TrafficApi - Interface in com.tomtom.online.sdk.traffic
Defines Traffic API main object.
TrafficIncident - Class in com.tomtom.online.sdk.traffic.incidents.response
Contains details of a single traffic incident.
TrafficIncident() - Constructor for class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncident
 
TrafficIncidentCluster - Class in com.tomtom.online.sdk.traffic.incidents.response
Contains details of a cluster of incidents and a list of incidents that constitute this cluster.
TrafficIncidentCluster() - Constructor for class com.tomtom.online.sdk.traffic.incidents.response.TrafficIncidentCluster
 
TrafficIncidentIconProvider - Class in com.tomtom.online.sdk.traffic.api.incident.icons
Gives the possibility to obtain icon for particular traffic incident.
TrafficIncidentIconProvider(BaseTrafficIncident) - Constructor for class com.tomtom.online.sdk.traffic.api.incident.icons.TrafficIncidentIconProvider
Creates the provider for any kind of traffic incident: standard and cluster.
TrafficIncidentIconProvider.IconSize - Enum in com.tomtom.online.sdk.traffic.api.incident.icons
Determines the size of the returned drawable.
TrafficIncidentVisitor - Interface in com.tomtom.online.sdk.traffic.incidents.response
An interface used to visit traffic incidents or traffic incident clusters.

V

valueOf(String) - Static method in enum com.tomtom.online.sdk.traffic.api.incident.icons.TrafficIncidentIconProvider.IconSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.traffic.flow.query.FlowSegmentSpeedUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.traffic.flow.query.FlowSegmentStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.traffic.flow.response.FunctionalRoadClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentGeometryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentResponseLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentIconCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentMagnitude
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tomtom.online.sdk.traffic.api.incident.icons.TrafficIncidentIconProvider.IconSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.traffic.flow.query.FlowSegmentSpeedUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.traffic.flow.query.FlowSegmentStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.traffic.flow.response.FunctionalRoadClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentGeometryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentResponseLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentIconCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentMagnitude
Returns an array containing the constants of this enum type, in the order they are declared.
visit(TrafficIncidentCluster) - Method in interface com.tomtom.online.sdk.traffic.incidents.response.TrafficIncidentVisitor
visit(TrafficIncident) - Method in interface com.tomtom.online.sdk.traffic.incidents.response.TrafficIncidentVisitor
Visits a TrafficIncident.

W

withExpandCluster(Boolean) - Method in interface com.tomtom.online.sdk.traffic.incidents.query.IIncidentDetailsQuery
Sets whether a list of separate incidents should be added to clusters.
withGeometryType(IncidentGeometryType) - Method in interface com.tomtom.online.sdk.traffic.incidents.query.IIncidentDetailsQuery
Sets the type of vector geometry added to incidents.
withIncludeOpenLR(Boolean) - Method in interface com.tomtom.online.sdk.traffic.flow.query.IFlowSegmentDataQuery
Should the Response include OpenLR code?
withIncludeOriginalPosition(Boolean) - Method in interface com.tomtom.online.sdk.traffic.incidents.query.IIncidentDetailsQuery
Sets whether the original position of the incident should be returned along with the one shifter to the beginning of the traffic tube.
withIsoLanguage(String) - Method in interface com.tomtom.online.sdk.traffic.incidents.query.IIncidentDetailsQuery
ISO 639-1 code for the output language.
withLanguage(IncidentResponseLanguage) - Method in interface com.tomtom.online.sdk.traffic.incidents.query.IIncidentDetailsQuery
Sets the language to use in the Response to a created query.
withSpeedUnit(FlowSegmentSpeedUnit) - Method in interface com.tomtom.online.sdk.traffic.flow.query.IFlowSegmentDataQuery
The representation of Speed units.
withThickness(Integer) - Method in interface com.tomtom.online.sdk.traffic.flow.query.IFlowSegmentDataQuery
Thickness segment width multiplier.
A B C D F G I L N O P R S T V W 
Skip navigation links