markerCollection property

MarkerCollection get markerCollection

Get matched marker collection.

Returns

Implementation

MarkerCollection get markerCollection {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'MarkerMatch',
    'getMarkerCollection',
  );

  return MarkerCollection.init(resultString['result'], 0);
}