referenceCoordinates property
override
Gets the reference coordinates.
Returns
- The reference coordinates.
Implementation
@override
Coordinates get referenceCoordinates {
final OperationResult resultString = objectMethod(
_pointerId,
'OverlayItemAlarmsList',
'getReferenceCoordinates',
);
return Coordinates.fromJson(resultString['result']);
}