size property
Get marker count.
Returns
- Collection size
Implementation
int get size {
final OperationResult resultString = objectMethod(
_pointerId,
'MarkerCollection',
'size',
);
return resultString['result'];
}
Get marker count.
Returns
int get size {
final OperationResult resultString = objectMethod(
_pointerId,
'MarkerCollection',
'size',
);
return resultString['result'];
}