对象标注。
| SuperMap. | 对象标注。 | 
| Properties | |
| addFrame | {boolean} 是否添加边框线(默认为不添加边框) | 
| textArray | {Array(SuperMap.Plot.SymbolText)} 文字内容 | 
| Functions | |
| getFrame | 获取是否带边框线 | 
| setFrame | 设置是否带边框线 | 
| updateSymbolText | 更新对象标注 | 
| Constructor | |
| SuperMap. | 创建一个对象标注。 | 
| Functions | |
| destroy | 销毁几何图形。 | 
{Array(SuperMap.Plot.SymbolText)} 文字内容
updateSymbolText: function( symbolText, index ) 
更新对象标注
| symbolText | {SuperMap.Plot.SymbolText} 对象标注。 | 
| index | {Integer} 对象标注在该对象中的索引。 | 
创建一个对象标注。
| options | {Object} 此类与父类提供的开放属性。 | 
{SuperMap.Geometry.GeoSymbolText} 新的对象标注。
获取是否带边框线
getFrame: function() 
设置是否带边框线
setFrame: function( frame ) 
更新对象标注
updateSymbolText: function( symbolText, index ) 
销毁几何图形。
destroy: function ()