markerCollection property
Get matched marker collection.
Returns
- MarkerCollection object
Implementation
MarkerCollection get markerCollection {
final OperationResult resultString = objectMethod(
_pointerId,
'MarkerMatch',
'getMarkerCollection',
);
return MarkerCollection.init(resultString['result'], 0);
}