Encoded Source Descriptor
data class EncodedSourceDescriptor(val id: String, var url: String? = null, var metadataUrl: String? = null, val minZoom: Float? = null, val maxZoom: Float? = null, val bounds: LatLonBounds? = null, var tileSize: TileSize? = null, val attribution: String? = null, var authenticator: XweatherAuthenticator? = null, var datasets: List<EncodedDataset>? = null) : SourceDescriptor
Constructors
Link copied to clipboard
constructor(id: String, url: String? = null, metadataUrl: String? = null, minZoom: Float? = null, maxZoom: Float? = null, bounds: LatLonBounds? = null, tileSize: TileSize? = null, attribution: String? = null, authenticator: XweatherAuthenticator? = null, datasets: List<EncodedDataset>? = null)