abstractGeometry property
Get the abstract geometry.
Returns
- The abstract geometry
Throws
- An exception if it fails.
Implementation
AbstractGeometry get abstractGeometry {
final OperationResult resultString = objectMethod(
_pointerId,
'TurnDetails',
'getAbstractGeometry',
);
return AbstractGeometry.fromJson(resultString['result']);
}