maxScale property
Returns the maximum allowed scale factor for the object.
Returns
- (double) The object's maximum scale.
Implementation
double get maxScale {
final OperationResult resultString = objectMethod(
_pointerId,
'MapSceneObject',
'getMaxScaleFactor',
);
return resultString['result'];
}