markerIndex property
The zero-based index of the matched marker inside its collection.
Returns
- An integer representing the marker index within the collection.
Implementation
int get markerIndex {
final OperationResult resultString = objectMethod(
pointerId,
'MarkerMatch',
'getMarkerIndex',
);
return resultString['result'];
}