getMarker method
Returns the matched Marker.
Returns
- The Marker instance that was matched by this hit.
Implementation
Marker getMarker() {
final OperationResult resultString = objectMethod(
pointerId,
'MarkerMatch',
'getMarker',
);
return Marker.init(resultString['result']);
}