partIndex property

int get partIndex

The part index that was hit for markers composed of multiple parts.

Returns

  • An integer identifying the part.

Implementation

int get partIndex {
  final OperationResult resultString = objectMethod(
    pointerId,
    'MarkerMatch',
    'getPartIndex',
  );

  return resultString['result'];
}