Image Source Descriptor
data class ImageSourceDescriptor(val id: String, var url: String? = null, val metadataUrl: String? = null, val minZoom: Float? = null, val maxZoom: Float? = null, val bounds: LatLonBounds? = null, var tileSize: TileSize? = null, val attribution: String? = null, val authenticator: XweatherAuthenticator? = null) : SourceDescriptor