size property
Number of markers contained in this collection.
Returns
- An integer representing the collection size.
Implementation
int get size {
final OperationResult resultString = objectMethod(
pointerId,
'MarkerCollection',
'size',
);
return resultString['result'];
}