Skip navigation links
A B C D F G I L N O 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
 
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 online traffic service through defined 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 online traffic flow service through defined API to obtain segment data.
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 online traffic incidents service through defined API to obtain incident details.
com.tomtom.online.sdk.traffic.flow - package com.tomtom.online.sdk.traffic.flow
 
com.tomtom.online.sdk.traffic.flow.query - package com.tomtom.online.sdk.traffic.flow.query
 
com.tomtom.online.sdk.traffic.flow.response - package com.tomtom.online.sdk.traffic.flow.response
 
com.tomtom.online.sdk.traffic.incidents - package com.tomtom.online.sdk.traffic.incidents
 
com.tomtom.online.sdk.traffic.incidents.query - package com.tomtom.online.sdk.traffic.incidents.query
 
com.tomtom.online.sdk.traffic.incidents.response - package com.tomtom.online.sdk.traffic.incidents.response
 
Comparator(LatLng) - Constructor for class com.tomtom.online.sdk.common.location.LatLng.Comparator
 
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 online traffic service 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_ONLINE_TRAFFIC_ENDPOINT - Static variable in interface com.tomtom.online.sdk.traffic.TrafficApi
 
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.FlowSegmentDataQueryBuilder
 
dispose() - Method in class com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQueryBuilder
 

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 - Interface in com.tomtom.online.sdk.traffic.flow.query
Query is an interface designed to transfer Traffic Flow Segment Data parameters in a readable manner by implementing class: FlowSegmentDataQueryBuilder.
FlowSegmentDataQueryBuilder - Class in com.tomtom.online.sdk.traffic.flow.query
Builder class used to create FlowSegmentDataQuery.
FlowSegmentDataQueryBuilder(FlowSegmentStyle, int, LatLng) - Constructor for class com.tomtom.online.sdk.traffic.flow.query.FlowSegmentDataQueryBuilder
 
FlowSegmentDataResponse - Class in com.tomtom.online.sdk.traffic.flow.response
Response to 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
 
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
 
fromInt(int) - Static method in enum com.tomtom.online.sdk.traffic.flow.query.FlowSegmentStyle
 
fromInt(int) - Static method in enum com.tomtom.online.sdk.traffic.flow.response.FunctionalRoadClass
 
fromInt(int) - Static method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentIconCategory
 
fromInt(int) - Static method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentMagnitude
 
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 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 a 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 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.
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 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 magnitude of delay associated with incident.
getNativeHandle() - Method in class com.tomtom.online.sdk.traffic.flow.query.FlowSegmentDataQueryBuilder
 
getNativeHandle() - Method in class com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQueryBuilder
 
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.
getRadius() - Method in class com.tomtom.online.sdk.common.location.LatLng
Remove ASAP, temporary fix! Crashes after LatLng refactoring - with radius, bearing etc removed.
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
 
getValue() - Method in enum com.tomtom.online.sdk.traffic.flow.query.FlowSegmentStyle
 
getValue() - Method in enum com.tomtom.online.sdk.traffic.flow.response.FunctionalRoadClass
 
getValue() - Method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentGeometryType
 
getValue() - Method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentResponseLanguage
 
getValue() - Method in enum com.tomtom.online.sdk.traffic.incidents.query.IncidentStyle
 
getValue() - Method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentIconCategory
 
getValue() - Method in enum com.tomtom.online.sdk.traffic.incidents.response.IncidentMagnitude
 
getWorkingScheduler() - Method in class com.tomtom.online.sdk.traffic.OnlineTrafficApi
 

I

IncidentDetailsApi - Interface in com.tomtom.online.sdk.traffic.api.incident.details
Contains public API methods of Traffic Incident Details service.
IncidentDetailsQuery - Interface in com.tomtom.online.sdk.traffic.incidents.query
 
IncidentDetailsQueryBuilder - Class in com.tomtom.online.sdk.traffic.incidents.query
 
IncidentDetailsQueryBuilder(IncidentStyle, BoundingBox, int, String) - Constructor for class com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQueryBuilder
 
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
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.FlowSegmentDataQueryBuilder
 
isAutoDisposable() - Method in class com.tomtom.online.sdk.traffic.incidents.query.IncidentDetailsQueryBuilder
Dispose 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
 
NativeIncidentDetailsService - Class in com.tomtom.online.sdk.traffic.incidents
 
NativeIncidentDetailsService(String, String, String, String, String, String) - Constructor for class com.tomtom.online.sdk.traffic.incidents.NativeIncidentDetailsService
 

O

OnlineTrafficApi - Class in com.tomtom.online.sdk.traffic
Main entry point for Online Traffic Flow Segment Data and Online Traffic 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
 

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.
TrafficApi - Interface in com.tomtom.online.sdk.traffic
 
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
 
TrafficIncidentVisitor - Interface in com.tomtom.online.sdk.traffic.incidents.response
 

V

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