open class FlowSegmentDataResponse : ServiceBaseResponse
Response to a Traffic Flow Segment Data Request.
FlowSegmentDataResponse()
Response to a Traffic Flow Segment Data Request. |
var confidence: Double |
|
val coordinates: MutableList<LatLng!>! |
|
var currentSpeed: Int |
|
var currentTravelTime: Double |
|
var freeFlowSpeed: Int |
|
var freeFlowTravelTime: Double |
|
var functionalRoadClass: FunctionalRoadClass! |
|
var openLR: Optional<String!>! |
|
var realtimeRatio: Optional<Double!>! |
open fun addCoordinate(coordinate: LatLng!): Unit |
|
open fun getConfidence(): Double
Gets confidence. |
|
open fun getCoordinates(): ImmutableList<LatLng!>!
Get the list of coordinates of a result. |
|
open fun getCurrentSpeed(): Int
Gets currentSpeed. |
|
open fun getCurrentTravelTime(): Double
Gets currentTravelTime. |
|
open fun getFreeFlowSpeed(): Int
Gets freeFlowSpeed. |
|
open fun getFreeFlowTravelTime(): Double
Gets freeFlowTravelTime. |
|
open fun getFunctionalRoadClass(): FunctionalRoadClass!
Gets functionalRoadClass. |
|
open fun getOpenLR(): Optional<String!>!
Gets openLR code. |
|
open fun getRraltimeRatio(): Optional<Double!>!
Gets realtimeRatio. |
|
open fun setFunctionalRoadClass(frc: Int): Unit |
|
open fun setOpenLR(openLR: String!): Unit |
|
open fun setRealtimeRatio(realtimeRatio: Double): Unit |