interface FlowSegmentDataApi
Contains public API methods of Traffic Flow Segment Data service.
abstract fun findFlowSegmentData(query: FlowSegmentDataQuery!): Single<FlowSegmentDataResponse!>!
Performs reactive search action based on provided abstract fun findFlowSegmentData(query: FlowSegmentDataQuery!, listener: FlowSegmentDataResultListener!): Unit
Performs search action based on provided |
interface TrafficApi : FlowSegmentDataApi, IncidentDetailsApi, RxContext
Defines Traffic API main object. |