open class TrafficIncidentCluster : TrafficIncident, Serializable
Traffic incidents cluster data which can be taken from a vector incident tile.
TrafficIncidentCluster()
Traffic incidents cluster data which can be taken from a vector incident tile. |
var clusterId: Optional<Int!>! |
|
var coordinates: Optional<LatLng!>! |
|
var description: Optional<String!>! |
|
var iconCategory: Optional<Int!>! |
|
var iconName: Optional<String!>! |
open fun accept(visitor: TrafficIncidentVisitor!): Unit |
|
open fun getClusterId(): Optional<Int!>!
Gets the cluster id. |
|
open fun getCoordinates(): Optional<LatLng!>!
Gets the point representing the position of the cluster. Coordinates are precise enough for the current zoom level. |
|
open fun getDescription(): Optional<String!>!
Gets the cluster description. |
|
open fun getIconCategory(): Optional<Int!>!
Gets the icon category associated with the cluster. |
|
open fun getIconName(): Optional<String!>!
Gets the icon name associated with the cluster. |