Traffic Info
Class contains information about traffic on the route. It determines type of incident, delay, etc...
Constructors
Link copied to clipboard
open fun TrafficInfo(severity: Int, affectedArea: GeoBoundingBox, id: Int, distance: Int, affectedLength: Int, delay: Int)
Types
Functions
Link copied to clipboard
For documentation, see android.os.Parcelable.
Link copied to clipboard
Return the bounding box affecting this event.
Link copied to clipboard
Returns the full length of the traffic event during tracking or the portion of the route affected by the traffic event during navigation.
Link copied to clipboard
Returns the distance from the last callback position to the traffic event.
Link copied to clipboard
Returns the severity of the traffic event, from "Normal" to "Blocking".
Link copied to clipboard
Returns the event unique id.
Link copied to clipboard
If object after recreate from parcel contains all of reference like original object method return true.
Link copied to clipboard
For documentation, see android.os.Parcelable.