zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Google Earth Engine(GEE)——在Map中添加标签ui.Label和加载影像

GoogleMapUI 添加 加载 标签 Engine Earth
2023-09-11 14:15:11 时间

ui.Label(valuestyletargetUrl)

A text label.

Arguments:

value (String, optional):

The text to display. Defaults to an empty string.

style (Object, optional):

An object of allowed CSS styles with their values to be set for this widget. See style() documentation.

targetUrl (String, optional):

The url to link to. Defaults to an empty string.

Returns: ui.Label

代码:

var label = ui.Label({  
//value是hello world 也就是标签的内容