Returns the first parameter passed with the image area (see GOMImageMapArea.params).
If no parameters have been passed, null is returned.
Effectively, this property is the same as the following expression:
imageMapArea.params.length() > 0 ?
imageMapArea.params[0] : null