ui.Map.CloudStorageLayer

A layer generated from Cloud Storage tiles for display on a ui.Map.

UsageReturns
ui.Map.CloudStorageLayer(bucket, path, maxZoom, suffix, name, shown, opacity)ui.Map.CloudStorageLayer
ArgumentTypeDetails
bucketStringThe bucket that contains the tiles.
pathStringThe path to this layer's tiles, relative to the bucket. A trailing "/" is optional.
maxZoomNumberThe maximum zoom level for which there are tiles.
suffixString, optionalThe tile source file suffix, if any.
nameString, optionalThe name of the layer.
shownBoolean, optionalWhether the layer is initially shown. Defaults to true.
opacityNumber, optionalThe layer's opacity represented as a number between 0 and 1. Defaults to 1.