Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ui.Map.CloudStorageLayer.setSuffix
Stay organized with collections
Save and categorize content based on your preferences.
Sets the CloudStorageLayer's file suffix.
Returns this map layer.
Usage | Returns | CloudStorageLayer.setSuffix(suffix) | ui.Map.CloudStorageLayer |
Argument | Type | Details | this: ui.map.cloudstoragelayer | ui.Map.CloudStorageLayer | The ui.Map.CloudStorageLayer instance. |
suffix | String | The suffix for the tile files, for example ".png". |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\u003cp\u003eDefines the file extension for tiles used in the CloudStorageLayer, such as ".png".\u003c/p\u003e\n"],["\u003cp\u003eAllows customization of tile file names within the layer.\u003c/p\u003e\n"],["\u003cp\u003eReturns the CloudStorageLayer object, enabling method chaining.\u003c/p\u003e\n"]]],[],null,["# ui.Map.CloudStorageLayer.setSuffix\n\n\u003cbr /\u003e\n\nSets the CloudStorageLayer's file suffix.\n\n\u003cbr /\u003e\n\nReturns this map layer.\n\n| Usage | Returns |\n|---------------------------------------|--------------------------|\n| CloudStorageLayer.setSuffix`(suffix)` | ui.Map.CloudStorageLayer |\n\n| Argument | Type | Details |\n|----------------------------------|--------------------------|----------------------------------------------------|\n| this: `ui.map.cloudstoragelayer` | ui.Map.CloudStorageLayer | The ui.Map.CloudStorageLayer instance. |\n| `suffix` | String | The suffix for the tile files, for example \".png\". |"]]