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