Builder

abstract class Builder : BaseObject.Builder<T>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun build(): MapLayer
Link copied to clipboard
abstract fun code(code: String): MapLayer.Builder
Link copied to clipboard
abstract fun displayName(displayName: String): MapLayer.Builder
Link copied to clipboard
abstract fun external(external: Boolean): MapLayer.Builder
Link copied to clipboard
abstract fun id(id: Long): T
Link copied to clipboard
abstract fun imageFormat(imageFormat: ImageFormat): MapLayer.Builder
Link copied to clipboard
Link copied to clipboard
abstract fun imageUrl(imageUrl: String): MapLayer.Builder
Link copied to clipboard
abstract fun layers(layers: String): MapLayer.Builder
Link copied to clipboard
abstract fun mapLayerPosition(mapLayerPosition: MapLayerPosition): MapLayer.Builder
Link copied to clipboard
abstract fun mapService(mapService: MapService): MapLayer.Builder
Link copied to clipboard
abstract fun name(name: String): MapLayer.Builder
Link copied to clipboard
abstract fun style(style: String): MapLayer.Builder
Link copied to clipboard
abstract fun subdomainPlaceholder(subdomainPlaceholder: String): MapLayer.Builder
Link copied to clipboard
abstract fun subdomains(subdomains: List<String>): MapLayer.Builder
Link copied to clipboard
abstract fun uid(uid: String): MapLayer.Builder