size property
Number of marker collections currently managed by the map view.
Returns
- The integer count of collections.
Implementation
int get size {
final OperationResult resultString = objectMethod(
pointerId,
'MapViewMarkerCollections',
'size',
dependencyId: _mapPointerId,
);
return resultString['result'];
}