open class TrafficIncidentsMapBalloon : BaseMarkerBalloon
Representation of traffic incident balloon displayed on map when traffic incident shown.
TrafficIncidentsMapBalloon()
Representation of traffic incident balloon displayed on map when traffic incident shown. |
static val KEY_TEXT: String
text property key, one of the most used properties for balloon. |
open fun getFlows(): MutableList<TrafficIncidentFlow!>!
Get list of kept flows. |
|
open fun getPois(): MutableList<TrafficIncidentPoi!>!
Get list of kept incidents pois. |
|
open static fun ofFlows(flows: MutableList<TrafficIncidentFlow!>!): TrafficIncidentsMapBalloon
Model which keep traffic incidents flows. |
|
open static fun ofPois(pois: MutableList<TrafficIncidentPoi!>!): TrafficIncidentsMapBalloon
Model which keep traffic incidents flows. |
open fun addProperty(key: String!, value: String!): Unit
Add property to balloon model. open fun addProperty(key: String!, value: Int): Unit
Add int property to balloon model. open fun addProperty(key: String!, value: Long): Unit
Add long property to balloon model. |
|
open fun getIntProperty(key: String!): Int |
|
open fun getLongProperty(key: String!): Long |
|
open fun getProperty(key: String!): String?
Get property from balloon model. |
|
open fun getStringProperty(key: String!): String! |
|
open static fun ofText(text: String!): BaseMarkerBalloon
Create balloon model with common text property. |
|
open fun setText(text: String!): Unit
Add common text property to balloon model. |