ui.Map.CloudStorageLayer.getName
Returns the name of the layer.
Usage | Returns |
---|
CloudStorageLayer.getName() | String |
Argument | Type | Details |
---|
this: ui.map.abstractlayer | ui.Map.AbstractLayer | The ui.Map.AbstractLayer instance. |
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."],[[["`getName()` is a method that returns the name of the CloudStorageLayer as a String."],["It's used with a ui.Map.AbstractLayer instance and has no arguments other than the instance itself."]]],["The `getName()` method of the `CloudStorageLayer` object returns a string representing the layer's name. It is called on an instance of `ui.Map.AbstractLayer`. The function takes no arguments. The only required parameter is the `ui.Map.AbstractLayer` instance itself, designated as `this`.\n"]]