markerIndex property
Get matched marker index in marker collection.
Returns
- Marker index
Implementation
int get markerIndex {
final OperationResult resultString = objectMethod(
_pointerId,
'MarkerMatch',
'getMarkerIndex',
);
return resultString['result'];
}