Package com.here.sdk.traffic
package com.here.sdk.traffic
-
ClassDescriptionJunctions traversability of some traffic incident or flow section.This interface provides traffic information from radio signals to other HERE SDK modules.Use the TrafficEngine to get information about current traffic flow and incidents in an area specified by
GeoBox,GeoCircle, orGeoCorridor.This class provides details about traffic flow along aGeoCorridor, inside aGeoCircleor aGeoBox, that represents particular path of the road network.
Backends for TrafficEngine and traffic vector tiles are different however backends may share the same data.
For additional information about fields, refer to Traffic API v7 API Reference: Traffic API v7.This interface provides details about a traffic flow.
For additional information about fields, refer to Traffic API v7 API Reference: Traffic API v7.Callback passed to following functions:TrafficEngine.queryForFlow(GeoBox, TrafficFlowQueryOptions, TrafficFlowQueryCallback)TrafficEngine.queryForFlow(GeoCircle, TrafficFlowQueryOptions, TrafficFlowQueryCallback)TrafficEngine.queryForFlow(GeoCorridor, TrafficFlowQueryOptions, TrafficFlowQueryCallback)The method will be called on the main thread when a search call has been completed.The options to specify how traffic flow data should be queried.TrafficIncident provides details about a traffic incident.The vehicle categories that can be restricted.The vehicle restriction representing a vehicle category and relevant restriction rules.TrafficIncident provides details about a traffic incident.Impact of a traffic incident.All the options to specify how a single incident should be queried.The options to specify how incidents should be queried.Category of a traffic incident.The location reference to the traffic incident.Represents various errors that could occur from a traffic queries.Junctions traversability of some traffic incident or flow section.