open class Builder
Builder for the LayerSetConfiguration
.
Builder()
Empty builder constructor. |
open fun build(): LayerSetConfiguration!
Build |
|
open fun mapTilesConfiguration(sourceId: String!): LayerSetConfiguration.Builder!
Set if the Map Tiles Layer Set requires a custom sourceId. |
|
open fun trafficFlowTilesConfiguration(sourceId: String!): LayerSetConfiguration.Builder!
Set if the Traffic Flow Tiles Layer Set requires a custom sourceId. |
|
open fun trafficIncidentsTilesConfiguration(sourceId: String!): LayerSetConfiguration.Builder!
Set if the Traffic Incidents Tiles Layer Set requires a custom sourceId. |