coordinates property

Coordinates get coordinates

Object coordinates in main object coordinate system

Implementation

Coordinates get coordinates {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'MapSceneObject',
    'getCoordinates',
  );

  return Coordinates.fromJson(resultString['result']);
}