sdk-traffic / com.tomtom.online.sdk.traffic.incidents.query / IncidentDetailsQuery

IncidentDetailsQuery

open class IncidentDetailsQuery : BaseRequestQuery

A builder class used to create IncidentDetailsQuery.

Constructors

<init>

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.

Functions

dispose

open fun dispose(): Unit

getNativeHandle

open fun getNativeHandle(): Long

isAutoDisposable

open fun isAutoDisposable(): Boolean

Disposes the query when is no more needed.

prepare

open fun prepare(): Long