open class IncidentDetailsQuery : BaseRequestQuery
A builder class used to create IncidentDetailsQuery
.
IncidentDetailsQuery(style: IncidentStyle!, boundingBox: BoundingBox!, zoom: Int!, trafficModelId: String!, language: IncidentResponseLanguage!, geometryType: IncidentGeometryType!, expandCluster: Boolean!, includeOriginalPosition: Boolean!, isoLanguage: String!)
Creates an instance of the incident details query used to gather traffic incidents using the Traffic API. |
open fun dispose(): Unit |
|
open fun getNativeHandle(): Long |
|
open fun isAutoDisposable(): Boolean
Disposes the query when is no more needed. |
|
open fun prepare(): Long |