Size
AMap.Size
Pixel dimensions of the feature object, construct a size object
new AMap.Size(width: number, height: number);Parameter
Demo
var size = new AMap.Size(25, 34);Method
toString()
Return the size object as a string
return value:(String) Size in string format
Demo:
size.toString();