size property
Get the number of paths in this collection.
Returns
- The number of paths
Implementation
int get size {
final OperationResult resultString = objectMethod(
_pointerId,
'MapViewPathCollection',
'size',
dependencyId: _mapPointerId,
);
return resultString['result'];
}